Searched refs:hlt (Results 1 – 13 of 13) sorted by relevance
47 0: hlt /* trap priviliged instruction */
95 0: hlt195 0: hlt
78 0: hlt
362 3: hlt
31 hlt
207 dead: hlt /* We should never get here */
219 hlt
187 hlt719 hlt
732 } hlt; member
2521 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()2523 vmexit->u.hlt.intr_status = in vmx_exit_process()2526 vmexit->u.hlt.intr_status = 0; in vmx_exit_process()3748 rvi = vmexit->u.hlt.intr_status & APIC_TPR_INT; in vmx_pending_intr()
1507 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit()
1770 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()
17416 We now use safe_halt() macro versus individual calls to sti | hlt.