Searched refs:arch_match_cpu_phys_id (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/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()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | devtree.c | 167 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
| /linux-6.15/include/linux/ |
| H A D | cpu.h | 41 extern bool arch_match_cpu_phys_id(int cpu, u64 phys_id);
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | setup.c | 99 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | hv_vtl.c | 247 if (arch_match_cpu_phys_id(cpu, apicid)) in hv_vtl_wakeup_secondary_cpu()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | cpu.c | 21 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | topology.c | 72 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | prom.c | 1035 bool arch_match_cpu_phys_id(int cpu, u64 phys_id) in arch_match_cpu_phys_id() function
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 1313 if (arch_match_cpu_phys_id(cpu, apic_id)) in wakeup_cpu_via_vmgexit()
|