Searched refs:hlt (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/amd64/amd64/
H A Dsigtramp.S47 0: hlt /* trap priviliged instruction */
H A Dlocore.S82 0: hlt
H A Dxen-locore.S95 0: hlt
195 0: hlt
H A Dexception.S360 3: hlt
/freebsd-12-stable/sys/dev/ic/
H A Dnec765.h146 * hlt - head load time; PC usually minimum of 2 ms
151 #define NE7_SPEC_2(hlt, nd) (((hlt) & 0xFE) | ((nd) & 1))
/freebsd-12-stable/stand/efi/loader/arch/amd64/
H A Dexc.S164 hlt
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_locore.asm31 hlt
/freebsd-12-stable/sys/i386/i386/
H A Dlocore.s228 hlt
H A Dmpboot.s211 dead: hlt /* We should never get here */
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl74 sub ::halt { &hlt; }
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm151 hlt
H A Dsol2-gc1.asm164 hlt
/freebsd-12-stable/sys/amd64/include/
H A Dvmm.h667 } hlt; member in union:vm_exit::__anon9290
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Dx86cpuid.S187 hlt
719 hlt
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dvmx.c348 return "hlt";
2505 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS);
2507 vmexit->u.hlt.intr_status =
2510 vmexit->u.hlt.intr_status = 0;
3718 rvi = vmexit->u.hlt.intr_status & APIC_TPR_INT;
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dsvm.c1240 { .reason = VMCB_EXIT_HLT, .str = "hlt" },
1486 vmexit->u.hlt.rflags = state->rflags;
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm.c1293 * Emulate a guest 'hlt' by sleeping until the vcpu is ready to run.
1743 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0);

Completed in 225 milliseconds