Searched refs:hlt (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/dev/ic/ |
H A D | nec765.h | 148 #define NE7_SPEC_2(hlt, nd) (((hlt) & 0xFE) | ((nd) & 1)) argument
|
/freebsd/sys/amd64/linux/ |
H A D | linux_locore.asm | 67 0: hlt
|
/freebsd/sys/amd64/amd64/ |
H A D | sigtramp.S | 94 0: hlt /* trap privileged instruction */
|
H A D | locore.S | 89 0: hlt
|
H A D | xen-locore.S | 169 0: hlt
|
H A D | exception.S | 359 3: hlt
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | exc.S | 161 hlt
|
/freebsd/sys/i386/i386/ |
H A D | mpboot.S | 205 dead: hlt /* We should never get here */
|
H A D | locore.S | 221 hlt
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 74 sub ::halt { &hlt; }
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | x86cpuid.S | 201 hlt 810 hlt
|
/freebsd/sys/amd64/include/ |
H A D | vmm.h | 736 } hlt; member
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 2581 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 D | vmm.c | 1603 intr_disabled = ((vme->u.hlt.rflags & PSL_I) == 0); in vm_run()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1586 vmexit->u.hlt.rflags = state->rflags; in svm_vmexit()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 43 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 357 def tHLT : T1I<(outs), (ins imm0_63:$val), NoItinerary, "hlt\t$val",
|
H A D | ARMInstrInfo.td | 2254 "hlt", "\t$val", []>, Requires<[IsARM, HasV8]> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 3207 def HLT : ExceptionGeneration<0b010, 0b00, "hlt",
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 17985 We now use safe_halt() macro versus individual calls to sti | hlt.
|