Searched refs:restore (Results 76 - 100 of 359) sorted by relevance

1234567891011>>

/linux-master/drivers/iommu/
H A Dirq_remapping.c47 x86_apic_ops.restore = irq_remapping_restore_boot_irq_mode;
/linux-master/drivers/base/power/
H A Dgeneric_ops.c251 * @dev: Device to restore.
274 * pm_generic_restore - Generic restore callback for subsystems.
275 * @dev: Device to restore.
281 return pm && pm->restore ? pm->restore(dev) : 0;
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S93 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers
97 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers
/linux-master/arch/sparc/net/
H A Dbpf_jit_asm_32.S102 restore;
140 restore;
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S109 @ as the system will restore with the original speed settings
148 @ restore the original cpu speed value for resume
H A Dpxa25x.c103 .restore = pxa25x_cpu_pm_restore,
/linux-master/drivers/media/i2c/
H A Dad5820.c126 static int ad5820_power_on(struct ad5820_device *coil, bool restore) argument
136 if (restore) {
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_device.c100 * Save the state we need in order to be able to restore the interface
142 * psb_restore_display_registers - restore lost register state
177 if (gma_connector->restore)
178 gma_connector->restore(connector);
/linux-master/arch/xtensa/kernel/
H A Dvectors.S82 xsr a3, excsave1 # restore a3 and dispatch table
109 xsr a3, excsave1 # restore a3 and dispatch table
371 * save a0, then clobber a0. To restart the handler, we have to restore
376 * that instruction, we can safely restore a0 from where it was saved
383 beqz a2, 1f # if at start of vector, don't restore
386 bbsi.l a0, 8, 1f # don't restore except for overflow 8 and 12
426 * an address register (which would prevent restore).
498 * - set up exception stack to return back to appropriate a0 restore code
505 * - restore the original window;
677 xsr a0, excsave2 # restore a
[all...]
/linux-master/mm/
H A Dmigrate_device.c366 unsigned long i, restore = 0; local
392 restore++;
412 restore++;
419 for (i = 0; i < npages && restore; i++) {
432 restore--;
516 * for successfully migrated pages or otherwise restore the CPU page table to
858 * migrate_vma_finalize() - restore CPU page table entry
/linux-master/drivers/usb/dwc2/
H A Dcore.h1315 bool restore);
1429 bool restore);
1472 bool restore)
1504 int rem_wakeup, bool restore);
1540 int rem_wakeup, bool restore)
1471 dwc2_gadget_exit_partial_power_down(struct dwc2_hsotg *hsotg, bool restore) argument
1539 dwc2_host_exit_partial_power_down(struct dwc2_hsotg *hsotg, int rem_wakeup, bool restore) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm191 s_branch L_SKIP_RESTORE //NOT restore. might be a regular trap or save
631 // restore s_save_buf_rsrc0,1
925 /* restore LDS */
971 s_cbranch_scc1 L_RESTORE_LDS_LOOP_W32 //LDS restore is complete?
985 s_cbranch_scc1 L_RESTORE_LDS_LOOP_W64 //LDS restore is complete?
987 /* restore VGPRs */
1013 s_mov_b32 s_restore_mem_offset_save, s_restore_mem_offset // restore start with v1, v0 will be the last
1032 s_cbranch_scc1 L_RESTORE_VGPR_WAVE32_LOOP //VGPR restore (except v0) is complete?
1034 /* VGPR restore on v0 */
1047 s_mov_b32 s_restore_mem_offset_save, s_restore_mem_offset // restore star
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S354 * reset vector for LP1 restore; copied into IRAM during suspend.
358 * jumps to tegra_resume to restore virtual addressing.
445 ldr r4, [r5, #0x18] @ restore CLK_SOURCE_MSELECT
448 ldr r4, [r5, #0x1C] @ restore SCLK_BURST
473 ldr r1, [r5, #0xC] @ restore EMC_XM2VTTGENPADCTRL
475 ldr r1, [r5, #0x10] @ restore EMC_XM2VTTGENPADCTRL2
477 ldr r1, [r5, #0x8] @ restore EMC_AUTO_CAL_INTERVAL
568 ldr r1, [r5, #0x4] @ restore EMC_ZCAL_INTERVAL
570 ldr r1, [r5, #0x0] @ restore EMC_CFG
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S73 ! restore previous stack
86 ! restore exception frame & regs
197 ! restore special register
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S161 str r11, [r9, #BUF_GPIO_INT_MASK] @ save mask for later restore
183 @ Key done - restore interrupt mask
186 str r11, [r12, #OMAP1510_GPIO_INT_MASK] @ restore into the mask register
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_loader.c420 goto restore;
431 goto restore;
442 restore:
/linux-master/drivers/memory/
H A Dti-emif-sram-pm.S126 ldmfd sp!, {r4 - r11, pc} @ restore regs and return
132 * Used during resume to restore the context of all required EMIF registers
208 /* Loop and restore entire block of emif phy regs */
244 * Used during resume to run hardware leveling again and restore the
300 ldmfd sp!, {r4 - r11, pc} @ restore regs and return
361 ldmfd sp!, {r4 - r11, pc} @ restore regs and return
/linux-master/drivers/acpi/x86/
H A Ds2idle.c609 if (handler->restore)
610 handler->restore();
645 .restore = acpi_s2idle_restore,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c665 i915->display.restore.modeset_state = state;
691 * Force recalculation even if we restore
711 struct drm_atomic_state *state = i915->display.restore.modeset_state;
718 i915->display.restore.modeset_state = NULL;
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S75 str r1, [r11] @ restore DLLA_CTRL high value
82 ldmfd sp!, {r0 - r12, pc} @ restore regs and return
185 ldmfd sp!, {r0 - r10, pc} @ restore regs and return
301 ldmfd sp!, {r0-r12, pc} @ restore regs and return
H A Dsram243x.S75 str r1, [r11] @ restore DLLA_CTRL high value
82 ldmfd sp!, {r0 - r12, pc} @ restore regs and return
185 ldmfd sp!, {r0 - r10, pc} @ restore regs and return
301 ldmfd sp!, {r0-r12, pc} @ restore regs and return
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c123 .restore = etnaviv_iommuv1_restore,
/linux-master/arch/arm/kernel/
H A Dentry-header.S30 * (due to slow/fast restore user regs).
158 @ restore process sp
161 @ restore original r4-r11
164 @ restore main sp
223 @ ARM mode SVC restore
232 @ Thumb mode SVC restore
251 @ mode to restore the final part of the register state.
266 @ ARM mode restore
277 @ Thumb mode restore
310 @ ARM mode restore
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dtc1100-wmi.c213 .restore = tc1100_resume,
/linux-master/arch/m68k/lib/
H A Dudivsi3.S153 moveml sp@,d2-d4 | restore data registers

Completed in 228 milliseconds

1234567891011>>