Home
last modified time | relevance | path

Searched refs:raw_current_cpu_data (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/arch/mips/lib/
Ddelay.c54 unsigned int lpj = raw_current_cpu_data.udelay_val; in __udelay()
62 unsigned int lpj = raw_current_cpu_data.udelay_val; in __ndelay()
/linux-5.19.10/arch/loongarch/include/asm/
Dcpu-info.h61 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
/linux-5.19.10/arch/sh/include/asm/
Dprocessor.h92 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
/linux-5.19.10/arch/mips/include/asm/
Dcpu-info.h121 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
Dpgtable.h106 if(!raw_current_cpu_data.htw_seq++) { \
121 if (!--raw_current_cpu_data.htw_seq) { \
Dcpu-features.h130 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
/linux-5.19.10/arch/mips/kernel/
Delf.c254 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
Dsmp-cps.c306 if (cpu_cluster(&cpu_data[cpu]) != cpu_cluster(&raw_current_cpu_data)) in cps_boot_secondary()
Dprocess.c811 !(raw_current_cpu_data.fpu_id & MIPS_FPIR_F64)) in mips_set_process_fp_mode()