Home
last modified time | relevance | path

Searched defs:cpu (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/pm/imx/
H A Dsrc.c32 uint32_t imx_get_src_gpr_arg(unsigned int cpu) in imx_get_src_gpr_arg()
39 void imx_set_src_gpr_arg(unsigned int cpu, uint32_t val) in imx_set_src_gpr_arg()
46 uint32_t imx_get_src_gpr_entry(unsigned int cpu) in imx_get_src_gpr_entry()
53 void imx_set_src_gpr_entry(unsigned int cpu, uint32_t val) in imx_set_src_gpr_entry()
60 void imx_src_release_secondary_core(unsigned int cpu) in imx_src_release_secondary_core()
72 void imx_src_shutdown_core(unsigned int cpu) in imx_src_shutdown_core()
H A Dpsci.c95 uint32_t cpu = affinity; in psci_affinity_info() local
/optee_os/core/arch/arm/plat-sunxi/
H A Dpsci.c48 #define REG_CPUCFG_CPU_RST(cpu) (0x0040 + (cpu) * (0x0040)) argument
53 #define REG_PRCM_CPU_PWR_CLAMP(cpu) (0x0140 + (cpu) * (0x0004)) argument
/optee_os/core/drivers/
H A Dstm32_iwdg.c185 unsigned int __maybe_unused cpu = get_core_pos(); in stm32_iwdg_it_handler() local