Searched refs:config_rop_enabled (Results 1 – 1 of 1) sorted by relevance
1182 boolean_t config_rop_enabled = TRUE; in arm64_ropjop_test() local1194 if (config_rop_enabled) { in arm64_ropjop_test()1202 …uint64_t kva_signed = (uint64_t) ptrauth_sign_unauthenticated((void *)&config_rop_enabled, ptrauth… in arm64_ropjop_test()1205 T_EXPECT(kva_signed != (uint64_t)&config_rop_enabled, NULL); in arm64_ropjop_test()1211 T_EXPECT(kva_authed == (uint64_t)&config_rop_enabled, NULL); in arm64_ropjop_test()