Home
last modified time | relevance | path

Searched refs:cca (Results 1 – 7 of 7) sorted by relevance

/arch/mips/kernel/
Dsmp-cps.c121 unsigned ncores, core_vpes, c, cca; in cps_prepare_cpus() local
128 cca = read_c0_config() & CONF_CM_CMASK; in cps_prepare_cpus()
129 switch (cca) { in cps_prepare_cpus()
161 uasm_i_addiu(&entry_code, 16, 0, cca); in cps_prepare_cpus()
Dcpu-probe.c898 int cca = read_c0_config() & CONF_CM_CMASK; in cpu_probe_legacy() local
908 switch (cca) { in cpu_probe_legacy()
/arch/mips/include/asm/octeon/
Dcvmx-address.h133 uint64_t cca:3; /* ignored by octeon */ member
226 uint64_t cca:3; member
/arch/mips/mm/
Dc-r4k.c1653 static int cca = -1; variable
1657 get_option(&str, &cca); in cca_setup()
1666 if (cca < 0 || cca > 7) in coherency_setup()
1667 cca = read_c0_config() & CONF_CM_CMASK; in coherency_setup()
1668 _page_cachable_default = cca << _CACHE_SHIFT; in coherency_setup()
1670 pr_debug("Using cache attribute %d\n", cca); in coherency_setup()
1671 change_c0_config(CONF_CM_CMASK, cca); in coherency_setup()
/arch/mips/configs/
Dtb0219_defconfig96 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"
Dtb0226_defconfig92 CONFIG_CMDLINE="cca=3 mem=32M console=ttyVR0,115200"
Dtb0287_defconfig110 CONFIG_CMDLINE="cca=3 mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs"