Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dloongarch_extioi.h26 #define APIC_BASE (0x1000ULL + APIC_OFFSET) macro
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h91 volatile u32 *addr = (volatile u32 *)(APIC_BASE + reg); in native_apic_mem_write()
100 return readl((void __iomem *)(APIC_BASE + reg)); in native_apic_mem_read()
H A Dapicdef.h142 #define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) macro
/openbmc/qemu/hw/loongarch/
H A Dvirt.c160 hwaddr extioi_base = APIC_BASE; in fdt_add_eiointc_node()
823 memory_region_add_subregion(&lvms->system_iocsr, APIC_BASE, in virt_irq_init()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c2119 apic_mmio_base = APIC_BASE; in apic_set_fixmap()