Searched refs:arch_match_cpu_phys_id (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | cpu.c | 42 bool __weak arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function 61 if (!cell && !ac && arch_match_cpu_phys_id(cpu, 0)) in __of_find_n_match_cpu_property() 68 if (arch_match_cpu_phys_id(cpu, hwid)) { in __of_find_n_match_cpu_property()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | devtree.c | 168 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
/openbmc/linux/include/linux/ |
H A D | cpu.h | 41 extern bool arch_match_cpu_phys_id(int cpu, u64 phys_id);
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpu.c | 20 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 215 if (arch_match_cpu_phys_id(cpu, apicid)) in hv_vtl_wakeup_secondary_cpu()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | setup.c | 98 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom.c | 1009 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | apic.c | 2344 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev.c | 988 if (arch_match_cpu_phys_id(cpu, apic_id)) in wakeup_cpu_via_vmgexit()
|