代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
struct irqaction {
void (*handler)(int, void *, str
interrupt.h
/*
* $Id: interrupt.h,v 1.1 2002/02/07 01:09:36 linfusheng Exp $
*/
#ifndef INTERRUPT_H
#define INTERRUPT_H
/*
* Interrupt handler chains. isa_intr_establish() inserts a handler into
* th
interrupt.c
/*
* $Id: interrupt.c,v 1.2 2002/02/07 01:08:53 linfusheng Exp $
*/
#include "includes.h"
#include "interrupt.h"
#define N_INTR 16
struct intrhand intrhand[N_INTR];
void
init_intr_t
interrupt.h
/*
* $Id: interrupt.h,v 1.1 2002/02/07 01:09:36 linfusheng Exp $
*/
#ifndef INTERRUPT_H
#define INTERRUPT_H
/*
* Interrupt handler chains. isa_intr_establish() inserts a handler into
* th
interrupt.c
/*
* $Id: interrupt.c,v 1.2 2002/02/07 01:08:53 linfusheng Exp $
*/
#include "includes.h"
#include "interrupt.h"
#define N_INTR 16
struct intrhand intrhand[N_INTR];
void
init_intr_t
sim-interrupt-priority.patch
2001-08-24 Miles Bader
* sim-main.h (struct _sim_cpu): New fields `current_interrupts'
and `pending_interrupts'.
* interp.c (do_interrupt): Don't deliver a maskable interrupt
un
interrupt.bld
#!build
default:
subproject
:auto_mvc=false
interrupt.h
include_file
interrupt.c
C
:outputname=inhini.o
:defines=__inhini
interrupt.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=romcopy
:outputname=objs\Interrupt.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs
interrupt.cc
// interrupt.cc
// Routines to simulate hardware interrupts.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware, we need to ke
interrupt.h
// interrupt.h
// Data structures to emulate low-level interrupt hardware.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware,