/linux-6.3-rc2/net/ipv6/ |
A D | protocol.c | 28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol() argument 31 NULL, prot) ? 0 : -1; in inet6_add_protocol() 35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol() argument 40 prot, NULL) == prot) ? 0 : -1; in inet6_del_protocol() 52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload() argument 55 NULL, prot) ? 0 : -1; in inet6_add_offload() 59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload() argument 64 prot, NULL) == prot) ? 0 : -1; in inet6_del_offload()
|
/linux-6.3-rc2/net/ipv4/ |
A D | protocol.c | 32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() argument 35 NULL, prot) ? 0 : -1; in inet_add_protocol() 39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload() argument 42 NULL, prot) ? 0 : -1; in inet_add_offload() 46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol() argument 51 prot, NULL) == prot) ? 0 : -1; in inet_del_protocol() 59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload() argument 64 prot, NULL) == prot) ? 0 : -1; in inet_del_offload()
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | ioremap.c | 14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap() local 18 return iowa_ioremap(addr, size, prot, caller); in ioremap() 19 return __ioremap_caller(addr, size, prot, caller); in ioremap() 25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc() local 29 return iowa_ioremap(addr, size, prot, caller); in ioremap_wc() 30 return __ioremap_caller(addr, size, prot, caller); in ioremap_wc() 36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent() local 40 return iowa_ioremap(addr, size, prot, caller); in ioremap_coherent() 41 return __ioremap_caller(addr, size, prot, caller); in ioremap_coherent() 64 unsigned long size, pgprot_t prot) in early_ioremap_range() argument [all …]
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | cmsg_ipv6.sh | 53 [ $p == "u" ] && prot=UDP 54 [ $p == "i" ] && prot=ICMP 55 [ $p == "r" ] && prot=RAW 63 check_result $? $df "DONTFRAG $prot $ovr" 77 [ $p == "u" ] && prot=UDP 78 [ $p == "i" ] && prot=ICMP 79 [ $p == "r" ] && prot=RAW 91 check_result $? 0 "TCLASS $prot $ovr - pass" 114 [ $p == "u" ] && prot=UDP 115 [ $p == "i" ] && prot=ICMP [all …]
|
A D | cmsg_time.sh | 48 [ $p == "u" ] && prot=UDPv${i:1:2} 49 [ $p == "i" ] && prot=ICMPv${i:1:2} 50 [ $p == "r" ] && prot=RAWv${i:1:2} 53 check_result $? "$ts" "" "$prot - no options" 56 check_result $? "$ts" "2" "$prot - ts cnt" 59 check_result $? "$ts" "OK" "$prot - ts0 SCHED" 62 check_result $? "$ts" "OK" "$prot - ts0 SND" 66 check_result $? "$ts" "OK" "$prot - TXTIME abs" 72 check_result $? "$ts" "OK" "$prot - TXTIME rel"
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | mman.h | 9 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits() argument 14 if (system_supports_bti() && (prot & PROT_BTI)) in arch_calc_vm_prot_bits() 17 if (system_supports_mte() && (prot & PROT_MTE)) in arch_calc_vm_prot_bits() 22 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument 38 static inline bool arch_validate_prot(unsigned long prot, in arch_validate_prot() argument 49 return (prot & ~supported) == 0; in arch_validate_prot() 51 #define arch_validate_prot(prot, addr) arch_validate_prot(prot, addr) argument
|
A D | pgalloc.h | 23 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate() argument 25 set_pud(pudp, __pud(__phys_to_pud_val(pmdp) | prot)); in __pud_populate() 36 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate() argument 44 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate() argument 46 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate() 57 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate() argument 67 pmdval_t prot) in __pmd_populate() argument 69 set_pmd(pmdp, __pmd(__phys_to_pmd_val(ptep) | prot)); in __pmd_populate()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | mman.h | 17 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits() argument 21 return (((prot & PROT_SAO) ? VM_SAO : 0) | pkey_to_vmflag_bits(pkey)); in arch_calc_vm_prot_bits() 23 return ((prot & PROT_SAO) ? VM_SAO : 0); in arch_calc_vm_prot_bits() 26 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument 28 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() argument 30 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) in arch_validate_prot() 32 if (prot & PROT_SAO) { in arch_validate_prot()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 112 #define __pgprot_modify(prot,mask,bits) \ argument 115 #define pgprot_noncached(prot) \ argument 118 #define pgprot_writecombine(prot) \ argument 121 #define pgprot_stronglyordered(prot) \ argument 124 #define pgprot_device(prot) \ argument 128 #define pgprot_dmacoherent(prot) \ argument 135 #define pgprot_dmacoherent(prot) \ argument 167 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) argument 170 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) argument 215 pte_val(pte) &= ~pgprot_val(prot); in clear_pte_bit() [all …]
|
A D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) argument 49 #define pgprot_writecombine(prot) (prot) argument 50 #define pgprot_device(prot) (prot) argument
|
/linux-6.3-rc2/net/tls/ |
A D | tls.h | 257 if (prot->version != TLS_1_3_VERSION && in tls_advance_record_sn() 260 prot->iv_size); in tls_advance_record_sn() 268 if (prot->version == TLS_1_3_VERSION || in tls_xor_iv_with_seq() 279 struct tls_prot_info *prot = &ctx->prot_info; in tls_fill_prepend() local 280 size_t pkt_len, iv_size = prot->iv_size; in tls_fill_prepend() 282 pkt_len = plaintext_len + prot->tag_size; in tls_fill_prepend() 283 if (prot->version != TLS_1_3_VERSION && in tls_fill_prepend() 294 buf[0] = prot->version == TLS_1_3_VERSION ? in tls_fill_prepend() 308 if (prot->version != TLS_1_3_VERSION) { in tls_make_aad() 312 size += prot->tag_size; in tls_make_aad() [all …]
|
A D | tls_sw.c | 521 prot->iv_size + prot->salt_size); in tls_do_encryption() 1538 prot->iv_size + prot->salt_size); in tls_decrypt_sg() 1542 prot->iv_size); in tls_decrypt_sg() 1551 prot->tail_size, in tls_decrypt_sg() 1606 if (prot->tail_size) in tls_decrypt_sg() 1861 max_rec = prot->overhead_size - prot->tail_size + TLS_MAX_PAYLOAD_SIZE; in tls_read_flush_backlog() 2268 prot->tail_size) { in tls_rx_msg_size() 2707 prot->tail_size = 1; in tls_set_sw_offload() 2710 prot->tail_size = 0; in tls_set_sw_offload() 2725 prot->overhead_size = prot->prepend_size + in tls_set_sw_offload() [all …]
|
A D | tls_main.c | 957 build_protos(tls_prots[TLSV6], prot); in tls_build_proto() 969 build_protos(tls_prots[TLSV4], prot); in tls_build_proto() 981 prot[TLS_BASE][TLS_BASE] = *base; in build_protos() 986 prot[TLS_SW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos() 990 prot[TLS_BASE][TLS_SW] = prot[TLS_BASE][TLS_BASE]; in build_protos() 995 prot[TLS_SW][TLS_SW] = prot[TLS_SW][TLS_BASE]; in build_protos() 1001 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE]; in build_protos() 1005 prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW]; in build_protos() 1009 prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW]; in build_protos() 1011 prot[TLS_SW][TLS_HW] = prot[TLS_SW][TLS_SW]; in build_protos() [all …]
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable.h | 118 static inline bool __pte_access_permitted(pte_t pte, u64 prot) in __pte_access_permitted() argument 120 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted() 126 u64 prot = _PAGE_PRESENT; in pte_access_permitted() local 128 prot |= _PAGE_EXT(_PAGE_EXT_KERN_READ | _PAGE_EXT_USER_READ); in pte_access_permitted() 130 prot |= _PAGE_EXT(_PAGE_EXT_KERN_WRITE | _PAGE_EXT_USER_WRITE); in pte_access_permitted() 131 return __pte_access_permitted(pte, prot); in pte_access_permitted() 136 u64 prot = _PAGE_PRESENT | _PAGE_USER; in pte_access_permitted() local 139 prot |= _PAGE_RW; in pte_access_permitted() 140 return __pte_access_permitted(pte, prot); in pte_access_permitted()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | iomap_32.c | 21 int iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot) in iomap_create_wc() argument 33 *prot = __pgprot(__PAGE_KERNEL | cachemode2protval(pcm)); in iomap_create_wc() 35 pgprot_val(*prot) &= __default_kernel_pte_mask; in iomap_create_wc() 47 void __iomem *__iomap_local_pfn_prot(unsigned long pfn, pgprot_t prot) in __iomap_local_pfn_prot() argument 56 if (!pat_enabled() && pgprot2cachemode(prot) != _PAGE_CACHE_MODE_WB) in __iomap_local_pfn_prot() 57 prot = __pgprot(__PAGE_KERNEL | in __iomap_local_pfn_prot() 61 pgprot_val(prot) &= __default_kernel_pte_mask; in __iomap_local_pfn_prot() 63 return (void __force __iomem *)__kmap_local_pfn_prot(pfn, prot); in __iomap_local_pfn_prot()
|
/linux-6.3-rc2/include/net/ |
A D | protocol.h | 83 struct proto *prot; member 100 int inet_add_protocol(const struct net_protocol *prot, unsigned char num); 101 int inet_del_protocol(const struct net_protocol *prot, unsigned char num); 102 int inet_add_offload(const struct net_offload *prot, unsigned char num); 103 int inet_del_offload(const struct net_offload *prot, unsigned char num); 108 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num); 109 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num); 113 int inet6_add_offload(const struct net_offload *prot, unsigned char num); 114 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 163 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) argument 170 #define pgprot_noncached(prot) \ argument 172 ? (__pgprot(pgprot_val(prot) | __SUN3_PAGE_NOCACHE)) \ 174 ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030)) \ 176 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \ 177 : (prot))) 179 pgprot_t pgprot_dmacoherent(pgprot_t prot); 180 #define pgprot_dmacoherent(prot) pgprot_dmacoherent(prot) argument
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | ksm_tests.c | 87 int prot = 0; in str_to_prot() local 90 prot |= PROT_READ; in str_to_prot() 92 prot |= PROT_WRITE; in str_to_prot() 94 prot |= PROT_EXEC; in str_to_prot() 96 return prot; in str_to_prot() 145 if (mprotect(map_ptr, map_size, prot)) { in allocate_memory() 698 int prot = 0; in main() local 711 prot = str_to_prot(optarg); in main() 776 if (prot == 0) in main() 777 prot = str_to_prot(KSM_PROT_STR_DEFAULT); in main() [all …]
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | mman.h | 30 #define arch_calc_vm_prot_bits(prot, pkey) sparc_calc_vm_prot_bits(prot) argument 31 static inline unsigned long sparc_calc_vm_prot_bits(unsigned long prot) in sparc_calc_vm_prot_bits() argument 33 if (adi_capable() && (prot & PROT_ADI)) { in sparc_calc_vm_prot_bits() 49 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) argument 50 static inline int sparc_validate_prot(unsigned long prot, unsigned long addr) in sparc_validate_prot() argument 52 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_ADI)) in sparc_validate_prot()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | idmap.c | 25 unsigned long prot) in idmap_add_pmd() argument 50 *pmd = __pmd((addr & PMD_MASK) | prot); in idmap_add_pmd() 56 unsigned long prot) in idmap_add_pmd() argument 60 addr = (addr & PMD_MASK) | prot; in idmap_add_pmd() 69 unsigned long prot) in idmap_add_pud() argument 77 idmap_add_pmd(pud, addr, next, prot); in idmap_add_pud() 82 const char *text_end, unsigned long prot) in identity_mapping_add() argument 91 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add() 94 prot |= PMD_BIT4; in identity_mapping_add() 99 idmap_add_pud(pgd, addr, next, prot); in identity_mapping_add()
|
/linux-6.3-rc2/include/xen/ |
A D | xen-ops.h | 48 xen_pfn_t *pfn, int nr, int *err_ptr, pgprot_t prot, 53 pgprot_t prot, unsigned int domid, in xen_remap_pfn() argument 67 int *err_ptr, pgprot_t prot, 80 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array() argument 117 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array() argument 123 prot, domid, pages); in xen_remap_domain_gfn_array() 130 return xen_remap_pfn(vma, addr, gfn, nr, err_ptr, prot, domid, in xen_remap_domain_gfn_array() 153 pgprot_t prot, unsigned int domid) in xen_remap_domain_mfn_array() argument 158 return xen_remap_pfn(vma, addr, mfn, nr, err_ptr, prot, domid, in xen_remap_domain_mfn_array() 177 pgprot_t prot, unsigned int domid, in xen_remap_domain_gfn_range() argument [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | syscalls.c | 40 unsigned long prot, unsigned long flags, in do_mmap2() argument 43 if (!arch_validate_prot(prot, addr)) in do_mmap2() 49 return ksys_mmap_pgoff(addr, len, prot, flags, fd, off >> shift); in do_mmap2() 53 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument 56 return do_mmap2(addr, len, prot, flags, fd, pgoff, PAGE_SHIFT-12); in SYSCALL_DEFINE6() 62 unsigned long, prot, unsigned long, flags, in COMPAT_SYSCALL_DEFINE6() argument 65 return do_mmap2(addr, len, prot, flags, fd, off_4k, PAGE_SHIFT-12); in COMPAT_SYSCALL_DEFINE6() 70 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument 73 return do_mmap2(addr, len, prot, flags, fd, offset, PAGE_SHIFT); in SYSCALL_DEFINE6()
|
/linux-6.3-rc2/fs/affs/ |
A D | amigaffs.c | 403 if (prot & FIBF_GRP_READ) in affs_prot_to_mode() 409 if (prot & FIBF_OTR_READ) in affs_prot_to_mode() 444 prot |= FIBF_NOEXECUTE; in affs_mode_to_prot() 446 prot |= FIBF_NOREAD; in affs_mode_to_prot() 448 prot |= FIBF_NOWRITE; in affs_mode_to_prot() 454 prot |= FIBF_GRP_READ; in affs_mode_to_prot() 456 prot |= FIBF_GRP_WRITE; in affs_mode_to_prot() 458 prot |= FIBF_GRP_DELETE; in affs_mode_to_prot() 463 prot |= FIBF_OTR_READ; in affs_mode_to_prot() 465 prot |= FIBF_OTR_WRITE; in affs_mode_to_prot() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | mman.h | 89 #define arch_calc_vm_prot_bits(prot, pkey) 0 argument 103 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot() argument 105 return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; in arch_validate_prot() 138 calc_vm_prot_bits(unsigned long prot, unsigned long pkey) in calc_vm_prot_bits() argument 140 return _calc_vm_trans(prot, PROT_READ, VM_READ ) | in calc_vm_prot_bits() 141 _calc_vm_trans(prot, PROT_WRITE, VM_WRITE) | in calc_vm_prot_bits() 142 _calc_vm_trans(prot, PROT_EXEC, VM_EXEC) | in calc_vm_prot_bits() 143 arch_calc_vm_prot_bits(prot, pkey); in calc_vm_prot_bits()
|
/linux-6.3-rc2/net/unix/ |
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 104 *prot = *base; in unix_dgram_bpf_rebuild_protos() 105 prot->close = sock_map_close; in unix_dgram_bpf_rebuild_protos() 106 prot->recvmsg = unix_bpf_recvmsg; in unix_dgram_bpf_rebuild_protos() 107 prot->sock_is_readable = sk_msg_is_readable; in unix_dgram_bpf_rebuild_protos() 110 static void unix_stream_bpf_rebuild_protos(struct proto *prot, in unix_stream_bpf_rebuild_protos() argument 113 *prot = *base; in unix_stream_bpf_rebuild_protos() 114 prot->close = sock_map_close; in unix_stream_bpf_rebuild_protos() 115 prot->recvmsg = unix_bpf_recvmsg; in unix_stream_bpf_rebuild_protos() 116 prot->sock_is_readable = sk_msg_is_readable; in unix_stream_bpf_rebuild_protos() [all …]
|