Home
last modified time | relevance | path

Searched refs:ptrauth_key (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpointer_auth.h21 struct ptrauth_key { struct
30 struct ptrauth_key apia; argument
31 struct ptrauth_key apib;
32 struct ptrauth_key apda;
33 struct ptrauth_key apdb;
34 struct ptrauth_key apga;
38 struct ptrauth_key apia;
43 struct ptrauth_key __pki_v = (v); \
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dptrace.c944 static __uint128_t pac_key_to_user(const struct ptrauth_key *key) in pac_key_to_user()
949 static struct ptrauth_key pac_key_from_user(__uint128_t ukey) in pac_key_from_user()
951 struct ptrauth_key key = { in pac_key_from_user()