Searched refs:bootcpu (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | tsc_sync.c | 81 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() argument 99 if (bootcpu && bootval != 0) { in tsc_sanitize_first_cpu() 114 bool __init tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument 129 tsc_sanitize_first_cpu(cur, bootval, smp_processor_id(), bootcpu); in tsc_store_and_check_tsc_adjust() 138 bool tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument 172 bootcpu); in tsc_store_and_check_tsc_adjust()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | tsc.h | 59 extern bool tsc_store_and_check_tsc_adjust(bool bootcpu); 64 static inline bool tsc_store_and_check_tsc_adjust(bool bootcpu) { return false; } in tsc_store_and_check_tsc_adjust() argument
|
| /Linux-v5.4/arch/mips/netlogic/xlp/ |
| D | wakeup.c | 93 static int wait_for_cpus(int cpu, int bootcpu) in wait_for_cpus() argument 102 if (cpu_ready[cpu + i] || (cpu + i) == bootcpu) in wait_for_cpus()
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | mmu_decl.h | 141 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
|
| /Linux-v5.4/scripts/dtc/ |
| D | livetree.c | 626 struct node *cpus, *bootcpu; in guess_boot_cpuid() local 634 bootcpu = cpus->children; in guess_boot_cpuid() 635 if (!bootcpu) in guess_boot_cpuid() 638 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()
|