Searched refs:sm_nsec_ctx (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/include/drivers/pm/sam/ |
| H A D | atmel_pm.h | 15 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 D | psci.h | 68 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 D | sm.h | 46 struct sm_nsec_ctx { struct 94 struct sm_nsec_ctx nsec; 104 struct sm_nsec_ctx *sm_get_nsec_ctx(void);
|
| H A D | std_smc.h | 42 void smc_std_handler(struct thread_smc_args *args, struct sm_nsec_ctx *nsec);
|
| /optee_os/core/arch/arm/plat-sam/pm/ |
| H A D | psci.c | 16 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 D | psci.c | 48 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 D | std_smc.c | 44 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 D | asm-defines.c | 19 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 D | boot.c | 145 struct sm_nsec_ctx *nsec_ctx; in init_sec_mon()
|
| /optee_os/core/arch/arm/plat-ti/ |
| H A D | main.c | 78 struct sm_nsec_ctx *nsec_ctx; in init_sec_mon()
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | psci_rk322x.c | 349 struct sm_nsec_ctx *nsec __unused) in psci_system_suspend()
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | at91_pm.c | 327 TEE_Result atmel_pm_suspend(uintptr_t entry, struct sm_nsec_ctx *nsec) in atmel_pm_suspend()
|