Searched refs:bootcpu (Results 1 – 3 of 3) sorted by relevance
124 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() argument142 if (bootcpu && bootval != 0) { in tsc_sanitize_first_cpu()157 bool __init tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() argument172 tsc_sanitize_first_cpu(cur, bootval, smp_processor_id(), bootcpu); in tsc_store_and_check_tsc_adjust()181 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()
108 extern bool tsc_store_and_check_tsc_adjust(bool bootcpu);112 static inline bool tsc_store_and_check_tsc_adjust(bool bootcpu) { return false; } in tsc_store_and_check_tsc_adjust() argument
121 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
Completed in 9 milliseconds