Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/lib/
Ddelay.c52 unsigned int lpj = raw_current_cpu_data.udelay_val; in __udelay()
60 unsigned int lpj = raw_current_cpu_data.udelay_val; in __ndelay()
/linux-4.4.14/arch/mips/include/asm/
Dcpu-info.h98 #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.h77 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
/linux-4.4.14/arch/sh/include/asm/
Dprocessor.h96 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro