Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.s43 hlt
/titanic_44/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_44/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.s630 hlt
/titanic_44/usr/src/lib/common/amd64/
H A Dcrt1.s171 hlt
H A Dgcrt1.s190 hlt
/titanic_44/usr/src/lib/common/i386/
H A Dcrt1.s181 hlt
H A Dgcrt1.s205 hlt
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s319 hlt
/titanic_44/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_44/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s278 hlt
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dasm.S212 hlt
1878 hlt
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1396 hlt / Wait forever
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dchanges.txt14687 We now use safe_halt() macro versus individual calls to sti | hlt.