Lines Matching refs:handle
29 void *handle) in plat_protect_memory() argument
35 SMC_RET1(handle, SMC_UNK); in plat_protect_memory()
42 SMC_RET1(handle, SMC_INVALID_PARAM); in plat_protect_memory()
48 SMC_RET1(handle, SMC_INVALID_PARAM); in plat_protect_memory()
68 SMC_RET2(handle, SMC_INVALID_PARAM, last_updated); in plat_protect_memory()
71 SMC_RET2(handle, SMC_DENIED, last_updated); in plat_protect_memory()
79 SMC_RET1(handle, SMC_OK); in plat_protect_memory()
89 void *handle, in plat_arm_sip_handler() argument
102 SMC_RET1(handle, SMC_UNK); in plat_arm_sip_handler()
108 SMC_RET1(handle, SMC_OK); in plat_arm_sip_handler()
115 return plat_protect_memory(true, secure_origin, x1, x2, handle); in plat_arm_sip_handler()
119 return plat_protect_memory(false, secure_origin, x1, x2, handle); in plat_arm_sip_handler()
126 cookie, handle, flags); in plat_arm_sip_handler()
129 SMC_RET1(handle, SMC_UNK); in plat_arm_sip_handler()