Searched refs:pgprot_writecombine (Results 1 - 25 of 66) sorted by path

123

/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h49 #define pgprot_writecombine(prot) (prot) macro
H A Dpgtable.h118 #define pgprot_writecombine(prot) \ macro
/linux-master/arch/arm/mm/
H A Ddma-mapping.c441 pgprot_writecombine(prot) :
H A Dmmu.c719 return pgprot_writecombine(vma_prot);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h647 #define pgprot_writecombine(prot) \ macro
/linux-master/arch/arm64/mm/
H A Dmmu.c104 return pgprot_writecombine(vma_prot);
/linux-master/arch/csky/include/asm/
H A Dpgtable.h242 #define pgprot_writecombine pgprot_writecombine macro
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/arch/csky/mm/
H A Dioremap.c14 return pgprot_writecombine(vma_prot);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h110 #define pgprot_writecombine pgprot_writecombine macro
112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/arch/mips/include/asm/
H A Dpgtable.h469 #define pgprot_writecombine pgprot_writecombine macro
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h598 #define pgprot_writecombine pgprot_writecombine macro
599 static inline pgprot_t pgprot_writecombine(pgprot_t prot) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h787 #define pgprot_writecombine pgprot_writecombine macro
788 static inline pgprot_t pgprot_writecombine(pgprot_t prot) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h341 #define pgprot_writecombine pgprot_noncached_wc macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h616 #define pgprot_writecombine pgprot_writecombine
617 static inline pgprot_t pgprot_writecombine(pgprot_t _prot)
613 #define pgprot_writecombine macro
614 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/arch/riscv/kernel/
H A Dacpi.c299 prot = pgprot_writecombine(PAGE_KERNEL);
/linux-master/arch/s390/include/asm/
H A Dio.h34 ioremap_prot((addr), (size), pgprot_val(pgprot_writecombine(PAGE_KERNEL)))
H A Dpgtable.h1329 #define pgprot_writecombine pgprot_writecombine macro
1330 pgprot_t pgprot_writecombine(pgprot_t prot);
/linux-master/arch/s390/mm/
H A Dpgtable.c27 pgprot_t pgprot_writecombine(pgprot_t prot) function
35 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h378 #define pgprot_writecombine(prot) \ macro
381 #define pgprot_noncached pgprot_writecombine
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h523 #define pgprot_writecombine pgprot_writecombine macro
524 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c1107 pgprot_t pgprot_writecombine(pgprot_t prot) function
1112 EXPORT_SYMBOL_GPL(pgprot_writecombine); variable
/linux-master/drivers/accel/ivpu/
H A Divpu_mmu_context.c61 cpu = vmap(&page, 1, VM_MAP, pgprot_writecombine(PAGE_KERNEL));
/linux-master/drivers/firmware/efi/
H A Dearlycon.c62 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL);
/linux-master/drivers/gpu/drm/
H A Ddrm_gem.c1072 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags));
H A Ddrm_gem_shmem_helper.c340 prot = pgprot_writecombine(prot);
624 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot);

Completed in 342 milliseconds

123