Home
last modified time | relevance | path

Searched refs:pgprot_decrypted (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/arch/x86/entry/vdso/
Dvma.c226 pgprot_decrypted(vma->vm_page_prot)); in vvar_fault()
/Linux-v5.10/include/linux/
Dpgtable.h880 #ifndef pgprot_decrypted
881 #define pgprot_decrypted(prot) (prot) macro
Dmm.h2767 return remap_pfn_range(vma, addr, pfn, size, pgprot_decrypted(prot)); in io_remap_pfn_range()
/Linux-v5.10/drivers/gpu/drm/ttm/
Dttm_bo_vm.c347 prot = pgprot_decrypted(prot); in ttm_bo_vm_fault_reserved()
/Linux-v5.10/arch/x86/mm/
Dioremap.c758 : pgprot_decrypted(prot); in early_memremap_pgprot_adjust()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_vm.c74 tmp = pgprot_decrypted(tmp); in drm_io_prot()
Ddrm_gem.c1109 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in drm_gem_mmap_obj()
/Linux-v5.10/kernel/dma/
Dmapping.c344 prot = pgprot_decrypted(prot); in dma_pgprot()
/Linux-v5.10/arch/x86/mm/pat/
Dmemtype.c821 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_mman.c923 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in i915_gem_mmap()
/Linux-v5.10/drivers/video/fbdev/core/
Dfbmem.c1363 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in fb_mmap()
1393 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in fb_mmap()
/Linux-v5.10/arch/x86/include/asm/
Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro