Home
last modified time | relevance | path

Searched refs:ctx_brp_num (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
Ddebug-exceptions.c538 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_EL1_CTX_CMPs), aa64dfr0) + 1; 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()