Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtsc_sync.c124 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() argument
142 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() argument
172 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() argument
213 bootcpu); in tsc_store_and_check_tsc_adjust()
/linux/arch/x86/include/asm/
H A Dtsc.h108 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
/linux/arch/powerpc/mm/
H A Dmmu_decl.h121 extern void restore_to_as0(int esel, int offset, void *dt_ptr, int bootcpu);
/linux/scripts/dtc/
H A Dlivetree.c713 struct node *cpus, *bootcpu; in guess_boot_cpuid() local
721 bootcpu = cpus->children; in guess_boot_cpuid()
722 if (!bootcpu) in guess_boot_cpuid()
725 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()