代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
/* $Id: interrupt.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of t
interrupt.c
/*
drivers/net/tulip/interrupt.c
Maintained by Jeff Garzik
Copyright 2000,2001 The Linux Kernel Team
Written/copyright 1994-2001 by Donald Becker.
This software may
interrupt.po
interrupt.o: common/interrupt.c common/emul.h common/cache.h \
common/types.h common/inttypes.h /usr/include/stdlib.h \
/usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/words
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
struct bh_struct {
void (*routine)(void *);
void *data;
};
extern unsigned long bh_active;
extern unsigned long bh
interrupt.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* This program is free software; you can distribute it and/or modify it
* und
interrupt.c
/* $Id: interrupt.c,v 1.4.8.3 2001/09/23 22:24:59 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of t
interrupt.c
/*
drivers/net/tulip/interrupt.c
Maintained by Jeff Garzik
Copyright 2000,2001 The Linux Kernel Team
Written/copyright 1994-2001 by Donald Becker.
This software may be used
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
#include
#include
#i
interrupt.c
void __irq IRQ_Exception()
{
}
void Fiq_Exception()
{
}