Home
last modified time | relevance | path

Searched refs:pgprot_noncached (Results 1 – 25 of 80) sorted by relevance

1234

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h136 #define pgprot_noncached pgprot_noncached macro
138 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h155 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
162 #define pgprot_noncached(prot) \ macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h94 #define pgprot_noncached pgprot_noncached macro
96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux/arch/csky/include/asm/
H A Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux/arch/powerpc/kernel/
H A Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
H A Dpci_64.c142 pgprot_noncached(PAGE_KERNEL))) { in ioremap_phb()
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h289 #define pgprot_noncached pgprot_noncached macro
290 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
H A Dpgtable_64.h329 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
357 #define pgprot_noncached pgprot_noncached macro
/linux/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/linux/include/linux/
H A Dpgtable.h1676 #ifndef pgprot_noncached
1677 #define pgprot_noncached(prot) (prot) macro
1681 #define pgprot_writecombine pgprot_noncached
1685 #define pgprot_writethrough pgprot_noncached
1689 #define pgprot_device pgprot_noncached
1701 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1702 newprot = pgprot_noncached(newprot); in pgprot_modify()
/linux/arch/arc/kernel/
H A Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
/linux/drivers/char/
H A Dmem.c255 #ifdef pgprot_noncached
272 #ifdef pgprot_noncached in phys_mem_access_prot()
276 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
H A Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux/drivers/gpu/drm/xe/
H A Dxe_mmio_gem.c152 vma->vm_page_prot = pgprot_noncached(vm_get_page_prot(vma->vm_flags)); in xe_mmio_gem_mmap()
/linux/Documentation/admin-guide/
H A Dramoops.rst31 ``pgprot_noncached``, which only works on some platforms. This is because pstore
32 depends on atomic operations. At least on ARM, pgprot_noncached causes the
/linux/drivers/sbus/char/
H A Dflash.c69 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in flash_mmap()
/linux/drivers/gpu/drm/gma500/
H A Dfbdev.c32 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in psb_fbdev_vm_fault()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_doorbell.c130 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in kfd_doorbell_mmap()
/linux/drivers/misc/ocxl/
H A Dsysfs.c138 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in global_mmio_mmap()
/linux/arch/powerpc/platforms/powernv/
H A Dmemtrace.c62 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in memtrace_mmap()
/linux/Documentation/arch/x86/
H A Dpat.rst105 1) pgprot_noncached()
109 continue to use the above sequence, with either pgprot_noncached() or
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vram.c58 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in virtio_gpu_vram_mmap()
/linux/arch/riscv/include/asm/
H A Dpgtable.h725 #define pgprot_noncached pgprot_noncached macro
726 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function

1234