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

/freebsd-11-stable/sys/amd64/amd64/
H A Dsigtramp.S47 0: hlt /* trap priviliged instruction */
H A Dlocore.S82 0: hlt
H A Dxen-locore.S86 0: hlt
H A Dexception.S355 3: hlt
/freebsd-11-stable/sys/dev/ic/
H A Dnec765.h144 * hlt - head load time; PC usually minimum of 2 ms
149 #define NE7_SPEC_2(hlt, nd) (((hlt) & 0xFE) | ((nd) & 1))
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_locore.s31 hlt
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dexc.S164 hlt
/freebsd-11-stable/sys/i386/i386/
H A Dmpboot.s203 dead: hlt /* We should never get here */
H A Dlocore.s386 hlt
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S244 halt: hlt
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm151 hlt
H A Dsol2-gc1.asm164 hlt
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dx86cpuid.S188 hlt
554 hlt
/freebsd-11-stable/sys/amd64/include/
H A Dvmm.h650 } hlt; member in union:vm_exit::__anon4079
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c326 return "hlt";
2433 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS);
2435 vmexit->u.hlt.intr_status =
2438 vmexit->u.hlt.intr_status = 0;
3546 rvi = vmexit->u.hlt.intr_status & APIC_TPR_INT;
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c1243 { .reason = VMCB_EXIT_HLT, .str = "hlt" },
1489 vmexit->u.hlt.rflags = state->rflags;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c1293 * Emulate a guest 'hlt' by sleeping until the vcpu is ready to run.
1713 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0);

Completed in 245 milliseconds