Searched refs:bootcpu (Results 1 – 4 of 4) sorted by relevance
122 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() argument140 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() argument170 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() argument213 bootcpu); in tsc_store_and_check_tsc_adjust()
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
120 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
652 struct node *cpus, *bootcpu; in guess_boot_cpuid() local660 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 6 milliseconds