Home
last modified time | relevance | path

Searched refs:KVM_EMULATOR_BUG_ON (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kvm/
Dkvm_emulate.h379 #define KVM_EMULATOR_BUG_ON(cond, ctxt) \ macro
523 if (KVM_EMULATOR_BUG_ON(nr >= NR_EMULATOR_GPRS, ctxt)) in reg_read()
535 if (KVM_EMULATOR_BUG_ON(nr >= NR_EMULATOR_GPRS, ctxt)) in reg_write()
Demulate.c584 if (KVM_EMULATOR_BUG_ON(vec > 0x1f, ctxt)) in emulate_exception()
1365 if (KVM_EMULATOR_BUG_ON((mc->end + size) >= sizeof(mc->data), ctxt)) in read_emulated()
5390 if (KVM_EMULATOR_BUG_ON(ctxt->exception.vector > 0x1f, ctxt)) in x86_emulate_insn()