Searched refs:io_apic_read (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/kernel/apic/ |
D | io_apic.c | 298 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin); in __ioapic_read_entry() 299 eu.w2 = io_apic_read(apic, 0x11 + 2 * pin); in __ioapic_read_entry() 1259 reg_00.raw = io_apic_read(ioapic_idx, 0); in print_IO_APIC() 1260 reg_01.raw = io_apic_read(ioapic_idx, 1); in print_IO_APIC() 1262 reg_02.raw = io_apic_read(ioapic_idx, 2); in print_IO_APIC() 1264 reg_03.raw = io_apic_read(ioapic_idx, 3); in print_IO_APIC() 1468 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck() 1539 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck() 1703 reg = io_apic_read(entry->apic, 0x10 + pin*2); in io_apic_level_ack_pending() 2383 reg_00.raw = io_apic_read(ioapic_idx, 0); in resume_ioapic_id() [all …]
|
/Linux-v5.10/arch/x86/include/asm/ |
D | io_apic.h | 187 static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) in io_apic_read() function 189 return x86_apic_ops.io_apic_read(apic, reg); in io_apic_read()
|
D | x86_init.h | 297 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg); member
|
/Linux-v5.10/arch/x86/kernel/ |
D | x86_init.c | 160 .io_apic_read = native_io_apic_read,
|
/Linux-v5.10/arch/x86/xen/ |
D | apic.c | 203 x86_apic_ops.io_apic_read = xen_io_apic_read; in xen_init_apic()
|