Searched refs:read_apic_id (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | apic.c | 1341 if (read_apic_id() != boot_cpu_physical_apicid) { in __apic_intr_mode_select() 1343 read_apic_id(), boot_cpu_physical_apicid); in __apic_intr_mode_select() 1823 x2apic_id = read_apic_id(); in x2apic_disable() 2065 boot_cpu_physical_apicid = read_apic_id(); in init_apic_mappings() 2089 new_apicid = read_apic_id(); in init_apic_mappings() 2113 boot_cpu_physical_apicid = read_apic_id(); in register_lapic_address() 2378 * returned by read_apic_id(), i.e, the apicid of the in generic_processor_info() 2392 * for now and here we use read_apic_id() directly in this in generic_processor_info() 2396 disabled_cpu_apicid != read_apic_id() && in generic_processor_info() 2488 return read_apic_id(); in hard_smp_processor_id() [all...] |
H A D | probe_32.c | 35 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
|
H A D | vector.c | 1097 pr_info("... APIC ID: %08x (%01x)\n", v, read_apic_id()); in print_local_APIC()
|
H A D | io_apic.c | 1430 entry.dest = read_apic_id(); in native_restore_boot_irq_mode()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | apic_common.c | 42 return physid_isset(read_apic_id(), phys_cpu_present_map); in default_apic_id_registered()
|
H A D | ipi.c | 302 apicid = read_apic_id(); in safe_smp_processor_id()
|
H A D | vector.c | 1211 smp_processor_id(), read_apic_id()); in print_local_APIC() 1213 pr_info("... APIC ID: %08x (%01x)\n", v, read_apic_id()); in print_local_APIC()
|
H A D | apic.c | 1706 boot_cpu_physical_apicid = read_apic_id(); in apic_read_boot_cpu_id() 1823 x2apic_id = read_apic_id(); in x2apic_disable()
|
H A D | io_apic.c | 1425 u32 apic_id = read_apic_id(); in native_restore_boot_irq_mode() 2094 apic_id = read_apic_id(); in unlock_ExtINT_logic()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vsmp_64.c | 132 return read_apic_id() >> index_msb; in apicid_phys_pkg_id()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | apic.h | 520 static inline unsigned int read_apic_id(void) in read_apic_id() function 547 static inline unsigned int read_apic_id(void) { return 0; } in read_apic_id() function
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | apic.h | 485 static inline unsigned int read_apic_id(void) in read_apic_id() function
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | hygon.c | 308 c->apicid = read_apic_id(); in init_hygon()
|
H A D | amd.c | 1063 c->apicid = read_apic_id(); in init_amd()
|
Completed in 23 milliseconds