| /linux/arch/mips/include/asm/ |
| H A D | cpu-features.h | 308 # define cpu_has_mips64r1 (cpu_has_64bits && \ 312 # define cpu_has_mips64r2 (cpu_has_64bits && \ 316 # define cpu_has_mips64r5 (cpu_has_64bits && \ 458 # ifndef cpu_has_64bits 459 # define cpu_has_64bits (cpu_data[0].isa_level & MIPS_CPU_ISA_64BIT) macro 476 # ifndef cpu_has_64bits 477 # define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-tx49xx/ |
| H A D | cpu-feature-overrides.h | 6 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ath25/ |
| H A D | cpu-feature-overrides.h | 55 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-loongson2ef/ |
| H A D | cpu-feature-overrides.h | 20 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ralink/rt3883/ |
| H A D | cpu-feature-overrides.h | 42 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-ralink/rt288x/ |
| H A D | cpu-feature-overrides.h | 43 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-rm/ |
| H A D | cpu-feature-overrides.h | 33 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ralink/rt305x/ |
| H A D | cpu-feature-overrides.h | 43 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-sibyte/ |
| H A D | cpu-feature-overrides.h | 36 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ralink/mt7620/ |
| H A D | cpu-feature-overrides.h | 44 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-ip22/ |
| H A D | cpu-feature-overrides.h | 40 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-lantiq/falcon/ |
| H A D | cpu-feature-overrides.h | 45 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-ip28/ |
| H A D | cpu-feature-overrides.h | 39 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-loongson64/ |
| H A D | cpu-feature-overrides.h | 23 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ath79/ |
| H A D | cpu-feature-overrides.h | 44 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-ralink/mt7621/ |
| H A D | cpu-feature-overrides.h | 45 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-rc32434/ |
| H A D | cpu-feature-overrides.h | 53 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-ingenic/ |
| H A D | cpu-feature-overrides.h | 42 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-bcm63xx/ |
| H A D | cpu-feature-overrides.h | 47 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | cpu-feature-overrides.h | 45 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ip30/ |
| H A D | cpu-feature-overrides.h | 35 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-ip27/ |
| H A D | cpu-feature-overrides.h | 32 #define cpu_has_64bits 1 macro
|
| /linux/arch/mips/include/asm/mach-bcm47xx/ |
| H A D | cpu-feature-overrides.h | 60 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/include/asm/mach-au1x00/ |
| H A D | cpu-feature-overrides.h | 67 #define cpu_has_64bits 0 macro
|
| /linux/arch/mips/mm/ |
| H A D | tlb-r4k.c | 522 return cpu_has_64bits ? read_c0_entryhi_64() : read_c0_entryhi(); in read_c0_entryhi_native() 528 if (cpu_has_64bits) in write_c0_entryhi_native() 594 vpn_mask |= cpu_has_64bits ? 3ULL << 62 : 1 << 31; in r4k_tlb_uniquify_read()
|