Searched refs:restore (Results 51 - 75 of 359) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c73 p->ainsn.api.restore = (unsigned long) p->addr +
80 p->ainsn.api.restore = 0;
247 /* return addr restore if non-branching insn */
248 if (cur->ainsn.api.restore != 0)
249 instruction_pointer_set(regs, cur->ainsn.api.restore);
251 /* restore back original saved kprobe variables and continue */
/linux-master/drivers/scsi/
H A Dscsi_pm.c49 return pm && pm->restore ? pm->restore(dev) : 0;
269 .restore = scsi_bus_restore,
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S193 lds k2, pr ! restore pr
206 ! - restore r0, r1, r2, r3, r4, r5, r6, r7 from the stack
208 ! - restore r8, r9, r10, r11, r12, r13, r14, r15 from the stack
209 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra
253 lds k2, pr ! restore pr
/linux-master/arch/arm/kernel/
H A Diwmmxt.S222 1: msr cpsr_c, ip @ restore interrupt mode
249 msr cpsr_c, ip @ restore interrupt mode
260 msr cpsr_c, ip @ restore interrupt mode
271 * this is used to restore Concan state when unwinding a signal stack frame
288 msr cpsr_c, ip @ restore interrupt mode
298 msr cpsr_c, ip @ restore interrupt mode
347 msr cpsr_c, r2 @ restore interrupts
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c747 goto restore;
763 goto restore;
792 goto restore;
802 goto restore;
808 restore:
1065 goto restore;
1081 goto restore;
1092 goto restore;
1118 goto restore;
1137 goto restore;
[all...]
/linux-master/sound/soc/intel/catpt/
H A Dloader.c230 dev_err(cdev->dev, "restore block failed: %d\n", ret);
338 /* restore basefw image */
356 dev_err(cdev->dev, "restore block failed: %d\n", ret);
366 dev_err(cdev->dev, "restore memdumps failed: %d\n", ret);
389 /* restore module state */
402 dev_err(cdev->dev, "restore block failed: %d\n", ret);
495 dev_err(cdev->dev, "restore module failed: %d\n", ret);
543 bool restore)
570 if (restore)
581 static int catpt_load_images(struct catpt_dev *cdev, bool restore) argument
541 catpt_load_image(struct catpt_dev *cdev, struct dma_chan *chan, const char *name, const char *signature, bool restore) argument
609 catpt_boot_firmware(struct catpt_dev *cdev, bool restore) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm157 s_branch L_SKIP_RESTORE //NOT restore. might be a regular trap or save
160 s_branch L_RESTORE //restore
177 set_status_without_spi_prio(s_save_status, ttmp2) //restore HW status(SCC)
188 set_status_without_spi_prio(s_save_status, ttmp2) //restore HW status(SCC)
333 // restore s_save_buf_rsrc0,1
413 // restore rsrc3
467 /* restore routine */
491 /* restore LDS */
522 s_cbranch_scc1 L_RESTORE_LDS_LOOP //LDS restore is complete?
525 /* restore VGPR
[all...]
/linux-master/arch/arm64/kernel/
H A Dentry-common.c213 bool restore = regs->lockdep_hardirqs; local
216 if (restore) {
223 if (restore)
250 bool restore = regs->lockdep_hardirqs; local
252 if (restore) {
258 if (restore)
378 * masked so that we can safely restore the mdscr and get on with
/linux-master/arch/m68k/fpsp040/
H A Dround.S135 | prior to usage, and needs to restore d1 to original.
173 moveml (%a7)+,%d2/%d3 |restore scratch registers
175 swap %d1 |restore d1 to original
216 roxrw LOCAL_HI(%a0) |mant is 0 so restore v-bit
217 roxrw LOCAL_HI+2(%a0) |mant is 0 so restore v-bit
235 roxrw LOCAL_HI(%a0) |mant is 0 so restore v-bit
236 roxrw LOCAL_HI+2(%a0) |mant is 0 so restore v-bit
378 moveml (%a7)+,%d7/%d6 |restore registers
511 movel (%sp)+,%d2 |restore d2
527 movel FP_SCR2+LOCAL_GRS(%a6),%d0 |restore origina
[all...]
/linux-master/arch/sparc/kernel/
H A Detrap_32.S126 restore %g0, %g0, %g0
246 restore %g0, %g0, %g0
277 restore %g0, %g0, %g0
/linux-master/arch/arm/mach-omap2/
H A Dpm34xx.c243 * Hence store/restore the SDRC_POWER register here.
287 * also handles the INTC autoidle restore done here so limit
320 goto restore;
322 goto restore;
329 restore:
H A Dsleep24xx.S27 * SDRC shutdown then ARM shutdown. Upon wake MPU is back on so just restore
85 ldmfd sp!, {r0 - r12, pc} @ restore regs and return
/linux-master/arch/x86/include/asm/
H A Ddesc.h259 bool restore = 0; local
271 restore = 1;
274 if (restore)
H A Dx86_init.h286 * @restore_sched_clock_state: restore state for sched_clock() on resume
322 void (*restore)(void); member in struct:x86_apic_ops
/linux-master/drivers/gpu/drm/
H A Ddrm_encoder_slave.c180 get_slave_funcs(encoder)->restore(encoder);
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_32.S31 # and restore the stack ... but you need gdt for this to work
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.h31 void (*restore)(struct etnaviv_gpu *, struct etnaviv_iommu_context *); member in struct:etnaviv_iommu_ops
/linux-master/arch/sparc/include/asm/
H A Dpgtsrmmu.h98 restore %g0, %g0, %g0;
/linux-master/arch/x86/pci/
H A Dxen.c374 struct physdev_restore_msi restore; local
376 restore.bus = dev->bus->number;
377 restore.devfn = dev->devfn;
378 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi, &restore);
/linux-master/arch/sparc/lib/
H A Dmuldi3.S65 restore %g0, %l3, %o1
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h69 struct nv04_output_reg restore; member in struct:nouveau_encoder
/linux-master/arch/arm/lib/
H A Dcsumpartialcopyuser.S40 mcr p15, 0, ip, c2, c0, 2 @ restore TTBCR
/linux-master/include/drm/
H A Ddrm_client.h42 * @restore:
45 * returns zero gets the privilege to restore and no more clients are
55 int (*restore)(struct drm_client_dev *client); member in struct:drm_client_funcs
H A Ddrm_encoder_slave.h72 * @restore: Restore state. Wrapped by drm_i2c_encoder_restore().
74 void (*restore)(struct drm_encoder *encoder); member in struct:drm_encoder_slave_funcs
/linux-master/drivers/iommu/
H A Dirq_remapping.c47 x86_apic_ops.restore = irq_remapping_restore_boot_irq_mode;

Completed in 234 milliseconds

1234567891011>>