代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

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,

interrupt.c

/* * (C) Copyright 2006 * Detlev Zundel, DENX Software Engineering, dzu@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; yo

interrupt.s

/* * U-boot - interrupt.S Processing of interrupts and exception handling * * Copyright (c) 2005 blackfin.uclinux.org * * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@d

interrupt.c

/****************************************************************************** * PIC USB * interrupt.c ******************************************************************************/ /** I N C

interrupt.h

/****************************************************************************** * PIC USB * interrupt.h ******************************************************************************/ #ifndef IN

interrupt.c

#include "emul.h" /* Deliver external events. The (events) bitset is consulted synchronously at * appropriate places in the fetch-execute loop. */ void deliver_cold_reset(MIPS_State* mstate) {

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H #include #include #include #include #include

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H #include #include #include #include #include

interrupt.c

//----------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to t