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.c123 unsigned int cpu, bool bootcpu) in tsc_sanitize_first_cpu() argument
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
212 bootcpu); in tsc_store_and_check_tsc_adjust()
/linux/arch/x86/include/asm/
H A Dtsc.h53 extern bool tsc_store_and_check_tsc_adjust(bool bootcpu);
57 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.c660 struct node *cpus, *bootcpu; in guess_boot_cpuid() local
668 bootcpu = cpus->children; in guess_boot_cpuid()
669 if (!bootcpu) in guess_boot_cpuid()
672 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()