Searched refs:ctx_bpn (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | debug-exceptions.c | 235 static void guest_code(u8 bpn, u8 wpn, u8 ctx_bpn) in guest_code() argument 324 install_hw_bp_ctx(bpn, ctx_bpn, PC(hw_bp_ctx), ctx); in guest_code() 334 install_wp_ctx(wpn, ctx_bpn, PC(write_data), ctx); in guest_code() 422 static void test_guest_debug_exceptions(u8 bpn, u8 wpn, u8 ctx_bpn) in test_guest_debug_exceptions() argument 445 vcpu_args_set(vcpu, 3, bpn, wpn, ctx_bpn); in test_guest_debug_exceptions() 446 pr_debug("Use bpn#%d, wpn#%d and ctx_bpn#%d\n", bpn, wpn, ctx_bpn); in test_guest_debug_exceptions()
|