| /kernel/linux/linux-5.10/mm/ |
| H A D | early_ioremap.c | 106 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) in __early_ioremap() argument 226 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, in early_memremap() local 235 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, in early_memremap_ro() local 34 early_memremap_pgprot_adjust(resource_size_t phys_addr, unsigned long size, pgprot_t prot) early_memremap_pgprot_adjust() argument 57 __late_set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) __late_set_fixmap() argument [all...] |
| H A D | ioremap.c | 64 ioremap_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot, pgtbl_mod_mask *mask) ioremap_pte_range() argument 84 ioremap_try_huge_pmd(pmd_t *pmd, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_try_huge_pmd() argument 106 ioremap_pmd_range(pud_t *pud, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot, pgtbl_mod_mask *mask) ioremap_pmd_range() argument 130 ioremap_try_huge_pud(pud_t *pud, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_try_huge_pud() argument 152 ioremap_pud_range(p4d_t *p4d, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot, pgtbl_mod_mask *mask) ioremap_pud_range() argument 176 ioremap_try_huge_p4d(p4d_t *p4d, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_try_huge_p4d() argument 198 ioremap_p4d_range(pgd_t *pgd, unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot, pgtbl_mod_mask *mask) ioremap_p4d_range() argument 222 ioremap_page_range(unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_page_range() argument 253 ioremap_prot(phys_addr_t addr, size_t size, unsigned long prot) ioremap_prot() argument [all...] |
| /kernel/linux/linux-5.10/include/xen/ |
| H A D | xen-ops.h | 69 xen_remap_pfn(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, bool no_translate, struct page **pages) xen_remap_pfn() argument 95 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 int domid, struct page **pages) xen_xlate_remap_gfn_array() argument 132 xen_remap_domain_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) xen_remap_domain_gfn_array() argument 169 xen_remap_domain_mfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *mfn, int nr, int *err_ptr, pgprot_t prot, unsigned int domid, struct page **pages) xen_remap_domain_mfn_array() argument 194 xen_remap_domain_gfn_range(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t gfn, int nr, pgprot_t prot, unsigned int domid, struct page **pages) xen_remap_domain_gfn_range() argument [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
| H A D | msm_gpummu.c | 28 msm_gpummu_map(struct msm_mmu *mmu, uint64_t iova, struct sg_table *sgt, size_t len, int prot) msm_gpummu_map() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_ttm.c | 130 pgprot_t prot; in nouveau_ttm_fault() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | io.h | 27 ioremap_page_range(unsigned long addr, unsigned long end, phys_addr_t phys_addr, pgprot_t prot) ioremap_page_range() argument
|
| H A D | elf.h | 94 static inline int arch_elf_adjust_prot(int prot, in arch_elf_adjust_prot() argument
|
| /kernel/linux/linux-6.6/fs/affs/ |
| H A D | inode.c | 26 u32 prot; in affs_iget() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | elf.h | 104 static inline int arch_elf_adjust_prot(int prot, in arch_elf_adjust_prot() argument
|
| H A D | highmem-internal.h | 82 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot) in kmap_local_page_prot() argument 97 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() argument 193 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot) in kmap_local_page_prot() argument 220 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() argument
|
| /kernel/linux/linux-6.6/drivers/soc/tegra/cbb/ |
| H A D | tegra-cbb.c | 52 void tegra_cbb_print_prot(struct seq_file *file, u32 prot) in tegra_cbb_print_prot() argument
|
| /kernel/linux/linux-6.6/drivers/char/agp/ |
| H A D | compat_ioctl.h | 61 compat_int_t prot; /* prot flags for mmap */ member
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | uring_cmd.c | 172 struct proto *prot = READ_ONCE(sk->sk_prot); in io_uring_cmd_sock() local
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | cpu_entry_area.c | 99 cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot) in cea_map_percpu_pages() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| H A D | msm_gpummu.c | 28 msm_gpummu_map(struct msm_mmu *mmu, uint64_t iova, struct sg_table *sgt, size_t len, int prot) msm_gpummu_map() argument
|
| /kernel/linux/linux-6.6/drivers/iommu/ |
| H A D | of_iommu.c | 257 int prot = IOMMU_READ | IOMMU_WRITE; in of_iommu_get_resv_regions() local
|
| /kernel/linux/linux-6.6/net/smc/ |
| H A D | smc_diag.c | 191 static int smc_diag_dump_proto(struct proto *prot, struct sk_buff *skb, in smc_diag_dump_proto() argument
|
| /kernel/linux/linux-6.6/net/unix/ |
| H A D | unix_bpf.c | 102 static void unix_dgram_bpf_rebuild_protos(struct proto *prot, const struct proto *base) in unix_dgram_bpf_rebuild_protos() argument 110 static void unix_stream_bpf_rebuild_protos(struct proto *prot, in unix_stream_bpf_rebuild_protos() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | mkdirty.c | 62 static char *mmap_thp_range(int prot, char **_mmap_mem, size_t *_mmap_size) in mmap_thp_range() argument
|
| H A D | pkey-x86.h | 154 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect_subpage() argument
|
| H A D | pkey-powerpc.h | 105 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect_subpage() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
| H A D | pkeys.h | 63 int sys_pkey_mprotect(void *addr, size_t len, int prot, int pkey) in sys_pkey_mprotect() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_bpf_cookie.c | 112 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) BPF_PROG() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel.c | 217 int prot = 0; in main() local
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | early_ioremap.c | 100 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) in __early_ioremap() argument 220 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, in early_memremap() local 229 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, in early_memremap_ro() local 35 early_memremap_pgprot_adjust(resource_size_t phys_addr, unsigned long size, pgprot_t prot) early_memremap_pgprot_adjust() argument 53 __late_set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) __late_set_fixmap() argument [all...] |