Home
last modified time | relevance | path

Searched defs:sctlr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/xlnx/zynqmp/
Dsoc.c18 unsigned int sctlr = __get_SCTLR(); in soc_reset_hook() local
/Zephyr-latest/soc/renode/cortex_r8_virtual/
Dsoc.c19 unsigned int sctlr = __get_SCTLR(); in z_arm_platform_init() local
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxx/
Dsoc.c94 uint32_t sctlr = __get_SCTLR(); in soc_reset_hook() local
/Zephyr-latest/soc/xlnx/zynq7000/xc7zxxxs/
Dsoc.c94 uint32_t sctlr = __get_SCTLR(); in soc_reset_hook() local
/Zephyr-latest/soc/intel/intel_socfpga_std/cyclonev/
Dsoc.c75 unsigned int sctlr = __get_SCTLR(); /* modifying some registers prior to initialization */ in soc_early_init_hook() local
/Zephyr-latest/include/zephyr/xen/public/
Darch-arm.h299 uint64_t sctlr; member