HomeSort by relevance Sort by last modified time
    Searched refs:is_caller_non_secure (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/
smcc.h 74 #define is_caller_non_secure(_f) (!!(_f & SMC_FROM_NON_SECURE)) macro
75 #define is_caller_secure(_f) (!(is_caller_non_secure(_f)))
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_sip_svc.c 56 if (!is_caller_non_secure(flags))
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
rockchip_sip_svc.c 49 ns = is_caller_non_secure(flags);
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/
mtk_sip_svc.c 52 ns = is_caller_non_secure(flags);
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/
tlkd_main.c 158 ns = is_caller_non_secure(flags);
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_main.c 208 if (is_caller_non_secure(flags)) {
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_main.c 293 ns = is_caller_non_secure(flags);

Completed in 1652 milliseconds