Home
last modified time | relevance | path

Searched refs:sm_nsec_ctx (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/include/drivers/pm/sam/
H A Datmel_pm.h15 struct sm_nsec_ctx;
26 TEE_Result atmel_pm_suspend(uintptr_t entry, struct sm_nsec_ctx *nsec);
44 struct sm_nsec_ctx *nsec __unused) in atmel_pm_suspend()
/optee_os/core/arch/arm/include/sm/
H A Dpsci.h68 uint32_t context_id, struct sm_nsec_ctx *nsec);
83 struct sm_nsec_ctx *nsec);
86 void tee_psci_handler(struct thread_smc_args *args, struct sm_nsec_ctx *nsec);
H A Dsm.h46 struct sm_nsec_ctx { struct
94 struct sm_nsec_ctx nsec;
104 struct sm_nsec_ctx *sm_get_nsec_ctx(void);
H A Dstd_smc.h42 void smc_std_handler(struct thread_smc_args *args, struct sm_nsec_ctx *nsec);
/optee_os/core/arch/arm/plat-sam/pm/
H A Dpsci.c16 struct sm_nsec_ctx *nsec) in psci_system_suspend()
29 struct sm_nsec_ctx *nsec __unused) in psci_cpu_suspend()
/optee_os/core/arch/arm/sm/
H A Dpsci.c48 struct sm_nsec_ctx *nsec __unused) in psci_cpu_suspend()
123 struct sm_nsec_ctx *nsec __unused) in psci_system_suspend()
140 void tee_psci_handler(struct thread_smc_args *args, struct sm_nsec_ctx *nsec) in tee_psci_handler()
H A Dstd_smc.c44 void smc_std_handler(struct thread_smc_args *args, struct sm_nsec_ctx *nsec) in smc_std_handler()
/optee_os/core/arch/arm/kernel/
H A Dasm-defines.c19 DEFINE(SM_NSEC_CTX_R0, offsetof(struct sm_nsec_ctx, r0));
20 DEFINE(SM_NSEC_CTX_R8, offsetof(struct sm_nsec_ctx, r8));
H A Dboot.c145 struct sm_nsec_ctx *nsec_ctx; in init_sec_mon()
/optee_os/core/arch/arm/plat-ti/
H A Dmain.c78 struct sm_nsec_ctx *nsec_ctx; in init_sec_mon()
/optee_os/core/arch/arm/plat-rockchip/
H A Dpsci_rk322x.c349 struct sm_nsec_ctx *nsec __unused) in psci_system_suspend()
/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c327 TEE_Result atmel_pm_suspend(uintptr_t entry, struct sm_nsec_ctx *nsec) in atmel_pm_suspend()