From 6c8043376f4b5e1553f730bb25ddb925fe091e30 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Tue, 15 Mar 2022 17:19:02 +0000 Subject: [PATCH] ANDROID: Add new pkvm_iommu_* functions to aarch64 ABI Add two new symbols to aarch64 kernel ABI: * pkvm_iommu_sysmmu_sync_register * pkvm_iommu_finalize The former allows vendor modules to register a SYSMMU_SYNC device with the hypervisor, and the latter tells the hypervisor to stop acception new device registrations. Bug: 190463801 Signed-off-by: David Brazdil Change-Id: I6c6948d94cb6494f07d52b4e2b7e91db40e2fcd6 --- android/abi_gki_aarch64_pixel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/abi_gki_aarch64_pixel b/android/abi_gki_aarch64_pixel index 083f79449940..0a13903a0dc8 100644 --- a/android/abi_gki_aarch64_pixel +++ b/android/abi_gki_aarch64_pixel @@ -1255,9 +1255,11 @@ pin_user_pages_fast pin_user_pages_remote pktgen_xfrm_outer_mode_output + pkvm_iommu_finalize pkvm_iommu_resume pkvm_iommu_s2mpu_register pkvm_iommu_suspend + pkvm_iommu_sysmmu_sync_register platform_bus_type platform_device_add platform_device_add_data