Searched refs:CONF_CM_CMASK (Results 1 – 11 of 11) sorted by relevance
/linux/arch/mips/include/asm/mach-ath79/ |
H A D | kernel-entry-init.h | 18 li t1, ~CONF_CM_CMASK
|
/linux/arch/mips/mm/ |
H A D | cex-gen.S | 31 li k1,~CONF_CM_CMASK
|
H A D | cex-sb1.S | 131 li k1,~CONF_CM_CMASK
|
H A D | c-r4k.c | 1645 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup() 1649 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
|
/linux/arch/mips/include/asm/mach-generic/ |
H A D | spaces.h | 59 #define CAC_BASE PHYS_TO_XKPHYS(read_c0_config() & CONF_CM_CMASK, 0)
|
/linux/arch/mips/kernel/ |
H A D | smp-cps.c | 82 uasm_i_ori(&p, GPR_A0, 0, read_c0_config() & CONF_CM_CMASK); in mips_cps_build_core_entry() 189 change_c0_config(CONF_CM_CMASK, 0x5); in cps_smp_setup() 226 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus()
|
H A D | cpu-probe.c | 1080 int cca = read_c0_config() & CONF_CM_CMASK; in cpu_probe_legacy()
|
/linux/arch/mips/bcm63xx/ |
H A D | setup.c | 61 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in bcm6348_a1_reboot()
|
/linux/arch/mips/sgi-ip30/ |
H A D | ip30-smp.c | 102 change_c0_config(CONF_CM_CMASK, CONF_CM_CACHABLE_COW); in ip30_smp_setup()
|
/linux/arch/mips/kvm/ |
H A D | vz.c | 86 return CONF_CM_CMASK; in kvm_vz_config_guest_wrmask() 3115 kvm_change_sw_gc0_config(cop0, CONF_CM_CMASK, in kvm_vz_vcpu_setup()
|
/linux/arch/mips/include/asm/ |
H A D | mipsregs.h | 629 #define CONF_CM_CMASK 7 macro
|