Searched refs:hlt (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
H A D | irqflags.h | 49 asm volatile("sti; hlt": : :"memory"); native_safe_halt() 54 asm volatile("hlt": : :"memory"); native_halt()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | earlycon-arm-semihost.c | 40 "hlt 0xf000\n" smh_putc()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
H A D | svm.h | 112 { SVM_EXIT_HLT, "hlt" }, \
|
/linux-4.1.27/block/ |
H A D | compat_ioctl.c | 215 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 D | trampoline_64.S | 80 hlt
|
H A D | wakeup_asm.S | 140 hlt
|
/linux-4.1.27/arch/x86/boot/compressed/ |
H A D | head_64.S | 287 hlt 427 hlt
|
H A D | head_32.S | 92 hlt
|
H A D | misc.c | 230 asm("hlt"); error()
|
/linux-4.1.27/kernel/sched/ |
H A D | idle.c | 43 __setup("hlt", cpu_idle_nopoll_setup);
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 1253 * 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 D | cyrix.c | 266 * bug to do with 'hlt'. I've not seen any boards using VSA2 init_cyrix()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | head_64.S | 408 1: hlt
|
H A D | i387.c | 208 asm volatile("hlt"); fpu_init()
|
H A D | uprobes.c | 78 * f4 - hlt. SEGVs if used in userspace 147 * f4 - hlt. SEGVs if used in userspace
|
H A D | head_32.S | 603 hlt
|
H A D | reboot.c | 748 /* Assume hlt works */ crash_nmi_callback()
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | pmu.c | 129 * be sure that vcpu wasn't executing hlt instruction at the kvm_perf_overflow_intr()
|
H A D | emulate.c | 4110 DI(ImplicitOps | Priv, hlt), D(ImplicitOps), 5023 case 0xf4: /* hlt */ x86_emulate_insn()
|
/linux-4.1.27/arch/x86/boot/ |
H A D | header.S | 520 hlt
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fd.h | 133 unsigned long hlt; /* Head load/settle time, msec */ member in struct:floppy_drive_params
|
/linux-4.1.27/drivers/cpuidle/governors/ |
H A D | menu.c | 330 * We want to default to C1 (hlt), not to busy polling menu_select()
|
Completed in 2093 milliseconds