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