Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dapicdef.h151 #define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) macro
H A Dapic.h95 volatile u32 *addr = (volatile u32 *)(APIC_BASE + reg); in native_apic_mem_write()
104 return readl((void __iomem *)(APIC_BASE + reg)); in native_apic_mem_read()
/linux/arch/x86/kernel/apic/
H A Dapic.c2082 apic_mmio_base = APIC_BASE; in apic_set_fixmap()