Searched defs:prot (Results 76 - 100 of 381) sorted by relevance

1234567891011>>

/linux-master/arch/um/os-Linux/skas/
H A Dmem.c168 int map(struct mm_id * mm_idp, unsigned long virt, unsigned long len, int prot, argument
195 protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, unsigned int prot, int done, void **data) argument
/linux-master/arch/sh/include/asm/
H A Dmmu.h100 pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot) argument
71 pmb_bolt_mapping(unsigned long virt, phys_addr_t phys, unsigned long size, pgprot_t prot) argument
78 pmb_remap_caller(phys_addr_t phys, unsigned long size, pgprot_t prot, void *caller) argument
H A Dpgtable.h121 static inline bool __pte_access_permitted(pte_t pte, u64 prot) argument
129 u64 prot = _PAGE_PRESENT; local
139 u64 prot = _PAGE_PRESENT | _PAGE_USER; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dio-workarounds.c142 iowa_ioremap(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) argument
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel.c217 int prot = 0; local
/linux-master/tools/testing/selftests/powerpc/include/
H A Dpkeys.h63 int sys_pkey_mprotect(void *addr, size_t len, int prot, int pkey) argument
/linux-master/include/linux/
H A Dhighmem-internal.h82 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot) argument
97 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) argument
193 static inline void *kmap_local_page_prot(struct page *page, pgprot_t prot) argument
220 static inline void *kmap_atomic_prot(struct page *page, pgprot_t prot) argument
/linux-master/net/ipv4/
H A Dudp_bpf.c114 static void udp_bpf_rebuild_protos(struct proto *prot, const struct proto *base) argument
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c99 cea_map_percpu_pages(void *cea_vaddr, void *ptr, int pages, pgprot_t prot) argument
/linux-master/mm/
H A Dearly_ioremap.c100 __early_ioremap(resource_size_t phys_addr, unsigned long size, pgprot_t prot) argument
220 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, local
229 pgprot_t prot = early_memremap_pgprot_adjust(phys_addr, size, local
35 early_memremap_pgprot_adjust(resource_size_t phys_addr, unsigned long size, pgprot_t prot) argument
53 __late_set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) argument
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dpkey-x86.h154 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) argument
H A Dpkey-powerpc.h105 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) argument
/linux-master/arch/arm/mm/
H A Dfault-armv.c246 pgprot_t prot = __pgprot_modify(PAGE_KERNEL, local
/linux-master/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c52 void tegra_cbb_print_prot(struct seq_file *file, u32 prot) argument
/linux-master/fs/affs/
H A Dinode.c26 u32 prot; local
/linux-master/arch/m68k/kernel/
H A Dsys_m68k.c40 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) argument
/linux-master/net/unix/
H A Dunix_bpf.c102 static void unix_dgram_bpf_rebuild_protos(struct proto *prot, const struct proto *base) argument
110 static void unix_stream_bpf_rebuild_protos(struct proto *prot, argument
[all...]
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_32.c21 static void __init kasan_populate_pte(pte_t *ptep, pgprot_t prot) argument
103 pgprot_t prot = kasan_prot_ro(); local
/linux-master/net/smc/
H A Dsmc_diag.c196 static int smc_diag_dump_proto(struct proto *prot, struct sk_buff *skb, argument
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h24 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) argument
37 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) argument
45 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) argument
66 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) argument
74 static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t p4dp, pgdval_t prot) argument
107 static inline void __pgd_populate(pgd_t *pgdp, phys_addr_t p4dp, pgdval_t prot) argument
116 __pmd_populate(pmd_t *pmdp, phys_addr_t ptep, pmdval_t prot) argument
[all...]
/linux-master/arch/arm64/mm/
H A Dfixmap.c134 void *__init fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) argument
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c29 prot, root_level, (pte_t *)pg_dir, may_use_cont, 0); local
46 pgprot_t prot; local
23 map_segment(pgd_t *pg_dir, u64 *pgd, u64 va_offset, void *start, void *end, pgprot_t prot, bool may_use_cont, int root_level) argument
/linux-master/drivers/iommu/
H A Dof_iommu.c245 int prot = IOMMU_READ | IOMMU_WRITE; local
/linux-master/arch/powerpc/mm/nohash/
H A D8xx.c65 __early_map_kernel_hugepage(unsigned long va, phys_addr_t pa, pgprot_t prot, int psize, bool new) argument
122 mmu_mapin_ram_chunk(unsigned long offset, unsigned long top, pgprot_t prot, bool new) argument
/linux-master/arch/riscv/mm/
H A Dpgtable.c50 int p4d_set_huge(p4d_t *p4d, phys_addr_t addr, pgprot_t prot) argument
59 int pud_set_huge(pud_t *pud, phys_addr_t phys, pgprot_t prot) argument
97 int pmd_set_huge(pmd_t *pmd, phys_addr_t phys, pgprot_t prot) argument

Completed in 213 milliseconds

1234567891011>>