Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
H A Dcfag12864bfb.c54 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in cfag12864bfb_mmap()
H A Dht16k33.c311 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in ht16k33_mmap()
/linux/arch/x86/mm/
H A Dioremap.c265 prot = pgprot_decrypted(prot); in __ioremap_caller()
777 : pgprot_decrypted(prot); in early_memremap_pgprot_adjust()
/linux/kernel/dma/
H A Dpool.c113 prot = pgprot_decrypted(pgprot_dmacoherent(PAGE_KERNEL)); in atomic_pool_expand()
H A Dmapping.c552 return pgprot_decrypted(dma_prot); in dma_pgprot()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c239 prot = pgprot_decrypted(prot); in ttm_bo_vm_fault_reserved()
/linux/drivers/hv/
H A Dring_buffer.c210 confidential ? PAGE_KERNEL : pgprot_decrypted(PAGE_KERNEL)); in hv_ringbuffer_init()
H A Dchannel.c747 addr = vmap(pages, nr_pages, VM_MAP, pgprot_decrypted(PAGE_KERNEL)); in vmbus_alloc_buffer()
/linux/mm/
H A Dmemremap.c312 params.pgprot = pgprot_decrypted(params.pgprot); in memremap_pages()
H A Dinternal.h1535 action->remap.pgprot = pgprot_decrypted(orig_pgprot); in io_remap_pfn_range_prepare()
/linux/drivers/video/fbdev/
H A Dvfb.c393 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in vfb_mmap()
H A Dep93xx-fb.c314 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in ep93xxfb_mmap()
H A Dgbefb.c1004 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in gbefb_mmap()
H A Dsmscufx.c786 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in ufx_ops_mmap()
/linux/arch/x86/mm/pat/
H A Dmemtype.c773 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
H A Dset_memory.c2436 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty); in __set_memory_enc_pgtable()
2437 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty); in __set_memory_enc_pgtable()
/linux/Documentation/core-api/
H A Ddma-attributes.rst189 PTEs for the mapping must use pgprot_decrypted(), and the same shared
/linux/arch/x86/include/asm/
H A Dpgtable.h42 #define pgprot_decrypted(prot) __pgprot(cc_mkdec(pgprot_val(prot))) macro
/linux/drivers/video/fbdev/omap/
H A Domapfb_main.c1206 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in omapfb_mmap()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1865 vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); in vfio_pci_core_mmap()
/linux/include/linux/
H A Dmm.h4820 const pgprot_t prot = pgprot_decrypted(orig_prot); in io_remap_pfn_range()