Searched refs:idtvec (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c316 int error, idtvec; local
389 idtvec = IDT_TS;
391 idtvec = IDT_SS;
393 idtvec = IDT_NP;
394 sel_exception(ctx, vcpu, idtvec, sel, ts->ext);
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c1310 int error, errcode_valid, handled, idtvec, reflect; local
1372 idtvec = code - 0x40;
1373 switch (idtvec) {
1416 vmexit->inst_length, idtvec);
1426 vmexit->inst_length, idtvec));
1431 "%d/%#x into the guest", idtvec, (int)info1);
1432 error = vm_inject_exception(svm_sc->vm, vcpu, idtvec,

Completed in 83 milliseconds