Searched refs:kva_signed (Results 1 – 1 of 1) sorted by relevance
1173 …uint64_t kva_signed = (uint64_t) ptrauth_sign_unauthenticated((void *)&config_rop_enabled, ptrauth… in arm64_ropjop_test() local1176 T_EXPECT(kva_signed != (uint64_t)&config_rop_enabled, NULL); in arm64_ropjop_test()1179 uint64_t kva_authed = (uint64_t) ml_auth_ptr_unchecked((void *)kva_signed, ptrauth_key_asib, 0); in arm64_ropjop_test()1185 uint64_t kva_corrupted = kva_signed ^ 1; in arm64_ropjop_test()