Searched refs:nap (Results 1 - 31 of 31) sorted by relevance

/linux-4.4.14/arch/tile/kernel/
H A Dentry.S37 /* Loop forever on a nap during SMP boot. */
39 nap
41 j smp_nap /* we are not architecturally guaranteed not to exit nap */
46 * Enable interrupts racelessly and then nap until interrupted.
61 nap
H A Dsmp.c114 asm("nap; nop"); smp_stop_cpu_interrupt()
128 asm("nap; nop"); panic_smp_self_stop()
H A Dtile-desc_64.c562 { "nap", TILEGX_OPC_NAP, 0x2, 0, TREG_ZERO, 0,
H A Dtile-desc_32.c715 { "nap", TILEPRO_OPC_NAP, 0x2, 0, TREG_ZERO, 0,
/linux-4.4.14/arch/tile/include/asm/
H A Dthread_info.h89 /* Sit on a nap instruction until interrupted. */
92 /* Enable interrupts racelessly and nap forever: helper for arch_cpu_idle(). */
/linux-4.4.14/arch/powerpc/kernel/
H A Didle.c90 .procname = "powersave-nap",
H A Didle_e500.S40 /* Check if we can nap or doze, put HID0 mask in r3 */
H A Didle_6xx.S8 * be done to check a runtime var (a bit like powersave-nap)
61 /* Check if we can nap or doze, put HID0 mask in r3
87 /* Some pre-nap cleanups needed on some CPUs */
H A Didle_power7.S79 /* Use r3 to pass state nap/sleep/winkle */
94 * state when going to nap mode
113 li r3,0 /* Return 0 (no nap) */
137 * Go to real mode to do the nap, as required by the architecture.
H A Dexceptions-64s.S104 * waking up from nap/sleep/winkle.
126 /* Waking up from nap should not cause hypervisor state loss */
129 /* Waking up from nap */
172 * waking up from nap. We only handle no state loss and
183 /* waking up from powersave (nap) state */
1381 * Go back to nap again if (b) is true.
1385 /* Thread was in power saving mode. Go back to nap again. */
H A Dtime.c13 * on SMP then, nap and doze are OK).
H A Dcputable.c897 { /* 7450 2.0 - no doze/nap */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dfsl_hcalls.h555 * fh_enter_nap - enter nap on a vcpu
557 * Note that though the API supports entering nap on a vcpu other
584 * fh_exit_nap - exit nap on a vcpu
H A Dprocessor.h461 extern int powersave_nap; /* set if nap mode can be used in idle loop */
H A Dexception-64s.h553 * (finish nap and runlatch)
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S284 * We come in here when wakened from nap mode.
291 /* Set runlatch bit the minute you wake up from nap */
363 /* Back from the guest, go back to nap */
427 * whole-core mode, so we need to nap.
431 * Ensure that secondary doesn't nap when it has
465 nap
2221 * preserves the following registers in nap mode, even if an SMT mode
2251 * don't wake us from nap).
2278 * Take a nap until a decrementer or external or doobell interrupt
2304 nap
2432 * Check the reason we woke from nap, and take appropriate action.
H A Dbook3s_hv.c1775 * a stray interrupt), wait for it to get back to nap mode. kvmppc_grab_hwthread()
2414 split_info.do_nap = 1; /* ask secondaries to nap when done */ kvmppc_run_core()
2418 * This gets them to the nap instruction after kvm_do_nap, kvmppc_run_core()
/linux-4.4.14/arch/powerpc/sysdev/xics/
H A Dicp-native.c164 * clear the interrupt, so that the CPU can go back to nap mode.
/linux-4.4.14/drivers/acpi/
H A Dacpi_pad.c192 * CPU time. To make 'avoid starvation' work, takes a nap here. power_saving_thread()
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dsleep.S189 rlwinm r2,r2,0,10,7 /* clear doze, nap */
H A Dsmp.c790 /* Setup various bits like timebase sync method, ability to nap, ... */ smp_core99_probe()
/linux-4.4.14/drivers/char/
H A Ddtlk.c358 msleep_interruptible(500); /* nap 0.50 sec but dtlk_cleanup()
/linux-4.4.14/include/uapi/linux/
H A Dsysctl.h104 KERN_PPC_POWERSAVE_NAP=27, /* use nap mode for power saving */
/linux-4.4.14/security/smack/
H A Dsmackfs.c191 * @nap: structure to fill
193 static void smk_netlabel_audit_set(struct netlbl_audit *nap) smk_netlabel_audit_set() argument
197 nap->loginuid = audit_get_loginuid(current); smk_netlabel_audit_set()
198 nap->sessionid = audit_get_sessionid(current); smk_netlabel_audit_set()
199 nap->secid = skp->smk_secid; smk_netlabel_audit_set()
/linux-4.4.14/kernel/
H A Dsysctl_binary.c84 { CTL_INT, KERN_PPC_POWERSAVE_NAP, "powersave-nap" },
/linux-4.4.14/drivers/staging/wilc1000/
H A Dlinux_wlan.c461 PRINT_D(TX_DBG, "txq_task Taking a nap :)\n"); linux_wlan_txq_task()
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dcfg.c489 * otherwise we loose data. So take a "nap" while scanning every other
/linux-4.4.14/drivers/net/irda/
H A Dnsc-ircc.c1831 * empty. If not then we will have to take a nap nsc_ircc_dma_receive_complete()
/linux-4.4.14/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3888 nap: arcmsr_bus_reset()
3903 goto nap; arcmsr_bus_reset()
/linux-4.4.14/tools/lguest/
H A Dlguest.c972 * just nap here. console_input()
/linux-4.4.14/arch/powerpc/xmon/
H A Dppc-opc.c3090 { "nap", XL(19,434), 0xffffffff, POWER6, { 0 } },

Completed in 826 milliseconds