Home
last modified time | relevance | path

Searched refs:ci_ctrl (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/arm/arm32/
Dcpu.c97 ci->ci_ctrl = cpu_control(0, 0); in cpu_attach()
723 if ((ci->ci_ctrl & CPU_CONTROL_IDC_ENABLE) == 0) in identify_arm_cpu()
739 if ((ci->ci_ctrl & CPU_CONTROL_DC_ENABLE) == 0) in identify_arm_cpu()
743 if ((ci->ci_ctrl & CPU_CONTROL_IC_ENABLE) == 0) in identify_arm_cpu()
751 if ((ci->ci_ctrl & CPU_CONTROL_WBUF_ENABLE) == 0) in identify_arm_cpu()
756 if (ci->ci_ctrl & CPU_CONTROL_LABT_ENABLE) in identify_arm_cpu()
761 if (ci->ci_ctrl & CPU_CONTROL_BPRD_ENABLE) in identify_arm_cpu()
854 aprint_debug_dev(dv, "sctlr: %#x\n", ci->ci_ctrl); in identify_features()
Dgenassym.cf245 define CI_CTRL offsetof(struct cpu_info, ci_ctrl)
Darm32_machdep.c816 ci->ci_ctrl = armreg_sctlr_read(); in cpu_init_secondary_processor()
/netbsd/src/sys/arch/arm/include/
Dcpu.h199 uint32_t ci_ctrl; /* The CPU control register */ member