Home
last modified time | relevance | path

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

/linux/arch/mips/lib/
A Ddelay.c55 unsigned int lpj = raw_current_cpu_data.udelay_val; in __udelay()
63 unsigned int lpj = raw_current_cpu_data.udelay_val; in __ndelay()
/linux/arch/sh/include/asm/
A Dprocessor.h93 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
/linux/arch/mips/include/asm/
A Dcpu-info.h121 #define raw_current_cpu_data cpu_data[raw_smp_processor_id()] macro
A Dpgtable.h101 if(!raw_current_cpu_data.htw_seq++) { \
116 if (!--raw_current_cpu_data.htw_seq) { \
A Dcpu-features.h133 # define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
/linux/arch/mips/kernel/
A Delf.c254 state->overall_fp_mode = ((raw_current_cpu_data.fpu_id & MIPS_FPIR_F64) && in arch_check_elf()
A Dsmp-cps.c306 if (cpu_cluster(&cpu_data[cpu]) != cpu_cluster(&raw_current_cpu_data)) in cps_boot_secondary()
A Dprocess.c810 !(raw_current_cpu_data.fpu_id & MIPS_FPIR_F64)) in mips_set_process_fp_mode()

Completed in 13 milliseconds