Searched refs:aa64dfr0 (Results 1 – 1 of 1) sorted by relevance
536 void test_guest_debug_exceptions_all(uint64_t aa64dfr0) in test_guest_debug_exceptions_all() argument542 brp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_EL1_BRPs), aa64dfr0) + 1; in test_guest_debug_exceptions_all()546 wrp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_EL1_WRPs), aa64dfr0) + 1; in test_guest_debug_exceptions_all()549 ctx_brp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_EL1_CTX_CMPs), aa64dfr0) + 1; in test_guest_debug_exceptions_all()583 uint64_t aa64dfr0; in main() local586 aa64dfr0 = vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(SYS_ID_AA64DFR0_EL1)); in main()587 __TEST_REQUIRE(debug_version(aa64dfr0) >= 6, in main()603 test_guest_debug_exceptions_all(aa64dfr0); in main()
Completed in 3 milliseconds