Lines Matching defs:bpn
165 static void install_hw_bp(u8 bpn, u64 addr)
170 write_dbgbcr(bpn, bcr);
171 write_dbgbvr(bpn, addr);
235 static void guest_code(u8 bpn, u8 wpn, u8 ctx_bpn)
246 install_hw_bp(bpn, PC(hw_bp));
252 install_hw_bp(bpn, PC(bp_svc));
259 install_hw_bp(bpn, PC(bp_brk));
294 install_hw_bp(bpn, PC(hw_bp2));
324 install_hw_bp_ctx(bpn, ctx_bpn, PC(hw_bp_ctx), ctx);
422 static void test_guest_debug_exceptions(u8 bpn, u8 wpn, u8 ctx_bpn)
444 /* Specify bpn/wpn/ctx_bpn to be tested */
445 vcpu_args_set(vcpu, 3, bpn, wpn, ctx_bpn);
446 pr_debug("Use bpn#%d, wpn#%d and ctx_bpn#%d\n", bpn, wpn, ctx_bpn);