| /kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
| H A D | hash_pgtable.c | 147 int hash__map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in hash__map_kernel_page() argument
|
| H A D | pkeys.c | 390 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, in __arch_override_mprotect_pkey() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/ |
| H A D | mem.c | 61 create_section_mapping(unsigned long start, unsigned long end, int nid, pgprot_t prot) create_section_mapping() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
| H A D | e500.c | 179 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL_ROX; in map_mem_in_cams_addr() local 192 pgprot_t prot = init ? PAGE_KERNEL_X : PAGE_KERNEL; in map_mem_in_cams_addr() local
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/book3s/ |
| H A D | vas-api.c | 477 pgprot_t prot; in coproc_mmap() local
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| H A D | entry.S | 1120 prot = r17 /* prot bits */ global() define [all...] |
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| H A D | hibernate.c | 168 temp_pgtable_map_pte(pmd_t *dst_pmdp, pmd_t *src_pmdp, unsigned long start, unsigned long end, pgprot_t prot) temp_pgtable_map_pte() argument 195 temp_pgtable_map_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, unsigned long end, pgprot_t prot) temp_pgtable_map_pmd() argument 234 temp_pgtable_map_pud(p4d_t *dst_p4dp, p4d_t *src_p4dp, unsigned long start, unsigned long end, pgprot_t prot) temp_pgtable_map_pud() argument 273 temp_pgtable_map_p4d(pgd_t *dst_pgdp, pgd_t *src_pgdp, unsigned long start, unsigned long end, pgprot_t prot) temp_pgtable_map_p4d() argument 312 temp_pgtable_mapping(pgd_t *pgdp, unsigned long start, unsigned long end, pgprot_t prot) temp_pgtable_mapping() argument [all...] |
| H A D | sys_riscv.c | 20 riscv_sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, off_t offset, unsigned long page_shift_offset) riscv_sys_mmap() argument
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| H A D | compat_linux.c | 198 compat_ulong_t prot; member
|
| /kernel/linux/linux-6.6/arch/s390/mm/ |
| H A D | dump_pagetables.c | 156 unsigned int prot; in note_page() local
|
| H A D | vmem.c | 160 unsigned long prot, pages = 0; in modify_pte_table() local 217 unsigned long next, prot, pages = 0; in modify_pmd_table() local 311 unsigned long next, prot, pages = 0; modify_pud_table() local 608 __vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot, bool alloc) __vmem_map_4k_page() argument 623 vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot) vmem_map_4k_page() argument [all...] |
| H A D | pageattr.c | 124 unsigned long pte_addr, prot; in split_pmd_page() local 213 unsigned long pmd_addr, prot; in split_pud_page() local
|
| /kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
| H A D | sq.c | 101 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap() argument 143 sq_remap(unsigned long phys, unsigned int size, const char *name, pgprot_t prot) sq_remap() argument
|
| /kernel/linux/linux-6.6/arch/riscv/mm/ |
| H A D | pageattr.c | 114 pgprot_t prot = __pgprot(pmd_val(*pmdp) & ~_PAGE_PFN_MASK); in __split_linear_mapping_pmd() local 154 pgprot_t prot = __pgprot(pud_val(*pudp) & ~_PAGE_PFN_MASK); in __split_linear_mapping_pud() local 203 pgprot_t prot = __pgprot(p4d_val(*p4dp) & ~_PAGE_PFN_MASK); in __split_linear_mapping_p4d() local
|
| H A D | ptdump.c | 269 u64 prot = 0; in note_page() local
|
| /kernel/linux/linux-6.6/arch/sh/mm/ |
| H A D | init.c | 81 static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) in set_pte_phys() argument 98 static void clear_pte_phys(unsigned long addr, pgprot_t prot) in clear_pte_phys() argument 111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() argument 123 void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot) in __clear_fixmap() argument
|
| /kernel/linux/linux-6.6/arch/sparc/vdso/ |
| H A D | vdso2c.c | 159 static void map_input(const char *name, void **addr, size_t *len, int prot) in map_input() argument
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/ |
| H A D | process.c | 142 int prot; in os_map_memory() local 156 int prot = ((r ? PROT_READ : 0) | (w ? PROT_WRITE : 0) | in os_protect_memory() local
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| H A D | s390-iommu.c | 257 s390_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) s390_iommu_map() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | vmalloc.h | 192 map_kernel_range_noflush(unsigned long start, unsigned long size, pgprot_t prot, struct page **pages) map_kernel_range_noflush() argument
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | scif_ioctl.h | 123 __s32 prot; member
|
| H A D | agpgart.h | 83 int prot; /* prot flags for mmap */ member
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| H A D | xlate_mmu.c | 67 pgprot_t prot; member 268 pgprot_t prot; member 143 xen_xlate_remap_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned domid, struct page **pages) xen_xlate_remap_gfn_array() argument
|
| /kernel/linux/linux-5.10/fs/affs/ |
| H A D | amigaffs.c | 391 affs_prot_to_mode(u32 prot) in affs_prot_to_mode() argument 420 u32 prot = AFFS_I(inode)->i_protect; affs_mode_to_prot() local [all...] |
| /kernel/linux/linux-5.10/kernel/dma/ |
| H A D | mapping.c | 341 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() argument
|