qcom_tzmem_to_phys
smc.args[SCM_SMC_LAST_REG_IDX] = qcom_tzmem_to_phys(args_virt);
ptr_phys = qcom_tzmem_to_phys(ptr);
desc.args[1] = qcom_tzmem_to_phys(keybuf);
desc.args[0] = qcom_tzmem_to_phys(eph_key_buf);
desc.args[2] = qcom_tzmem_to_phys(sw_secret_buf);
desc.args[0] = qcom_tzmem_to_phys(lt_key_buf);
desc.args[0] = qcom_tzmem_to_phys(lt_key_buf);
desc.args[2] = qcom_tzmem_to_phys(eph_key_buf);
desc.args[0] = qcom_tzmem_to_phys(raw_key_buf);
desc.args[2] = qcom_tzmem_to_phys(lt_key_buf);
desc.args[0] = qcom_tzmem_to_phys(payload_buf);
desc.args[0] = qcom_tzmem_to_phys(name_buf);
req_phys = qcom_tzmem_to_phys(req);
rsp_phys = qcom_tzmem_to_phys(rsp);
mdata_phys = qcom_tzmem_to_phys(mdata_buf);
desc.args[1] = qcom_tzmem_to_phys(input_rt_tzm);
desc.args[3] = qcom_tzmem_to_phys(output_rt_tzm);
EXPORT_SYMBOL_GPL(qcom_tzmem_to_phys);
phys_addr_t qcom_tzmem_to_phys(void *ptr);