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 | 641 unsigned long badv = 0, lower = 0, upper = ULONG_MAX; in do_bce() local 664 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 671 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 687 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 703 badv = regs->regs[insn.reg3_format.rj]; in do_bce() 708 force_sig_bnderr((void __user *)badv, (void __user *)lower, (void __user *)upper); in do_bce()
|
| H A D | asm-offsets.c | 310 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 | 195 unsigned long badv; in local_irq_enable() 201 #define BADV_OFFSET_EXREGS offsetof(struct ex_regs, badv) in local_irq_disable() 163 unsigned long badv; global() member
|