Home
last modified time | relevance | path

Searched full:sapic (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/parisc/
H A Diosapic_private.h28 /* Entry Type 139 identifies an I/O SAPIC interrupt entry */
42 ** Polarity of SAPIC I/O input signals:
47 ** Trigger mode of SAPIC I/O input signals:
77 ** Destination I/O SAPIC INTIN# identifies the INTIN n pin
83 ** Destination I/O SAPIC Address identifies the I/O SAPIC
119 struct iosapic_info *iosapic; /* I/O SAPIC this vector is on */
132 struct iosapic_info * isi_next; /* list of I/O SAPIC */
H A Diosapic.c3 ** I/O Sapic Driver - PCI interrupt line support
9 ** The I/O sapic driver manages the Interrupt Redirection Table which is
19 ** table which is implemented in I/O SAPIC.
35 ** (e.g. PCI and EISA). IA64 supports MSIs via a "local SAPIC" which
58 ** The IRT maps each PCI slot's INTA-D "output" line to an I/O SAPIC
69 ** I/O sapic is part of the "Core Electronics Complex". And on HP platforms
71 ** will discover I/O Sapic. I/O Sapic driver learns about each device
72 ** when lba driver advertises the presence of the I/O sapic by calling
78 ** The IO-SAPIC can indicate to the CPU which interrupt was asserted.
80 ** IO-SAPIC interrupt and call the device driver's handler directly.
[all …]
H A Dlba_pci.c19 ** (c) IRQ support lives in the I/O SAPIC driver (not with PCI driver)
23 ** LBA driver passes the I/O SAPIC HPA to the I/O SAPIC driver.
24 ** (I/O SAPIC is integratd in the LBA chip).
1541 /* Tell I/O SAPIC driver we have a IRQ handler/region. */ in lba_driver_probe()
/linux/arch/parisc/include/asm/
H A Dropes.h251 ** I/O SAPIC init function
252 ** Caller knows where an I/O SAPIC is. LBA has an integrated I/O SAPIC.
/linux/arch/parisc/kernel/
H A Dprocessor.c126 txn_addr = pa_pdc_cell->mod[0]; /* id_eid for IO sapic */ in processor_probe()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2935 outp += sprintf(outp, "%sAPIC", (printed++ ? delim : "")); in print_header()