Home
last modified time | relevance | path

Searched refs:read_apic_id (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c1283 if (read_apic_id() != boot_cpu_physical_apicid) { in apic_intr_mode_select()
1285 read_apic_id(), boot_cpu_physical_apicid); in apic_intr_mode_select()
1724 x2apic_id = read_apic_id(); in x2apic_disable()
1961 boot_cpu_physical_apicid = read_apic_id(); in init_apic_mappings()
1985 new_apicid = read_apic_id(); in init_apic_mappings()
2009 boot_cpu_physical_apicid = read_apic_id(); in register_lapic_address()
2268 disabled_cpu_apicid != read_apic_id() && in generic_processor_info()
2363 return read_apic_id(); in hard_smp_processor_id()
2395 boot_cpu_physical_apicid = read_apic_id(); in apic_bsp_up_setup()
Dprobe_32.c71 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
Dvector.c1066 pr_info("... APIC ID: %08x (%01x)\n", v, read_apic_id()); in print_local_APIC()
Dio_apic.c1430 entry.dest = read_apic_id(); in native_restore_boot_irq_mode()
/Linux-v4.19/arch/x86/include/asm/
Dapic.h485 static inline unsigned int read_apic_id(void) in read_apic_id() function
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c165 phys_id = read_apic_id(); in smp_callin()