Home
last modified time | relevance | path

Searched defs:bootcpu (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dtsc_sync.c81 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu()
114 bool __init tsc_store_and_check_tsc_adjust(bool 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()
/Linux-v4.19/arch/x86/include/asm/
Dtsc.h63 static inline bool tsc_store_and_check_tsc_adjust(bool bootcpu) { return false; } in tsc_store_and_check_tsc_adjust()
/Linux-v4.19/arch/mips/netlogic/xlp/
Dwakeup.c93 static int wait_for_cpus(int cpu, int bootcpu) in wait_for_cpus()
/Linux-v4.19/scripts/dtc/
Dlivetree.c627 struct node *cpus, *bootcpu; in guess_boot_cpuid() local