Loading drivers/soc/qcom/scm.c +1 −1 Original line number Diff line number Diff line Loading @@ -764,7 +764,7 @@ int scm_call2_atomic(u32 fn_id, struct scm_desc *desc) return scm_remap_error(ret); return ret; } EXPORT_SYMBOL(scm_call2_atomic); /** * scm_call() - Send an SCM command * @svc_id: service identifier Loading drivers/soc/qcom/secure_buffer.c +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ int hyp_assign_table(struct sg_table *table, kfree(source_vm_copy); return ret; } EXPORT_SYMBOL(hyp_assign_table); int hyp_assign_phys(phys_addr_t addr, u64 size, u32 *source_vm_list, int source_nelems, int *dest_vmids, Loading Loading
drivers/soc/qcom/scm.c +1 −1 Original line number Diff line number Diff line Loading @@ -764,7 +764,7 @@ int scm_call2_atomic(u32 fn_id, struct scm_desc *desc) return scm_remap_error(ret); return ret; } EXPORT_SYMBOL(scm_call2_atomic); /** * scm_call() - Send an SCM command * @svc_id: service identifier Loading
drivers/soc/qcom/secure_buffer.c +1 −0 Original line number Diff line number Diff line Loading @@ -212,6 +212,7 @@ int hyp_assign_table(struct sg_table *table, kfree(source_vm_copy); return ret; } EXPORT_SYMBOL(hyp_assign_table); int hyp_assign_phys(phys_addr_t addr, u64 size, u32 *source_vm_list, int source_nelems, int *dest_vmids, Loading