Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/
Dprocessor.h99 #define cpu_has_64bit_zero_reg (cpu_data[0].isa_level & MIPS_CPU_ISA_64BIT) macro
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h131 #define cpu_has_64bit_zero_reg 1 macro
/linux-2.4.37.9/arch/mips/mm/
Dpg-r4k.c229 (cpu_has_64bit_zero_reg && reg == 0)) { in __build_store_reg()
/linux-2.4.37.9/arch/mips64/mm/
Dpg-r4k.c229 (cpu_has_64bit_zero_reg && reg == 0)) { in __build_store_reg()