Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/entry/vdso/
Dvma.c118 pgprot_decrypted(vma->vm_page_prot)); in vvar_fault()
/Linux-v5.4/include/asm-generic/
Dpgtable.h675 #ifndef pgprot_decrypted
676 #define pgprot_decrypted(prot) (prot) macro
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_vm.c260 cvma.vm_page_prot = pgprot_decrypted(cvma.vm_page_prot); in ttm_bo_vm_fault()
/Linux-v5.4/arch/x86/mm/
Dioremap.c726 : pgprot_decrypted(prot); in early_memremap_pgprot_adjust()
Dpat.c793 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
/Linux-v5.4/drivers/gpu/drm/udl/
Dudl_fb.c181 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in udl_fb_mmap()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_vm.c75 tmp = pgprot_decrypted(tmp); in drm_io_prot()
Ddrm_gem.c1117 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in drm_gem_mmap_obj()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbmem.c1351 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in fb_mmap()
1381 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in fb_mmap()
/Linux-v5.4/arch/x86/include/asm/
Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro