/include/linux/ |
D | pkeys.h | 12 #define arch_override_mprotect_pkey(vma, prot, pkey) (0) argument 16 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() argument 18 return (pkey == 0); in mm_pkey_is_allocated() 26 static inline int mm_pkey_free(struct mm_struct *mm, int pkey) in mm_pkey_free() argument 31 static inline int arch_set_user_pkey_access(struct task_struct *tsk, int pkey, in arch_set_user_pkey_access() argument
|
D | mman.h | 38 #define arch_calc_vm_prot_bits(prot, pkey) 0 argument 74 calc_vm_prot_bits(unsigned long prot, unsigned long pkey) in calc_vm_prot_bits() argument 79 arch_calc_vm_prot_bits(prot, pkey); in calc_vm_prot_bits()
|
D | nvme.h | 783 __u16 pkey; member
|
D | syscalls.h | 902 unsigned long prot, int pkey); 904 asmlinkage long sys_pkey_free(int pkey);
|
/include/net/ |
D | neighbour.h | 195 __u32 (*hash)(const void *pkey, 198 bool (*key_eq)(const struct neighbour *, const void *pkey); 251 static inline bool neigh_key_eq16(const struct neighbour *n, const void *pkey) in neigh_key_eq16() argument 253 return *(const u16 *)n->primary_key == *(const u16 *)pkey; in neigh_key_eq16() 256 static inline bool neigh_key_eq32(const struct neighbour *n, const void *pkey) in neigh_key_eq32() argument 258 return *(const u32 *)n->primary_key == *(const u32 *)pkey; in neigh_key_eq32() 261 static inline bool neigh_key_eq128(const struct neighbour *n, const void *pkey) in neigh_key_eq128() argument 264 const u32 *p32 = pkey; in neigh_key_eq128() 272 bool (*key_eq)(const struct neighbour *n, const void *pkey), in ___neigh_lookup_noref() argument 273 __u32 (*hash)(const void *pkey, in ___neigh_lookup_noref() argument [all …]
|
D | arp.h | 12 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) in arp_hashfn() argument 14 u32 key = *(const u32 *)pkey; in arp_hashfn()
|
D | ndisc.h | 364 static inline u32 ndisc_hashfn(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) in ndisc_hashfn() argument 366 const u32 *p32 = pkey; in ndisc_hashfn() 374 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref() argument 376 return ___neigh_lookup_noref(&nd_tbl, neigh_key_eq128, ndisc_hashfn, pkey, dev); in __ipv6_neigh_lookup_noref() 379 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup() argument 384 n = __ipv6_neigh_lookup_noref(dev, pkey); in __ipv6_neigh_lookup()
|
/include/rdma/ |
D | ib_cache.h | 121 u16 *pkey); 136 u16 pkey, 152 u16 pkey,
|
D | ib_addr.h | 146 static inline void ib_addr_set_pkey(struct rdma_dev_addr *dev_addr, u16 pkey) in ib_addr_set_pkey() argument 148 dev_addr->broadcast[8] = pkey >> 8; in ib_addr_set_pkey() 149 dev_addr->broadcast[9] = (unsigned char) pkey; in ib_addr_set_pkey()
|
D | ib_sa.h | 163 __be16 pkey; member 213 __be16 pkey; member 270 __be16 pkey; member
|
D | ib_pack.h | 217 __be16 pkey; member
|
D | ib_cm.h | 232 u16 pkey; member
|
D | ib_verbs.h | 1919 u8 port_num, u16 index, u16 *pkey); 2133 u16 pkey, 2537 u8 port_num, u16 index, u16 *pkey); 2552 u8 port_num, u16 pkey, u16 *index); 3327 u16 pkey, const union ib_gid *gid,
|
/include/crypto/ |
D | public_key.h | 60 int public_key_verify_signature(const struct public_key *pkey,
|
/include/uapi/rdma/ |
D | ib_user_sa.h | 63 __be16 pkey; member
|
D | rdma_user_cm.h | 164 __u16 pkey; member
|
D | ib_user_cm.h | 287 __u16 pkey; member
|
/include/linux/mlx5/ |
D | vport.h | 66 u16 *pkey);
|
D | mlx5_ifc.h | 2508 u8 pkey[0x10]; member 3923 struct mlx5_ifc_pkey_bits pkey[0]; member
|
/include/linux/qed/ |
D | qed_roce_if.h | 380 u16 pkey; member
|