Home
last modified time | relevance | path

Searched refs:CONF_CM_CMASK (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-ath79/
Dkernel-entry-init.h22 li t1, ~CONF_CM_CMASK
/linux-4.1.27/arch/mips/mm/
Dcex-gen.S31 li k1,~CONF_CM_CMASK
Dcex-sb1.S144 li k1,~CONF_CM_CMASK
Dc-r4k.c1588 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup()
1592 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
/linux-4.1.27/arch/mips/vr41xx/common/
Dpmu.c75 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in software_reset()
/linux-4.1.27/arch/mips/pmcs-msp71xx/
Dmsp_setup.c119 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in msp_restart()
/linux-4.1.27/arch/mips/bcm63xx/
Dsetup.c53 change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); in bcm6348_a1_reboot()
/linux-4.1.27/arch/mips/kernel/
Dsmp-cps.c81 change_c0_config(CONF_CM_CMASK, 0x5); in cps_smp_setup()
108 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus()
Dcpu-probe.c703 int cca = read_c0_config() & CONF_CM_CMASK; in cpu_probe_legacy()
/linux-4.1.27/arch/mips/netlogic/common/
Dsmp.c107 change_c0_config(CONF_CM_CMASK, 0x3); in nlm_early_init_secondary()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h389 #define CONF_CM_CMASK 7 macro