treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
authorTom Lendacky <thomas.lendacky@amd.com>
Wed, 8 Sep 2021 22:58:39 +0000 (17:58 -0500)
committerBorislav Petkov <bp@suse.de>
Mon, 4 Oct 2021 09:47:24 +0000 (11:47 +0200)
commite9d1d2bb75b2d5d4b426769c5aae0ce8cef3558f
treea83b0bc1d7be17f54e5cadac444d377b08f436b6
parent6283f2effbd62a71a7c29062f8093c335ff3ea89
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()

Replace uses of mem_encrypt_active() with calls to cc_platform_has() with
the CC_ATTR_MEM_ENCRYPT attribute.

Remove the implementation of mem_encrypt_active() across all arches.

For s390, since the default implementation of the cc_platform_has()
matches the s390 implementation of mem_encrypt_active(), cc_platform_has()
does not need to be implemented in s390 (the config option
ARCH_HAS_CC_PLATFORM is not set).

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210928191009.32551-9-bp@alien8.de
18 files changed:
arch/powerpc/include/asm/mem_encrypt.h
arch/powerpc/platforms/pseries/svm.c
arch/s390/include/asm/mem_encrypt.h
arch/x86/include/asm/mem_encrypt.h
arch/x86/kernel/head64.c
arch/x86/mm/ioremap.c
arch/x86/mm/mem_encrypt.c
arch/x86/mm/pat/set_memory.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/drm_cache.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c
drivers/iommu/amd/iommu.c
drivers/iommu/amd/iommu_v2.c
drivers/iommu/iommu.c
fs/proc/vmcore.c
include/linux/mem_encrypt.h
kernel/dma/swiotlb.c