Searched defs:pkey (Results 1 - 25 of 125) sorted by relevance

12345

/linux-master/arch/powerpc/include/asm/
H A Dmman.h17 arch_calc_vm_prot_bits(unsigned long prot, unsigned long pkey) argument
H A Dpkeys.h33 static inline u64 pkey_to_vmflag_bits(u16 pkey) argument
68 mm_pkey_is_allocated(struct mm_struct *mm, int pkey) argument
110 mm_pkey_free(struct mm_struct *mm, int pkey) argument
130 arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) argument
148 arch_set_user_pkey_access(struct task_struct *tsk, int pkey, unsigned long init_val) argument
[all...]
/linux-master/security/selinux/include/
H A Dibpkey.h28 static inline int sel_ib_pkey_sid(u64 subnet_prefix, u16 pkey, u32 *sid) argument
/linux-master/include/net/
H A Darp.h13 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) argument
/linux-master/drivers/s390/crypto/
H A DMakefile
/linux-master/arch/x86/include/asm/
H A Dpkru.h19 static inline bool __pkru_allows_read(u32 pkru, u16 pkey) argument
25 static inline bool __pkru_allows_write(u32 pkru, u16 pkey) argument
H A Dpkeys.h55 bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) argument
35 arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) argument
108 mm_pkey_free(struct mm_struct *mm, int pkey) argument
[all...]
/linux-master/include/linux/
H A Dpkeys.h23 static inline bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) argument
33 static inline int mm_pkey_free(struct mm_struct *mm, int pkey) argument
38 static inline int arch_set_user_pkey_access(struct task_struct *tsk, int pkey, argument
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c106 int pkey, ret, i; local
[all...]
H A Dpkey_siginfo.c39 int pkey; local
[all...]
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c94 __ipoib_vlan_add(struct ipoib_dev_priv *ppriv, struct ipoib_dev_priv *priv, u16 pkey, int type) argument
167 ipoib_vlan_add(struct net_device *pdev, unsigned short pkey) argument
247 ipoib_vlan_delete(struct net_device *pdev, unsigned short pkey) argument
[all...]
/linux-master/arch/x86/mm/
H A Dpkeys.c76 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, int pkey) argument
[all...]
/linux-master/security/selinux/
H A Dibpkey.c55 static unsigned int sel_ib_pkey_hashfn(u16 pkey) argument
73 struct sel_ib_pkey *pkey; local
93 sel_ib_pkey_insert(struct sel_ib_pkey *pkey) argument
132 struct sel_ib_pkey *pkey; local
183 struct sel_ib_pkey *pkey; local
207 struct sel_ib_pkey *pkey, *pkey_tmp; local
[all...]
/linux-master/include/uapi/rdma/
H A Dib_user_sa.h64 __be16 pkey; member in struct:ib_user_path_rec
/linux-master/lib/
H A Ddigsig.c78 MPI in = NULL, res = NULL, pkey[2]; local
/linux-master/tools/testing/selftests/powerpc/include/
H A Dpkeys.h52 void pkey_set_rights(int pkey, unsigned long rights) argument
63 int sys_pkey_mprotect(void *addr, size_t len, int prot, int pkey) argument
73 int sys_pkey_free(int pkey) argument
81 int pkey; local
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_recv.c79 u16 pkey = bth_pkey(pkt); local
/linux-master/tools/testing/selftests/mm/
H A Dpkey-x86.h101 static inline u32 pkey_bit_position(int pkey) argument
145 void expect_fault_on_read_execonly_key(void *p1, int pkey) argument
154 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) argument
H A Dpkey-powerpc.h34 static inline u32 pkey_bit_position(int pkey) argument
91 expect_fault_on_read_execonly_key(void *p1, int pkey) argument
105 malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dhashmap.h63 const void *pkey; member in union:hashmap_entry::__anon4479
/linux-master/tools/perf/util/
H A Dhashmap.h63 const void *pkey; member in union:hashmap_entry::__anon27
/linux-master/crypto/asymmetric_keys/
H A Drestrict.c135 const struct public_key *pkey; local
176 const struct public_key *pkey; local
[all...]
/linux-master/drivers/nvme/target/
H A Dauth.c509 nvmet_auth_ctrl_sesskey(struct nvmet_req *req, u8 *pkey, int pkey_size) argument
/linux-master/crypto/
H A Drsa.c124 const struct rsa_mpi_key *pkey = rsa_get_key(tfm); local
163 const struct rsa_mpi_key *pkey = rsa_get_key(tfm); local
368 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); local
375 struct rsa_mpi_key *pkey = akcipher_tfm_ctx(tfm); local
[all...]
/linux-master/include/crypto/
H A Dpublic_key.h118 int public_key_verify_signature(const struct public_key *pkey, argument

Completed in 281 milliseconds

12345