Home
last modified time | relevance | path

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

/trusted-firmware-a/include/lib/
A Dsmccc.h139 #define is_caller_secure(_f) (((_f) & SMC_FROM_MASK) \ macro
146 #define is_caller_secure(_f) (!is_caller_non_secure(_f)) macro
/trusted-firmware-a/services/spd/trusty/
A Dgeneric-arm64-smcall.c93 trusty_dputc(x1, is_caller_secure(flags)); in trusty_generic_platform_smc()
A Dtrusty.c147 assert(!is_caller_secure(flags)); in trusty_fiq_handler()
256 if (is_caller_secure(flags)) { in trusty_smc_handler()
/trusted-firmware-a/lib/debugfs/
A Ddebugfs_smc.c75 if (is_caller_secure(flags)) { in debugfs_smc_handler()
/trusted-firmware-a/lib/psci/
A Dpsci_main.c387 if (is_caller_secure(flags)) in psci_smc_handler()
/trusted-firmware-a/services/std_svc/spmd/
A Dspmd_main.c509 secure_origin = is_caller_secure(flags); in spmd_smc_handler()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Drt-svc-writers-guide.rst.txt207 in bits 0 and 5. The ``is_caller_secure(flags)``, ``is_caller_non_secure(flags)``
/trusted-firmware-a/docs/getting_started/
A Drt-svc-writers-guide.rst207 in bits 0 and 5. The ``is_caller_secure(flags)``, ``is_caller_non_secure(flags)``

Completed in 9 milliseconds