Searched refs:io_apic_read (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dio_apic.h165 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) function
167 return x86_apic_ops.io_apic_read(apic, reg);
H A Dx86_init.h321 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg); member in struct:x86_apic_ops
/linux-master/arch/x86/xen/
H A Dapic.c149 x86_apic_ops.io_apic_read = xen_io_apic_read;
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c295 entry.w1 = io_apic_read(apic, 0x10 + 2 * pin);
296 entry.w2 = io_apic_read(apic, 0x11 + 2 * pin);
1270 reg_00.raw = io_apic_read(ioapic_idx, 0);
1271 reg_01.raw = io_apic_read(ioapic_idx, 1);
1273 reg_02.raw = io_apic_read(ioapic_idx, 2);
1275 reg_03.raw = io_apic_read(ioapic_idx, 3);
1482 reg_00.raw = io_apic_read(ioapic_idx, 0);
1546 reg_00.raw = io_apic_read(ioapic_idx, 0);
1705 e.w1 = io_apic_read(entry->apic, 0x10 + pin*2);
2424 reg_00.raw = io_apic_read(ioapic_id
[all...]
/linux-master/arch/x86/kernel/
H A Dx86_init.c170 .io_apic_read = native_io_apic_read,

Completed in 294 milliseconds