Searched defs:prot (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dvmalloc.h12 static inline bool arch_vmap_pud_supported(pgprot_t prot) argument
19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) argument
/linux-master/arch/powerpc/include/asm/
H A Dvmalloc.h10 static __always_inline bool arch_vmap_pud_supported(pgprot_t prot) argument
17 static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot) argument
H A Dmman.h17 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, argument
28 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) argument
H A Dfb.h7 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, argument
/linux-master/arch/arm64/include/asm/
H A Dvmalloc.h10 static inline bool arch_vmap_pud_supported(pgprot_t prot) argument
20 static inline bool arch_vmap_pmd_supported(pgprot_t prot) argument
29 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) argument
/linux-master/arch/riscv/include/asm/
H A Dvmalloc.h11 static inline bool arch_vmap_pud_supported(pgprot_t prot) argument
17 static inline bool arch_vmap_pmd_supported(pgprot_t prot) argument
/linux-master/arch/m68k/include/asm/
H A Dfb.h8 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, argument
/linux-master/arch/sh/boards/mach-lboxre2/
H A Dsetup.c49 pgprot_t prot; local
/linux-master/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) argument
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) argument
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) argument
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) argument
[all...]
/linux-master/arch/sh/mm/
H A Dioremap.h10 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) argument
/linux-master/include/linux/can/
H A Dcore.h34 struct proto *prot; member in struct:can_proto
/linux-master/arch/x86/mm/
H A Diomap_32.c21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) argument
47 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot) argument
/linux-master/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) argument
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) argument
46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) argument
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) argument
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c12 igt_mmap_offset(struct drm_i915_private *i915, u64 offset, unsigned long size, unsigned long prot, unsigned long flags) argument
/linux-master/arch/arm64/mm/
H A Dioremap.c6 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) argument
H A Dmmap.c86 pteval_t prot = pgprot_val(protection_map[vm_flags & local
/linux-master/arch/xtensa/mm/
H A Dioremap.c13 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) argument
/linux-master/arch/arc/mm/
H A Dioremap.c49 pgprot_t prot = __pgprot(flags); local
/linux-master/arch/powerpc/mm/
H A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); local
18 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) argument
/linux-master/arch/parisc/mm/
H A Dioremap.c16 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) argument
/linux-master/arch/m68k/kernel/
H A Ddma.c17 pgprot_t pgprot_dmacoherent(pgprot_t prot) argument
/linux-master/arch/mips/include/asm/
H A Dfb.h6 static inline pgprot_t pgprot_framebuffer(pgprot_t prot, argument
/linux-master/arch/x86/video/
H A Dfbdev.c16 pgprot_t pgprot_framebuffer(pgprot_t prot, argument
/linux-master/arch/sh/boards/mach-sh03/
H A Dsetup.c71 pgprot_t prot; local
/linux-master/arch/sh/kernel/
H A Dsys_sh.c32 old_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, int fd, unsigned long off) argument
41 sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) argument

Completed in 198 milliseconds

1234567891011>>