irq

  • n.中断请求
  • 网络中断号;外部中断模式;中断请求号

irqirq

irq

中断请求

外部中断请求(irq) ---这个中断就是外部引脚中断,和51一样,只要使能了就可以使用了快速中断请求(Fiq)---和上面一样,只是 …

中断号

系统中断号(IRQ)全称为Interrupt Request即中断请求。PCI总线支持四分频,AGP总线支持二分频。

外部中断模式

(3)外部中断模式irq):用于通用的中断处理; (4)管理模式(svc):操作系统使用的保护模式; (5)数据访问终止模 …

中断请求号

irq :指设备使用的中断请求号IRQ),它通常在启动时或被初始化函数设置。如果设备没有分配中断请求号,该域可以置0。

中断要求

设定中断要求(IRQ):开机时,BIOS会告诉处理器各硬件设备的中断号作处 理资料。当使用者发出使用某个设备的指令之后, …

中断请求信号

8279 的中断请求信号IRQ) 经一个反相器反相后接 80C51 的 INT 1 。 8279 的三个可寻址的寄存器只需两个地址,即:命 …

1
In 2. 6, the driver needs to return IRQ_HANDLED if the interrupt is from that device or IRQ_NONE if it has nothing to do with it. 在2.6中,驱动程序如果要从一个设备上发出一个中断需要返回IRQ_HANDLED,如果不是的话返回IRQ_NONE。
2
Registers and releases, respectively, a callback handler for an IRQ line. The registration can be exclusive or shared. 分别用于注册和释放在IRQ线路上的回调句柄!
3
All the devices sharing the same IRQ number are linked together in a list with this pointer. 所有的共享同一个IRQ数的设备被一个链表所关联在一起,这个指针指向这个链表。
4
A simple way to increase the number of devices a system can host is to allow multiple devices to share a common IRQ. 一个简单的方法可以增加该系统可以提供的设备数目,就是充许多个设备共享一个通用的IRQ。
5
The IRQ column indicates the number of interrupts that occurred while that process was running. IRQ栏指明了在进程进行过程中发生的中断的数目。
6
Boolean indicating whether the IRQ can be shared. 布尔值用于指明IRQ是否能被共享。
7
Each device you attach to a computer may need its own IRQ port. 你对一部计算机附加的每个装置可能需要它自己的IRQ端口。
8
Typically, when a device driver registers an NIC, it requests and assigns an IRQ. 代表性的,当一个设备驱动注册成一个NIC,它要请求分配一个IRQ。
9
The IRQ signal is delivered to the local APICs listed in the corresponding Redirection Table entry. IRQ信号发送给对应重定向表条目中所列的局部APIC。
10
IRQ Miniport found for a compatible router. 为兼容的路由器找到了IRQ微型端口。
11
While DMA channels bypass the CPU, devices that use DMA are still configured with IRQ ports. DMA波道省略处理器,不过仍然使用DMA的装置与IRQ端口一起配置。
12
A list includes more than one element only when multiple devices share the same IRQ. 一个链表只有在多个设备共享同一个IRQ时才会包含更多的元素。
13
Note that to identify the handler, the kernel needs both the IRQ number and the device identifier. 注意,为了标识处理句柄,内核同时须要IRQ号和设备ID。
14
IRQ Miniport found for the router in this system. 在这个系统中找到了路由器的IRQ微型端口。
15
The IRQ signal is delivered to the local APIC of the processor that is executing the process with the lowest priority. IRQ信号送给正在执行最低优先级进程的处理器的局部APIC。
16
SMP IRQ affinity was not changed and numactl and bonding were not used. 不修改SMPIRQ亲合,也不使用numactl和绑定。
17
The mapping of IRQs to handlers is stored in a vector of lists, one list of handlers for each IRQ (see Figure 5-2). 映射IRQ的句柄是存储在一个向量链表中,每一个IRQ(参见图5-2)有一个句柄链表。
18
IRQ Miniport registry key not found. 没有找到IRQ微型端口注册表项。
19
An IRQ allows a component such as a keyboard or printer to request service from the CPU. IRQ允许一元件如此的当做一个键盘或者打印机请求来自处理器的服务。
20
IRQ conflicts are common when you're connecting a lot of devices. 当你正在连接许多装置的时候,IRQ冲突是通常的。
21
This is especially important with shared IRQs, as explained in the later section "Interrupt sharing. " 对于共享IRQ来说,这更加重要,在后面的章节“共享中断”中有解释。
22
CPU on the 8279 surveillance using the query mode, the 8279 interrupt request signal IRQ left unused. CPU对8279的监视采用了查询方式,故8279的中断请求信号IRQ悬空未用。
23
If your printer doesn't work after you've connected a second network card, it can help to know the standard IRQ for printers. 如果在你已经连接一个第二个网络卡之后,你的打印机不工作,它能帮助为打印机知道标准的IRQ。
24
This feature is used by most interrupt handlers, because it allows them to process IRQs of the same type serially . 这样特性用在很多中断处理函数,因为它容许串行地处理同一类型的IRQ。
25
The following code changes are necessary to use software-generated IRQs 要使用软件生成的IRQ,需要对代码进行如下修改
26
Research on the Problem of Interrupt Choking Effect for Multi Serial Port Sharing One IRQ Number 多串口卡共享中断产生的中断阻塞问题研究
27
netserver, Ethernet SMP IRQ affinity, no irqbalance, bonded interfaces 以太网SMPIRQ亲合,不使用irqbalance,绑定式接口
28
adapter model or chipset , irq , and bus type 适配器型号或芯片集、irq和总线类型
29
Bidirectional, Ethernet SMP IRQ affinity and numactl, no irqbalance 双向,以太网SMPIRQ亲合和numactl,不使用irqbalance
30
For example, to bind processing of IRQ number 177 to CPUs 4 through 7 (bitmask 11110000), issue 例如,以下命令将IRQ号为177的中断的处理绑定到CPU4到CPU7(位掩码11110000)