Home
last modified time | relevance | path

Searched refs:hlt (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dsigtramp.S47 0: hlt /* trap priviliged instruction */
H A Dxen-locore.S95 0: hlt
195 0: hlt
H A Dlocore.S78 0: hlt
H A Dexception.S362 3: hlt
/f-stack/freebsd/amd64/linux/
H A Dlinux_locore.asm31 hlt
/f-stack/freebsd/i386/i386/
H A Dmpboot.s207 dead: hlt /* We should never get here */
H A Dlocore.s219 hlt
/f-stack/freebsd/crypto/openssl/i386/
H A Dx86cpuid.S187 hlt
719 hlt
/f-stack/freebsd/amd64/include/
H A Dvmm.h732 } hlt; member
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2521 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()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1507 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1770 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt17416 We now use safe_halt() macro versus individual calls to sti | hlt.