Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.s43 hlt
/titanic_50/usr/src/lib/crt/amd64/
H A Dmach-crt1.s88 hlt
/titanic_50/usr/src/lib/crt/i386/
H A Dmach-crt1.s68 hlt
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dboot.S72 loop: hlt
H A Dboot.S.texi72 loop: hlt
H A Dmultiboot.info1254 loop: hlt
/titanic_50/usr/src/uts/i86pc/ml/
H A Damd64.il167 * subsequent instruction...in this case: "hlt".
171 hlt
H A Dia32.il163 * subsequent instruction...in this case: "hlt".
167 hlt
H A Dmpcore.s632 hlt
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s319 hlt
/titanic_50/usr/src/uts/common/io/
H A Dfdc.c1790 fdcspecify(struct fdcntlr *fcp, int xferrate, int steprate, int hlt) in fdcspecify() argument
1807 hlt <<= 1; in fdcspecify()
1817 hlt = (hlt >= 256) ? 0 : (hlt >> 1); /* encode head load time */ in fdcspecify()
1818 specifycmd[2] = fcp->c_hlt = hlt << 1; /* make room for DMA bit */ in fdcspecify()
/titanic_50/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s278 hlt
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dasm.S212 hlt
1878 hlt
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1396 hlt / Wait forever
/titanic_50/usr/src/uts/intel/io/acpica/
H A Dchanges.txt14687 We now use safe_halt() macro versus individual calls to sti | hlt.