Home
last modified time | relevance | path

Searched refs:native_io_apic_read (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dio_apic.h214 extern unsigned int native_io_apic_read(unsigned int apic, unsigned int reg);
274 #define native_io_apic_read NULL macro
/linux-4.1.27/arch/x86/kernel/
Dx86_init.c145 .read = native_io_apic_read,
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c292 unsigned int native_io_apic_read(unsigned int apic, unsigned int reg) in native_io_apic_read() function