Home
last modified time | relevance | path

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

/linux/arch/mips/lib/
H A 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/arch/loongarch/include/asm/
H A Dcpu-info.h70 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
/linux/arch/sh/include/asm/
H A Dprocessor.h92 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
/linux/arch/mips/include/asm/
H A Dcpu-info.h121 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
H A Dpgtable.h84 if(!raw_current_cpu_data.htw_seq++) { \
99 if (!--raw_current_cpu_data.htw_seq) { \
H A Dcpu-features.h147 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
/linux/arch/mips/kernel/
H A Delf.c255 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
H A Dprocess.c812 !(raw_current_cpu_data.fpu_id & MIPS_FPIR_F64)) in mips_set_process_fp_mode()