Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dcompat_ioctl.c215 compat_ulong_t hlt; member
365 err |= __get_user(f->hlt, &uf->hlt); in compat_fd_ioctl()
438 err |= __put_user(f->hlt, &uf->hlt); in compat_fd_ioctl()
/linux-4.4.14/arch/x86/boot/compressed/
Dhead_64.S287 hlt
427 hlt
Dhead_32.S92 hlt
/linux-4.4.14/arch/x86/realmode/rm/
Dwakeup_asm.S140 hlt
/linux-4.4.14/include/uapi/linux/
Dfd.h133 unsigned long hlt; /* Head load/settle time, msec */ member
/linux-4.4.14/drivers/block/
Dfloppy.c1262 unsigned long hlt; in fdc_specify() local
1309 hlt = DIV_ROUND_UP(DP->hlt * scale_dtr / 2, NOMINAL_DTR); in fdc_specify()
1310 if (hlt < 0x01) in fdc_specify()
1311 hlt = 0x01; in fdc_specify()
1312 else if (hlt > 0x7f) in fdc_specify()
1313 hlt = hlt_max_code; in fdc_specify()
1322 spec2 = (hlt << 1) | (use_virtual_dma & 1); in fdc_specify()
/linux-4.4.14/arch/x86/kernel/
Dhead_64.S408 1: hlt
Dhead_32.S602 hlt
/linux-4.4.14/arch/x86/kvm/
Demulate.c4411 DI(ImplicitOps | Priv, hlt), D(ImplicitOps),
/linux-4.4.14/arch/x86/
DKconfig2221 2) pass the "no-hlt" option to the kernel
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1313 hlt [BUGS=ARM,SH]