| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_dma_buf.c | 27 int prot = coherent ? IOMMU_CACHE : 0; in rga_dma_info_to_prot() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
| H A D | rockchip_sip.c | 134 pgprot_t prot; in sip_map() local
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| H A D | init.c | 95 uint16_t prot = __cachemode2pte_tbl[_PAGE_CACHE_MODE_WP]; in x86_has_pat_wp() local 540 init_memory_mapping(unsigned long start, unsigned long end, pgprot_t prot) init_memory_mapping() argument
|
| H A D | init_32.c | 323 pgprot_t prot = PAGE_KERNEL_LARGE; in kernel_physical_mapping_init() local 355 pgprot_t prot = PAGE_KERNEL; in kernel_physical_mapping_init() local 258 kernel_physical_mapping_init(unsigned long start, unsigned long end, unsigned long page_size_mask, pgprot_t prot) kernel_physical_mapping_init() argument
|
| H A D | pgtable.c | 669 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) in p4d_set_huge() argument 703 int pud_set_huge(pud_t *pud, phys_addr_t addr, pgprot_t prot) in pud_set_huge() argument 730 int pmd_set_huge(pmd_t *pmd, phys_addr_t addr, pgprot_t prot) in pmd_set_huge() argument
|
| /kernel/linux/linux-5.10/arch/csky/include/asm/ |
| H A D | pgtable.h | 238 unsigned long prot = pgprot_val(_prot); in pgprot_noncached() local 248 unsigned long prot = pgprot_val(_prot); in pgprot_writecombine() local [all...] |
| /kernel/linux/linux-5.10/arch/microblaze/pci/ |
| H A D | pci-common.c | 173 pci_phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t prot) pci_phys_mem_access_prot() argument
|
| /kernel/linux/linux-5.10/arch/nios2/include/asm/ |
| H A D | pgtable.h | 116 unsigned long prot = pgprot_val(_prot); in pgprot_noncached() local
|
| /kernel/linux/linux-5.10/arch/parisc/mm/ |
| H A D | init.c | 401 pgprot_t prot; in map_pages() local
|
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| H A D | init.c | 83 static void *__kmap_pgprot(struct page *page, unsigned long addr, pgprot_t prot) in __kmap_pgprot() argument
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 256 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) sys_mmap2() argument 266 sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long offset) sys_mmap() argument
|
| /kernel/linux/linux-5.10/arch/s390/mm/ |
| H A D | pgtable.c | 27 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() argument 37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() argument 613 ptep_force_prot(struct mm_struct *mm, unsigned long addr, pte_t *ptep, int prot, unsigned long bit) ptep_force_prot() argument [all...] |
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| H A D | crash_dump.c | 239 remap_oldmem_pfn_range_kdump(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range_kdump() argument 266 remap_oldmem_pfn_range_zfcpdump(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range_zfcpdump() argument 288 remap_oldmem_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range() argument
|
| /kernel/linux/linux-5.10/arch/riscv/mm/ |
| H A D | init.c | 247 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() argument 303 create_pte_mapping(pte_t *ptep, uintptr_t va, phys_addr_t pa, phys_addr_t sz, pgprot_t prot) create_pte_mapping() argument 359 create_pmd_mapping(pmd_t *pmdp, uintptr_t va, phys_addr_t pa, phys_addr_t sz, pgprot_t prot) create_pmd_mapping() argument 401 create_pgd_mapping(pgd_t *pgdp, uintptr_t va, phys_addr_t pa, phys_addr_t sz, pgprot_t prot) create_pgd_mapping() argument [all...] |
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | iommu.c | 437 unsigned long flags, handle, prot, ctx; in dma_4u_map_sg() local
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | tboot.c | 107 map_tboot_page(unsigned long vaddr, unsigned long pfn, pgprot_t prot) map_tboot_page() argument
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| H A D | pgtable.h | 228 clear_pte_bit(pte_t pte, pgprot_t prot) clear_pte_bit() argument 234 set_pte_bit(pte_t pte, pgprot_t prot) set_pte_bit() argument [all...] |
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| H A D | af_ninet.c | 256 const struct proto *prot; in ninet_bind() local 493 const struct proto *prot; in ninet_ioctl() local [all...] |
| /kernel/linux/linux-5.10/drivers/char/agp/ |
| H A D | frontend.c | 153 static pgprot_t agp_convert_mmap_flags(int prot) in agp_convert_mmap_flags() argument
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 311 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() argument
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| H A D | pgtable.h | 462 unsigned long prot = pgprot_val(_prot); local 473 unsigned long prot = pgprot_val(_prot); local [all...] |
| /kernel/linux/linux-6.6/arch/parisc/mm/ |
| H A D | init.c | 398 pgprot_t prot; in map_pages() local
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| H A D | pgtable.h | 214 clear_pte_bit(pte_t pte, pgprot_t prot) clear_pte_bit() argument 220 set_pte_bit(pte_t pte, pgprot_t prot) set_pte_bit() argument [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 637 unsigned long prot; in vm_get_page_prot() local 275 create_section_mapping(unsigned long start, unsigned long end, int nid, pgprot_t prot) create_section_mapping() argument
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| H A D | init.c | 82 static void *__kmap_pgprot(struct page *page, unsigned long addr, pgprot_t prot) in __kmap_pgprot() argument
|