Home
last modified time | relevance | path

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

/freebsd/sys/dev/ic/
H A Dnec765.h148 #define NE7_SPEC_2(hlt, nd) (((hlt) & 0xFE) | ((nd) & 1)) argument
/freebsd/sys/amd64/linux/
H A Dlinux_locore.asm67 0: hlt
/freebsd/sys/amd64/amd64/
H A Dsigtramp.S94 0: hlt /* trap privileged instruction */
H A Dlocore.S89 0: hlt
H A Dxen-locore.S169 0: hlt
H A Dexception.S359 3: hlt
/freebsd/stand/efi/loader/arch/amd64/
H A Dexc.S161 hlt
/freebsd/sys/i386/i386/
H A Dmpboot.S205 dead: hlt /* We should never get here */
H A Dlocore.S221 hlt
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl74 sub ::halt { &hlt; }
/freebsd/sys/crypto/openssl/i386/
H A Dx86cpuid.S201 hlt
810 hlt
/freebsd/sys/amd64/include/
H A Dvmm.h736 } hlt; member
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c2581 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()
2583 vmexit->u.hlt.intr_status = in vmx_exit_process()
2586 vmexit->u.hlt.intr_status = 0; in vmx_exit_process()
3840 rvi = vmexit->u.hlt.intr_status & APIC_TPR_INT; in vmx_pending_intr()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1603 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1586 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td43 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb.td357 def tHLT : T1I<(outs), (ins imm0_63:$val), NoItinerary, "hlt\t$val",
H A DARMInstrInfo.td2254 "hlt", "\t$val", []>, Requires<[IsARM, HasV8]> {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td3207 def HLT : ExceptionGeneration<0b010, 0b00, "hlt",
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt17985 We now use safe_halt() macro versus individual calls to sti | hlt.