Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/aarch64/
Ddebug-exceptions.c237 static void guest_code(uint8_t bpn, uint8_t wpn, uint8_t ctx_bpn) in guest_code() argument
326 install_hw_bp_ctx(bpn, ctx_bpn, PC(hw_bp_ctx), ctx); in guest_code()
336 install_wp_ctx(wpn, ctx_bpn, PC(write_data), ctx); in guest_code()
424 static void test_guest_debug_exceptions(uint8_t bpn, uint8_t wpn, uint8_t ctx_bpn) in test_guest_debug_exceptions() argument
447 vcpu_args_set(vcpu, 3, bpn, wpn, ctx_bpn); in test_guest_debug_exceptions()
448 pr_debug("Use bpn#%d, wpn#%d and ctx_bpn#%d\n", bpn, wpn, ctx_bpn); in test_guest_debug_exceptions()