Searched refs:ctx_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 549 ctx_brp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_CTX_CMPS), aa64dfr0) + 1; 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() 561 for (c = ctx_brp_base; c < ctx_brp_base + ctx_brp_num; c++) { in test_guest_debug_exceptions_all()
|
Completed in 1 milliseconds