Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/linux/net/ipv4/
H A Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol()
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload()
46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol()
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload()
/linux/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()
/linux/tools/testing/selftests/mm/
H A Dksm_tests.c119 int prot = 0; in str_to_prot() local
173 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory()
320 static int check_ksm_merge(int merge_type, int mapping, int prot, in check_ksm_merge()
354 static int check_ksm_unmerge(int merge_type, int mapping, int prot, int timeout, size_t page_size) in check_ksm_unmerge()
394 static int check_ksm_zero_page_merge(int merge_type, int mapping, int prot, long page_count, in check_ksm_zero_page_merge()
459 static int check_ksm_numa_merge(int merge_type, int mapping, int prot, int timeout, in check_ksm_numa_merge()
523 static int ksm_merge_hugepages_time(int merge_type, int mapping, int prot, in ksm_merge_hugepages_time()
596 static int ksm_merge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) in ksm_merge_time()
637 static int ksm_unmerge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) in ksm_unmerge_time()
684 static int ksm_cow_time(int merge_type, int mapping, int prot, int timeout, size_t page_size) in ksm_cow_time()
[all …]
/linux/arch/arm/mm/
H A Didmap.c25 unsigned long prot) in idmap_add_pmd()
56 unsigned long prot) in idmap_add_pmd()
69 unsigned long prot) in idmap_add_pud()
82 const char *text_end, unsigned long prot) in identity_mapping_add()
/linux/include/xen/
H A Dxen-ops.h52 pgprot_t prot, unsigned int domid, in xen_remap_pfn()
79 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
116 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array()
152 pgprot_t prot, unsigned int domid) in xen_remap_domain_mfn_array()
176 pgprot_t prot, unsigned int domid, in xen_remap_domain_gfn_range()
/linux/arch/arm64/include/asm/
H A Dvmalloc.h10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
16 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
69 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) in arch_vmap_pgprot_tagged()
/linux/arch/riscv/kernel/
H A Dhibernate.c169 unsigned long end, pgprot_t prot) in temp_pgtable_map_pte()
196 unsigned long end, pgprot_t prot) in temp_pgtable_map_pmd()
235 unsigned long end, pgprot_t prot) in temp_pgtable_map_pud()
274 unsigned long end, pgprot_t prot) in temp_pgtable_map_p4d()
312 static int temp_pgtable_mapping(pgd_t *pgdp, unsigned long start, unsigned long end, pgprot_t prot) in temp_pgtable_mapping()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h363 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
366 #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
369 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
373 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
376 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) argument
379 #define pgprot_cached_noncoherent(prot) \ argument
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) argument
49 #define pgprot_writecombine(prot) (prot) argument
50 #define pgprot_device(prot) (prot) argument
/linux/arch/x86/include/asm/
H A Dvmalloc.h12 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
19 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
/linux/arch/powerpc/include/asm/
H A Dvmalloc.h10 static __always_inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
17 static __always_inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
/linux/arch/powerpc/kernel/
H A Dsyscalls.c40 unsigned long prot, unsigned long flags, in do_mmap2()
53 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
62 unsigned long, prot, unsigned long, flags, in COMPAT_SYSCALL_DEFINE6() argument
70 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
/linux/arch/riscv/include/asm/
H A Dvmalloc.h12 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
18 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
/linux/net/tls/
H A Dtls_sw.c157 static int tls_padding_length(struct tls_prot_info *prot, struct sk_buff *skb, in tls_padding_length() argument
262 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_decryption() local
311 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_trim_both_msgs() local
334 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_clone_plaintext_msg() local
358 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_get_rec() local
471 struct tls_prot_info *prot; tls_encrypt_done() local
540 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_do_encryption() local
739 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_push_record() local
1041 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_sw_sendmsg_locked() local
1524 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_decrypt_sg() local
1697 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_decrypt_sw() local
1737 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_decrypt_device() local
1816 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_rx_one_record() local
1962 tls_read_flush_backlog(struct sock * sk,struct tls_prot_info * prot,size_t len_left,size_t decrypted,ssize_t done,size_t * flushed_at) tls_read_flush_backlog() argument
2049 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_sw_recvmsg() local
2342 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_sw_read_sock() local
2453 struct tls_prot_info *prot = &tls_ctx->prot_info; tls_rx_msg_size() local
2751 init_prot_info(struct tls_prot_info * prot,const struct tls_crypto_info * crypto_info,const struct tls_cipher_desc * cipher_desc) init_prot_info() argument
2800 struct tls_prot_info *prot; tls_set_sw_offload() local
[all...]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c158 u32 prot; in new_steering_entry() local
428 u32 prot; in add_promisc_qp() local
695 u8 *gid, enum mlx4_protocol prot, in find_entry()
1105 int block_mcast_loopback, enum mlx4_protocol prot, in mlx4_qp_attach_common()
1215 enum mlx4_protocol prot, enum mlx4_steer_type steer) in mlx4_qp_detach_common()
1337 enum mlx4_protocol prot) in mlx4_QP_ATTACH()
1370 enum mlx4_protocol prot, u64 *reg_id) in mlx4_trans_to_dmfs_attach()
1409 enum mlx4_protocol prot, u64 *reg_id) in mlx4_multicast_attach()
1439 enum mlx4_protocol prot, u64 reg_id) in mlx4_multicast_detach()
1531 int block_mcast_loopback, enum mlx4_protocol prot) in mlx4_unicast_attach()
[all …]
/linux/include/linux/
H A Dhighmem-internal.h90 static inline void *kmap_local_page_prot(const struct page *page, pgprot_t prot) in kmap_local_page_prot()
105 static inline void *kmap_atomic_prot(const struct page *page, pgprot_t prot) in kmap_atomic_prot()
201 static inline void *kmap_local_page_prot(const struct page *page, pgprot_t prot) in kmap_local_page_prot()
228 static inline void *kmap_atomic_prot(const struct page *page, pgprot_t prot) in kmap_atomic_prot()
/linux/arch/sh/include/asm/
H A Dmmu.h72 unsigned long size, pgprot_t prot) in pmb_bolt_mapping()
79 pgprot_t prot, void *caller) in pmb_remap_caller()
100 pmb_remap(phys_addr_t phys, unsigned long size, pgprot_t prot) in pmb_remap()
/linux/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()
/linux/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()
47 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot) in __iomap_local_pfn_prot()
/linux/arch/sh/kernel/
H A Dsys_sh.c33 unsigned long prot, unsigned long flags, in old_mmap()
42 unsigned long prot, unsigned long flags, in sys_mmap2()
/linux/kernel/dma/
H A Dremap.c25 pgprot_t prot, const void *caller) in dma_common_pages_remap()
41 pgprot_t prot, const void *caller) in dma_common_contiguous_remap()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c36 unsigned long phys, enum kvm_pgtable_prot prot) in __pkvm_create_mappings()
94 enum kvm_pgtable_prot prot, in __pkvm_create_private_mapping()
113 int pkvm_create_mappings_locked(void *from, void *to, enum kvm_pgtable_prot prot) in pkvm_create_mappings_locked()
138 int pkvm_create_mappings(void *from, void *to, enum kvm_pgtable_prot prot) in pkvm_create_mappings()
/linux/arch/s390/mm/
H A Dvmem.c172 unsigned long prot, pages = 0; in modify_pte_table() local
227 unsigned long next, prot, pages = 0; in modify_pmd_table() local
318 unsigned long next, prot, pages = 0; in modify_pud_table() local
629 int __vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot, bool alloc) in __vmem_map_4k_page()
644 int vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot) in vmem_map_4k_page()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h572 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached()
579 static inline pgprot_t pgprot_noncached_wc(pgprot_t prot) in pgprot_noncached_wc()
586 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached()
593 static inline pgprot_t pgprot_cached_wthru(pgprot_t prot) in pgprot_cached_wthru()
600 static inline pgprot_t pgprot_cached_noncoherent(pgprot_t prot) in pgprot_cached_noncoherent()
606 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine()
/linux/mm/
H A Dvmalloc.c95 phys_addr_t phys_addr, pgprot_t prot, in vmap_pte_range()
143 phys_addr_t phys_addr, pgprot_t prot, in vmap_try_huge_pmd()
168 phys_addr_t phys_addr, pgprot_t prot, in vmap_pmd_range()
195 phys_addr_t phys_addr, pgprot_t prot, in vmap_try_huge_pud()
220 phys_addr_t phys_addr, pgprot_t prot, in vmap_pud_range()
247 phys_addr_t phys_addr, pgprot_t prot, in vmap_try_huge_p4d()
272 phys_addr_t phys_addr, pgprot_t prot, in vmap_p4d_range()
299 phys_addr_t phys_addr, pgprot_t prot, in vmap_range_noflush()
333 phys_addr_t phys_addr, pgprot_t prot) in vmap_page_range()
347 phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
[all …]

12345678910>>...12