Searched refs:hlt (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dirqflags.h49 asm volatile("sti; hlt": : :"memory"); native_safe_halt()
54 asm volatile("hlt": : :"memory"); native_halt()
/linux-4.1.27/drivers/tty/serial/
H A Dearlycon-arm-semihost.c40 "hlt 0xf000\n" smh_putc()
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsvm.h112 { SVM_EXIT_HLT, "hlt" }, \
/linux-4.1.27/block/
H A Dcompat_ioctl.c215 compat_ulong_t hlt; member in struct:compat_floppy_drive_params
365 err |= __get_user(f->hlt, &uf->hlt); compat_fd_ioctl()
438 err |= __put_user(f->hlt, &uf->hlt); compat_fd_ioctl()
/linux-4.1.27/arch/x86/realmode/rm/
H A Dtrampoline_64.S80 hlt
H A Dwakeup_asm.S140 hlt
/linux-4.1.27/arch/x86/boot/compressed/
H A Dhead_64.S287 hlt
427 hlt
H A Dhead_32.S92 hlt
H A Dmisc.c230 asm("hlt"); error()
/linux-4.1.27/kernel/sched/
H A Didle.c43 __setup("hlt", cpu_idle_nopoll_setup);
/linux-4.1.27/drivers/block/
H A Dfloppy.c1253 * hlt: 2 to 254 milliseconds
1262 unsigned long hlt; fdc_specify() local
1309 hlt = DIV_ROUND_UP(DP->hlt * scale_dtr / 2, NOMINAL_DTR); fdc_specify()
1310 if (hlt < 0x01) fdc_specify()
1311 hlt = 0x01; fdc_specify()
1312 else if (hlt > 0x7f) fdc_specify()
1313 hlt = hlt_max_code; fdc_specify()
1322 spec2 = (hlt << 1) | (use_virtual_dma & 1); fdc_specify()
1910 fdc_specify(); /* must be done here because of hut, hlt ... */ floppy_ready()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dcyrix.c266 * bug to do with 'hlt'. I've not seen any boards using VSA2 init_cyrix()
/linux-4.1.27/arch/x86/kernel/
H A Dhead_64.S408 1: hlt
H A Di387.c208 asm volatile("hlt"); fpu_init()
H A Duprobes.c78 * f4 - hlt. SEGVs if used in userspace
147 * f4 - hlt. SEGVs if used in userspace
H A Dhead_32.S603 hlt
H A Dreboot.c748 /* Assume hlt works */ crash_nmi_callback()
/linux-4.1.27/arch/x86/kvm/
H A Dpmu.c129 * be sure that vcpu wasn't executing hlt instruction at the kvm_perf_overflow_intr()
H A Demulate.c4110 DI(ImplicitOps | Priv, hlt), D(ImplicitOps),
5023 case 0xf4: /* hlt */ x86_emulate_insn()
/linux-4.1.27/arch/x86/boot/
H A Dheader.S520 hlt
/linux-4.1.27/include/uapi/linux/
H A Dfd.h133 unsigned long hlt; /* Head load/settle time, msec */ member in struct:floppy_drive_params
/linux-4.1.27/drivers/cpuidle/governors/
H A Dmenu.c330 * We want to default to C1 (hlt), not to busy polling menu_select()

Completed in 2093 milliseconds