Searched refs:bpn (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c165 static void install_hw_bp(uint8_t bpn, uint64_t addr) argument
170 write_dbgbcr(bpn, bcr);
171 write_dbgbvr(bpn, addr);
237 static void guest_code(uint8_t bpn, uint8_t wpn, uint8_t ctx_bpn) argument
248 install_hw_bp(bpn, PC(hw_bp));
254 install_hw_bp(bpn, PC(bp_svc));
261 install_hw_bp(bpn, PC(bp_brk));
296 install_hw_bp(bpn, PC(hw_bp2));
326 install_hw_bp_ctx(bpn, ctx_bpn, PC(hw_bp_ctx), ctx);
424 static void test_guest_debug_exceptions(uint8_t bpn, uint8_ argument
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_mgmt.h473 __le32 bpn; member in struct:rsi_set_key
/linux-master/kernel/cgroup/
H A Dcpuset.c1046 int bpn = b->pn; local
1048 if (apn != bpn && cpusets_overlap(a, b)) {
1052 if (c->pn == bpn)

Completed in 129 milliseconds