Home
last modified time | relevance | path

Searched refs:is_caller_secure (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a-latest/plat/arm/common/
Dplat_arm_sip_svc.c32 secure_origin = is_caller_secure(flags); in plat_arm_sip_handler()
/trusted-firmware-a-latest/services/spd/trusty/
Dgeneric-arm64-smcall.c93 trusty_dputc(x1, is_caller_secure(flags)); in trusty_generic_platform_smc()
Dtrusty.c147 assert(!is_caller_secure(flags)); in trusty_fiq_handler()
256 if (is_caller_secure(flags)) { in trusty_smc_handler()
/trusted-firmware-a-latest/include/lib/
Dsmccc.h155 #define is_caller_secure(_f) (((_f) & SMC_FROM_MASK) \ macro
162 #define is_caller_secure(_f) (!is_caller_non_secure(_f)) macro
/trusted-firmware-a-latest/lib/debugfs/
Ddebugfs_smc.c75 if (is_caller_secure(flags)) { in debugfs_smc_handler()
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_main.c820 if (is_caller_secure(flags)) { in spmd_ffa_smc_handler()
822 is_caller_secure(flags), in spmd_ffa_smc_handler()
851 secure_origin = is_caller_secure(flags); in spmd_smc_handler()
/trusted-firmware-a-latest/plat/xilinx/common/pm_service/
Dpm_svc_main.c418 SECURE_REDUNDANT_CALL(status, status_tmp, is_caller_secure, flags); in pm_smc_handler()
/trusted-firmware-a-latest/lib/psci/
Dpsci_main.c442 if (is_caller_secure(flags)) in psci_smc_handler()
/trusted-firmware-a-latest/docs/getting_started/
Drt-svc-writers-guide.rst207 in bits 0 and 5. The ``is_caller_secure(flags)``, ``is_caller_non_secure(flags)``