Searched refs:CONF_CM_CMASK (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/mips/include/asm/mach-ath79/ ! |
D | kernel-entry-init.h | 18 li t1, ~CONF_CM_CMASK
|
/linux-6.6.21/arch/mips/mm/ ! |
D | cex-gen.S | 31 li k1,~CONF_CM_CMASK
|
D | cex-sb1.S | 131 li k1,~CONF_CM_CMASK
|
D | c-r4k.c | 1649 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup() 1653 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
|
/linux-6.6.21/arch/mips/include/asm/mach-generic/ ! |
D | spaces.h | 57 #define CAC_BASE PHYS_TO_XKPHYS(read_c0_config() & CONF_CM_CMASK, 0)
|
/linux-6.6.21/arch/mips/bcm63xx/ ! |
D | setup.c | 53 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in bcm6348_a1_reboot()
|
/linux-6.6.21/arch/mips/sgi-ip30/ ! |
D | ip30-smp.c | 102 change_c0_config(CONF_CM_CMASK, CONF_CM_CACHABLE_COW); in ip30_smp_setup()
|
/linux-6.6.21/arch/mips/kernel/ ! |
D | smp-cps.c | 86 change_c0_config(CONF_CM_CMASK, 0x5); in cps_smp_setup() 118 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus()
|
D | cpu-probe.c | 1081 int cca = read_c0_config() & CONF_CM_CMASK; in cpu_probe_legacy()
|
/linux-6.6.21/arch/mips/kvm/ ! |
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-6.6.21/arch/mips/include/asm/ ! |
D | mipsregs.h | 484 #define CONF_CM_CMASK 7 macro
|