| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable-bits.h | 136 #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 D | pgtable_mm.h | 155 # 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 D | pgtable.h | 94 #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 D | pgtable.h | 231 #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 D | isa-bridge.c | 50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base() 54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
|
| H A D | pci_64.c | 142 pgprot_noncached(PAGE_KERNEL))) { in ioremap_phb()
|
| /linux/arch/csky/mm/ |
| H A D | ioremap.c | 12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 289 #define pgprot_noncached pgprot_noncached macro 290 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
| H A D | pgtable_64.h | 329 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function 357 #define pgprot_noncached pgprot_noncached macro
|
| /linux/arch/arc/kernel/ |
| H A D | arc_hostlink.c | 20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 565 #define pgprot_noncached pgprot_noncached macro 566 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
| /linux/include/linux/ |
| H A D | pgtable.h | 1501 #ifndef pgprot_noncached 1502 #define pgprot_noncached(prot) (prot) macro 1506 #define pgprot_writecombine pgprot_noncached 1510 #define pgprot_writethrough pgprot_noncached 1514 #define pgprot_device pgprot_noncached 1526 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify() 1527 newprot = pgprot_noncached(newprot); in pgprot_modify()
|
| /linux/drivers/char/ |
| H A D | uv_mmtimer.c | 160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
|
| H A D | mem.c | 255 #ifdef pgprot_noncached 272 #ifdef pgprot_noncached in phys_mem_access_prot() 276 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 352 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro 365 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
| /linux/arch/mips/include/asm/ |
| H A D | pgtable.h | 458 #define pgprot_noncached pgprot_noncached macro 460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
|
| /linux/drivers/sbus/char/ |
| H A D | flash.c | 69 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in flash_mmap()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | fbdev.c | 32 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in psb_fbdev_vm_fault()
|
| /linux/Documentation/admin-guide/ |
| H A D | ramoops.rst | 31 ``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/gpu/drm/amd/amdkfd/ |
| H A D | kfd_doorbell.c | 130 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in kfd_doorbell_mmap()
|
| /linux/drivers/misc/ocxl/ |
| H A D | sysfs.c | 138 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in global_mmio_mmap()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | memtrace.c | 62 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in memtrace_mmap()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 105 1) pgprot_noncached() 109 continue to use the above sequence, with either pgprot_noncached() or
|