Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_common.c42 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
H A Dipi.c302 apicid = read_apic_id(); in safe_smp_processor_id()
H A Dvector.c1214 smp_processor_id(), read_apic_id()); in print_local_APIC()
1216 pr_info("... APIC ID: %08x (%01x)\n", v, read_apic_id()); in print_local_APIC()
H A Dapic.c1706 boot_cpu_physical_apicid = read_apic_id(); in apic_read_boot_cpu_id()
1823 x2apic_id = read_apic_id(); in x2apic_disable()
H A Dio_apic.c1425 u32 apic_id = read_apic_id(); in native_restore_boot_irq_mode()
2094 apic_id = read_apic_id(); in unlock_ExtINT_logic()
/openbmc/linux/arch/x86/kernel/
H A Dvsmp_64.c132 return read_apic_id() >> index_msb; in apicid_phys_pkg_id()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h521 static inline unsigned int read_apic_id(void) in read_apic_id() function
548 static inline unsigned int read_apic_id(void) { return 0; } in read_apic_id() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c308 c->apicid = read_apic_id(); in init_hygon()
H A Damd.c1114 c->apicid = read_apic_id(); in init_amd()