Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dio_apic.h216 extern void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int val);
276 #define native_io_apic_modify NULL macro
/linux-4.1.27/arch/x86/kernel/
Dx86_init.c147 .modify = native_io_apic_modify,
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c313 void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int value) in native_io_apic_modify() function