Searched refs:bootcpu (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tsc_sync.c | 122 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() 140 if (bootcpu && bootval != 0) { in tsc_sanitize_first_cpu() 155 bool __init tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument 170 tsc_sanitize_first_cpu(cur, bootval, smp_processor_id(), bootcpu); in tsc_store_and_check_tsc_adjust() 179 bool tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument 213 bootcpu); in tsc_store_and_check_tsc_adjust() 121 tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, unsigned int cpu, bool bootcpu) tsc_sanitize_first_cpu() argument
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | tsc_sync.c | 123 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() 141 if (bootcpu && bootval != 0) { in tsc_sanitize_first_cpu() 156 bool __init tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument 171 tsc_sanitize_first_cpu(cur, bootval, smp_processor_id(), bootcpu); in tsc_store_and_check_tsc_adjust() 180 bool tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument 214 bootcpu); in tsc_store_and_check_tsc_adjust() 122 tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, unsigned int cpu, bool bootcpu) tsc_sanitize_first_cpu() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | tsc.h | 56 extern bool tsc_store_and_check_tsc_adjust(bool bootcpu); 61 static inline bool tsc_store_and_check_tsc_adjust(bool bootcpu) { return false; } in tsc_store_and_check_tsc_adjust() argument
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | tsc.h | 55 extern bool tsc_store_and_check_tsc_adjust(bool bootcpu); 59 static inline bool tsc_store_and_check_tsc_adjust(bool bootcpu) { return false; } in tsc_store_and_check_tsc_adjust() argument
|
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 141 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | mmu_decl.h | 121 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | livetree.c | 625 struct node *cpus, *bootcpu; in guess_boot_cpuid() local 633 bootcpu = cpus->children; in guess_boot_cpuid() 634 if (!bootcpu) in guess_boot_cpuid() 637 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | livetree.c | 652 struct node *cpus, *bootcpu; in guess_boot_cpuid() local 660 bootcpu = cpus->children; in guess_boot_cpuid() 661 if (!bootcpu) in guess_boot_cpuid() 664 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()
|
Completed in 8 milliseconds