Searched refs:brp_num (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | debug-exceptions.c | 538 uint8_t brp_num, wrp_num, ctx_brp_num, normal_brp_num, ctx_brp_base; in test_guest_debug_exceptions_all() local 542 brp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_BRPS), aa64dfr0) + 1; in test_guest_debug_exceptions_all() 543 __TEST_REQUIRE(brp_num >= 2, "At least two breakpoints are required"); in test_guest_debug_exceptions_all() 551 pr_debug("%s brp_num:%d, wrp_num:%d, ctx_brp_num:%d\n", __func__, in test_guest_debug_exceptions_all() 552 brp_num, wrp_num, ctx_brp_num); in test_guest_debug_exceptions_all() 555 normal_brp_num = brp_num - ctx_brp_num; in test_guest_debug_exceptions_all()
|
Completed in 2 milliseconds