Searched refs:config_rop_enabled (Results 1 – 1 of 1) sorted by relevance
1181 boolean_t config_rop_enabled = TRUE; in arm64_ropjop_test() local1193 if (config_rop_enabled) { in arm64_ropjop_test()1201 …uint64_t kva_signed = (uint64_t) ptrauth_sign_unauthenticated((void *)&config_rop_enabled, ptrauth… in arm64_ropjop_test()1204 T_EXPECT(kva_signed != (uint64_t)&config_rop_enabled, NULL); in arm64_ropjop_test()1210 T_EXPECT(kva_authed == (uint64_t)&config_rop_enabled, NULL); in arm64_ropjop_test()