Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dio_apic.h215 extern void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int val);
275 #define native_io_apic_write NULL macro
/linux-4.1.27/arch/x86/kernel/
Dx86_init.c146 .write = native_io_apic_write,
/linux-4.1.27/arch/x86/kernel/apic/
Dio_apic.c299 void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int value) in native_io_apic_write() function