Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/lib/
Ddelay.c44 unsigned int lpj = raw_current_cpu_data.udelay_val; in __udelay()
52 unsigned int lpj = raw_current_cpu_data.udelay_val; in __ndelay()
/linux-2.6.39/arch/mips/include/asm/
Dcpu-info.h86 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
Dcpu-features.h46 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
/linux-2.6.39/arch/sh/include/asm/
Dprocessor.h99 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro