Home
last modified time | relevance | path

Searched refs:ns_cpu_context (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_main.c77 cpu_context_t *ns_cpu_context; in tspd_handle_sp_preemption() local
81 ns_cpu_context = cm_get_context(NON_SECURE); in tspd_handle_sp_preemption()
82 assert(ns_cpu_context); in tspd_handle_sp_preemption()
91 SMC_RET1(ns_cpu_context, SMC_PREEMPTED); in tspd_handle_sp_preemption()
302 cpu_context_t *ns_cpu_context; in tspd_smc_handler() local
360 ns_cpu_context = cm_get_context(NON_SECURE); in tspd_smc_handler()
361 assert(ns_cpu_context); in tspd_smc_handler()
371 SMC_RET0((uint64_t) ns_cpu_context); in tspd_smc_handler()
392 ns_cpu_context = cm_get_context(NON_SECURE); in tspd_smc_handler()
393 assert(ns_cpu_context); in tspd_smc_handler()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_main.c351 cpu_context_t *ns_cpu_context; in opteed_smc_handler() local
512 ns_cpu_context = cm_get_context(NON_SECURE); in opteed_smc_handler()
513 assert(ns_cpu_context); in opteed_smc_handler()
519 SMC_RET4(ns_cpu_context, x1, x2, x3, x4); in opteed_smc_handler()
527 ns_cpu_context = cm_get_context(NON_SECURE); in opteed_smc_handler()
528 assert(ns_cpu_context); in opteed_smc_handler()
538 SMC_RET0((uint64_t) ns_cpu_context); in opteed_smc_handler()