Searched refs:badv (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | genex.S | 93 BUILD_HANDLER ade ade badv 94 BUILD_HANDLER ale ale badv
|
| H A D | traps.c | 633 unsigned long badv = 0, lower = 0, upper = ULONG_MAX; in do_bce() local 656 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 663 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 679 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 695 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 700 force_sig_bnderr((void __user *)badv, (void __user *)lower, (void __user *)upper); in do_bce()
|
| H A D | asm-offsets.c | 308 OFFSET(KVM_ARCH_HBADV, kvm_vcpu_arch, badv); in output_kvm_defines()
|
| /linux/tools/testing/selftests/kvm/lib/loongarch/ |
| H A D | processor.c | 182 TEST_FAIL("Unexpected exception (pc:0x%lx, estat:0x%lx, badv:0x%lx)", in assert_on_unhandled_exception() 189 unsigned long pc, estat, badv; in route_exception() local 198 badv = regs->badv; in route_exception() 200 ucall(UCALL_UNHANDLED, 3, pc, estat, badv); in route_exception()
|
| /linux/tools/testing/selftests/kvm/include/loongarch/ |
| H A D | processor.h | 163 unsigned long badv; member 169 #define BADV_OFFSET_EXREGS offsetof(struct ex_regs, badv)
|