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