Searched refs:args_virt (Results 1 – 1 of 1) sorted by relevance
84 void *args_virt = NULL; in qcom_scm_call() local90 args_virt = kzalloc(PAGE_ALIGN(alloc_len), GFP_KERNEL); in qcom_scm_call()92 if (!args_virt) in qcom_scm_call()96 __le32 *args = args_virt; in qcom_scm_call()102 __le64 *args = args_virt; in qcom_scm_call()109 args_phys = dma_map_single(dev, args_virt, alloc_len, in qcom_scm_call()113 kfree(args_virt); in qcom_scm_call()148 if (args_virt) { in qcom_scm_call()150 kfree(args_virt); in qcom_scm_call()