Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dio_apic.h187 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()
Dx86_init.h297 unsigned int (*io_apic_read) (unsigned int apic, unsigned int reg); member
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dio_apic.c298 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()
1269 reg_00.raw = io_apic_read(ioapic_idx, 0); in print_IO_APIC()
1270 reg_01.raw = io_apic_read(ioapic_idx, 1); in print_IO_APIC()
1272 reg_02.raw = io_apic_read(ioapic_idx, 2); in print_IO_APIC()
1274 reg_03.raw = io_apic_read(ioapic_idx, 3); in print_IO_APIC()
1478 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck()
1549 reg_00.raw = io_apic_read(ioapic_idx, 0); in setup_ioapic_ids_from_mpc_nocheck()
1713 reg = io_apic_read(entry->apic, 0x10 + pin*2); in io_apic_level_ack_pending()
2395 reg_00.raw = io_apic_read(ioapic_idx, 0); in resume_ioapic_id()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Dx86_init.c160 .io_apic_read = native_io_apic_read,
/kernel/linux/linux-5.10/arch/x86/xen/
Dapic.c203 x86_apic_ops.io_apic_read = xen_io_apic_read; in xen_init_apic()