Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/ttm/
H A Dttm_module.c73 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
81 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
84 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h99 #define pgprot_noncached pgprot_noncached macro
101 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux/arch/arc/mm/
H A Dioremap.c35 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #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.h294 #define pgprot_noncached pgprot_noncached macro
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/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/arch/xtensa/include/asm/
H A Dio.h43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h352 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
365 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/linux/arch/powerpc/mm/
H A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
/linux/drivers/char/
H A Dmem.c273 #ifdef pgprot_noncached
290 #ifdef pgprot_noncached in phys_mem_access_prot()
294 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/mips/include/asm/
H A Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux/arch/mips/kernel/
H A Dvdso.c165 pgprot_noncached(vma->vm_page_prot)); in arch_setup_additional_pages()
/linux/drivers/sbus/char/
H A Dflash.c69 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in flash_mmap()
/linux/drivers/misc/ocxl/
H A Dsysfs.c138 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in global_mmio_mmap()
/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/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.c57 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in virtio_gpu_vram_mmap()

123