Home
last modified time | relevance | path

Searched refs:GET_SMC_OEN (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a/include/lib/
A Dsmccc.h50 #define GET_SMC_OEN(id) (((id) >> FUNCID_OEN_SHIFT) & \ macro
150 #define is_std_svc_call(_fid) (GET_SMC_OEN(_fid) == OEN_STD_START)
153 #define is_arm_arch_svc_call(_fid) (GET_SMC_OEN(_fid) == OEN_ARM_START)
/trusted-firmware-a/include/services/
A Drmi_svc.h28 (GET_SMC_OEN(_fid) == OEN_ARM_START) && \
/trusted-firmware-a/include/common/
A Druntime_svc.h122 return get_unique_oen(GET_SMC_OEN(fid), GET_SMC_TYPE(fid)); in get_unique_oen_from_smc_fid()
/trusted-firmware-a/drivers/arm/ethosn/
A Dethosn_smc.c127 (GET_SMC_OEN(smc_fid) != OEN_SIP_START)) { in ethosn_smc_handler()
/trusted-firmware-a/lib/debugfs/
A Ddebugfs_smc.c81 (GET_SMC_OEN(smc_fid) != OEN_SIP_START)) { in debugfs_smc_handler()

Completed in 7 milliseconds