Home
last modified time | relevance | path

Searched defs:prot (Results 26 - 50 of 872) sorted by relevance

12345678910>>...35

/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dioremap.c6 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) ioremap_prot() argument
H A Dmmap.c82 pteval_t prot = pgprot_val(protection_map[vm_flags & in vm_get_page_prot() local
/kernel/linux/linux-6.6/arch/parisc/mm/
H A Dioremap.c16 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) ioremap_prot() argument
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dioremap.c49 pgprot_t prot = __pgprot(flags); in ioremap_prot() local
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dioremap_32.c11 pgprot_t prot = pgprot_cached_wthru(PAGE_KERNEL); in ioremap_wt() local
18 __ioremap_caller(phys_addr_t addr, unsigned long size, pgprot_t prot, void *caller) in __ioremap_caller() argument
/kernel/linux/linux-6.6/arch/sh/boards/mach-lboxre2/
H A Dsetup.c49 pgprot_t prot; in lboxre2_devices_setup() local
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dioremap.h10 ioremap_fixed(phys_addr_t phys_addr, unsigned long size, pgprot_t prot) in ioremap_fixed() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol() argument
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol() argument
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload() argument
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c12 igt_mmap_node(struct drm_i915_private *i915, struct drm_vma_offset_node *node, unsigned long addr, unsigned long prot, unsigned long flags) igt_mmap_node() argument
/kernel/linux/linux-5.10/include/linux/can/
H A Dcore.h34 struct proto *prot; member
/kernel/linux/linux-6.6/include/linux/can/
H A Dcore.h34 struct proto *prot; member
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dioremap.c13 ioremap_prot(phys_addr_t phys_addr, size_t size, unsigned long prot) ioremap_prot() argument
/kernel/linux/linux-6.6/arch/x86/mm/
H A Diomap_32.c21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) in iomap_create_wc() argument
47 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot) in __iomap_local_pfn_prot() argument
/kernel/linux/linux-6.6/arch/x86/video/
H A Dfbdev.c18 unsigned long prot; in fb_pgprotect() local
/kernel/linux/linux-6.6/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) igt_mmap_offset() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol() argument
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol() argument
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload() argument
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument
46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument
[all...]
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dselinux_share_mem.c34 int prot = PROT_READ; in InitSharedMem() local
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dinvoker_factory.h55 template <typename T> InvokerDelegator<T>::InvokerDelegator(int prot) in InvokerDelegator() argument
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dhighmem.c40 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) in kmap_atomic_high_prot() argument
H A Dioremap.c14 xtensa_ioremap(unsigned long paddr, unsigned long size, pgprot_t prot) xtensa_ioremap() argument
/kernel/linux/linux-5.10/arch/x86/mm/
H A Diomap_32.c21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) in iomap_create_wc() argument
47 void *kmap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot) in kmap_atomic_prot_pfn() argument
68 iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot) in iomap_atomic_prot_pfn() argument
[all...]
H A Dhighmem_32.c7 void *kmap_atomic_high_prot(struct page *page, pgprot_t prot) in kmap_atomic_high_prot() argument
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dpgtable-64.c88 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd() argument

Completed in 11 milliseconds

12345678910>>...35