/include/linux/ |
D | pkeys.h | 12 #define arch_override_mprotect_pkey(vma, prot, pkey) (0) argument 21 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() argument 23 return (pkey == 0); in mm_pkey_is_allocated() 31 static inline int mm_pkey_free(struct mm_struct *mm, int pkey) in mm_pkey_free() argument 36 static inline int arch_set_user_pkey_access(struct task_struct *tsk, int pkey, in arch_set_user_pkey_access() argument
|
D | mman.h | 81 #define arch_calc_vm_prot_bits(prot, pkey) 0 argument 117 calc_vm_prot_bits(unsigned long prot, unsigned long pkey) in calc_vm_prot_bits() argument 122 arch_calc_vm_prot_bits(prot, pkey); in calc_vm_prot_bits()
|
D | lsm_audit.h | 52 u16 pkey; member
|
D | security.h | 1563 int security_ib_pkey_access(void *sec, u64 subnet_prefix, u16 pkey); 1568 static inline int security_ib_pkey_access(void *sec, u64 subnet_prefix, u16 pkey) in security_ib_pkey_access() argument
|
D | nvme.h | 1167 __u16 pkey; member
|
D | lsm_hooks.h | 1770 int (*ib_pkey_access)(void *sec, u64 subnet_prefix, u16 pkey);
|
D | syscalls.h | 985 unsigned long prot, int pkey); 987 asmlinkage long sys_pkey_free(int pkey);
|
/include/net/ |
D | neighbour.h | 199 __u32 (*hash)(const void *pkey, 202 bool (*key_eq)(const struct neighbour *, const void *pkey); 262 static inline bool neigh_key_eq32(const struct neighbour *n, const void *pkey) in neigh_key_eq32() argument 264 return *(const u32 *)n->primary_key == *(const u32 *)pkey; in neigh_key_eq32() 267 static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey) in neigh_key_eq128() argument 270 const u32 *p32 = pkey; in neigh_key_eq128() 278 bool (*key_eq)(const struct neighbour *n, const void *pkey), in ___neigh_lookup_noref() argument 279 __u32 (*hash)(const void *pkey, in ___neigh_lookup_noref() argument 282 const void *pkey, in ___neigh_lookup_noref() 289 hash_val = hash(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_lookup_noref() [all …]
|
D | ndisc.h | 371 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn() argument 373 const u32 *p32 = pkey; in ndisc_hashfn() 381 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref() argument 383 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref() 388 const void *pkey) in __ipv6_neigh_lookup_noref_stub() argument 391 ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref_stub() 394 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup() argument 399 n = __ipv6_neigh_lookup_noref(dev, pkey); in __ipv6_neigh_lookup() 408 const void *pkey) in __ipv6_confirm_neigh() argument 413 n = __ipv6_neigh_lookup_noref(dev, pkey); in __ipv6_confirm_neigh() [all …]
|
D | arp.h | 13 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) in arp_hashfn() argument 15 u32 key = *(const u32 *)pkey; in arp_hashfn()
|
/include/rdma/ |
D | ib_cache.h | 74 u16 *pkey); 89 u16 pkey, 105 u16 pkey,
|
D | ib_addr.h | 118 static inline void ib_addr_set_pkey(struct rdma_dev_addr *dev_addr, u16 pkey) in ib_addr_set_pkey() argument 120 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 121 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey()
|
D | ib_sa.h | 200 __be16 pkey; member 342 __be16 pkey; member 399 __be16 pkey; member
|
D | ib_pack.h | 219 __be16 pkey; member
|
D | ib_cm.h | 245 u16 pkey; member
|
D | ib_verbs.h | 2143 struct ib_pkey_cache *pkey; member 2362 u16 *pkey); 2697 u16 pkey, 3315 u8 port_num, u16 index, u16 *pkey); 3329 u8 port_num, u16 pkey, u16 *index); 4319 u16 pkey, const union ib_gid *gid,
|
/include/uapi/rdma/ |
D | ib_user_sa.h | 64 __be16 pkey; member
|
D | rdma_user_cm.h | 173 __u16 pkey; member
|
/include/crypto/ |
D | public_key.h | 81 int public_key_verify_signature(const struct public_key *pkey,
|
/include/trace/events/ |
D | neigh.h | 26 const void *pkey, const struct neighbour *n, 29 TP_ARGS(tbl, dev, pkey, n, exempt_from_gc), 52 *p32 = *(__be32 *)pkey; 61 *pin6 = *(struct in6_addr *)pkey;
|
D | ib_mad.h | 52 __field(u16, pkey) 103 be32_to_cpu(__entry->dlid), __entry->sl, __entry->pkey, 207 __field(u16, pkey) 229 wc->pkey_index, &__entry->pkey); 247 __entry->slid, __entry->src_qp, __entry->sl, __entry->pkey
|
/include/linux/mlx5/ |
D | vport.h | 93 u16 *pkey);
|
D | mlx5_ifc_fpga.h | 230 u8 pkey[0x10]; member
|
/include/linux/sched/ |
D | signal.h | 323 int force_sig_pkuerr(void __user *addr, u32 pkey);
|
/include/linux/qed/ |
D | qed_rdma_if.h | 368 u16 pkey; member
|