Home
last modified time | relevance | path

Searched refs:__apicdrivers_end (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/kernel/apic/
H A Dprobe_32.c83 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) { in parse_apic()
101 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) { in x86_32_probe_apic()
108 if (drv == __apicdrivers_end) in x86_32_probe_apic()
H A Dprobe_64.c23 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) { in x86_64_probe_apic()
35 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) { in default_acpi_madt_oem_check()
/linux-6.15/arch/x86/kernel/
H A Dvmlinux.lds.S317 __apicdrivers_end = .; symbol
/linux-6.15/arch/x86/include/asm/
H A Dapic.h357 extern struct apic *__apicdrivers[], *__apicdrivers_end[];