Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ic/
HDnec765.h149 #define NE7_SPEC_2(hlt, nd) (((hlt) & 0xFE) | ((nd) & 1)) argument
/freebsd-11-stable/sys/amd64/amd64/
HDsigtramp.S47 0: hlt /* trap priviliged instruction */
HDlocore.S82 0: hlt
HDxen-locore.S86 0: hlt
HDexception.S355 3: hlt
/freebsd-11-stable/sys/amd64/linux/
HDlinux_locore.s31 hlt
/freebsd-11-stable/stand/efi/loader/arch/amd64/
HDexc.S164 hlt
/freebsd-11-stable/sys/i386/i386/
HDmpboot.s203 dead: hlt /* We should never get here */
HDlocore.s386 hlt
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
HDx86asm.pl67 sub ::halt { &hlt; }
/freebsd-11-stable/secure/lib/libcrypto/i386/
HDx86cpuid.S188 hlt
554 hlt
/freebsd-11-stable/stand/pc98/boot2/
HDboot1.S244 halt: hlt
/freebsd-11-stable/contrib/gcc/config/i386/
HDsol2-c1.asm151 hlt
HDsol2-gc1.asm164 hlt
/freebsd-11-stable/sys/amd64/include/
HDvmm.h650 } hlt; member
/freebsd-11-stable/sys/amd64/vmm/intel/
HDvmx.c2433 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()
2435 vmexit->u.hlt.intr_status = in vmx_exit_process()
2438 vmexit->u.hlt.intr_status = 0; in vmx_exit_process()
3546 rvi = vmexit->u.hlt.intr_status & APIC_TPR_INT; in vmx_pending_intr()
/freebsd-11-stable/sys/amd64/vmm/amd/
HDsvm.c1489 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrSystem.td29 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>;
/freebsd-11-stable/sys/amd64/vmm/
HDvmm.c1713 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrThumb.td353 def tHLT : T1I<(outs), (ins imm0_63:$val), NoItinerary, "hlt\t$val",
HDARMInstrInfo.td2094 "hlt", "\t$val", []>, Requires<[IsARM, HasV8]> {
/freebsd-11-stable/contrib/binutils/opcodes/
HDi386-opc.tbl469 hlt, 0, 0xf4, None, 0, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf, { 0 }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.td1982 def HLT : ExceptionGeneration<0b010, 0b00, "hlt">;
/freebsd-11-stable/sys/contrib/dev/acpica/
HDchanges.txt15757 We now use safe_halt() macro versus individual calls to sti | hlt.