Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Dpgtable.h637 #ifndef pgprot_decrypted
638 #define pgprot_decrypted(prot) (prot) macro
/Linux-v4.19/arch/x86/entry/vdso/
Dvma.c121 pgprot_decrypted(vma->vm_page_prot)); in vvar_fault()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_vm.c255 cvma.vm_page_prot = pgprot_decrypted(cvma.vm_page_prot); in ttm_bo_vm_fault()
/Linux-v4.19/arch/x86/mm/
Dioremap.c692 : pgprot_decrypted(prot); in early_memremap_pgprot_adjust()
Dpat.c783 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_fb.c185 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in udl_fb_mmap()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_vm.c63 tmp = pgprot_decrypted(tmp); in drm_io_prot()
Ddrm_gem.c970 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in drm_gem_mmap_obj()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbmem.c1395 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in fb_mmap()
1425 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in fb_mmap()
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro