Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c123 if (IS_SIP_ERROR(res.a0)) in sip_smc_request_share_mem()
173 if (IS_SIP_ERROR(res.a0)) { in sip_smc_set_sip_version()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h76 #define IS_SIP_ERROR(x) (!!(x)) macro