/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 24 ! - restore registers from swsusp_arch_regs_cpu0 123 mov r2, r15 ! restore old sp 124 mov r5, r8 ! restore old r8 126 ldc r1, sr ! restore old sr 127 lds r0, pr ! restore old pr 133 mov r2, r15 ! restore old sp 134 mov r5, r8 ! restore old r8 135 lds r0, pr ! restore old pr
|
D | entry.S | 197 lds k2, pr ! restore pr 210 ! - restore r0, r1, r2, r3, r4, r5, r6, r7 from the stack 212 ! - restore r8, r9, r10, r11, r12, r13, r14, r15 from the stack 213 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 257 lds k2, pr ! restore pr
|
/Linux-v4.19/arch/sparc/kernel/ |
D | wof.S | 117 restore %g0, %g0, %g0 ! go back into trap window 120 mov %saved_g5, %g5 ! restore %glob_tmp 121 mov %saved_g6, %g6 ! restore %curptr 122 wr %t_psr, 0x0, %psr ! restore condition codes in %psr 179 restore %g0, %g0, %g0 /* Back to trap window. */ 217 restore %g0, %g0, %g0 275 restore %g0, %g0, %g0 362 restore %g0, %g0, %g0
|
D | wuf.S | 97 restore %g0, %g0, %g0 /* Restore to window 'O' */ 106 restore %g0, %g0, %g0 131 restore %g0, %g0, %g0 /* Restore to window 'W' */ 311 restore %g0, %g0, %g0 313 restore %g0, %g0, %g0
|
D | sun4v_tlb_miss.S | 86 mov %g2, %o1 ! restore %o1 87 mov %g1, %o0 ! restore %o0 88 mov %g5, %o2 ! restore %o2 89 mov %g7, %o3 ! restore %o3 129 mov %g2, %o1 ! restore %o1 130 mov %g1, %o0 ! restore %o0 131 mov %g5, %o2 ! restore %o2 132 mov %g7, %o3 ! restore %o3
|
/Linux-v4.19/arch/x86/crypto/ |
D | aes-i586-asm_32.S | 147 #define restore(a1, a2) \ macro 165 restore(r0,0); \ 167 restore(r0,1); \ 180 restore(r2,0); \ 182 restore(r2,1); \ 200 restore(r0,0); \ 202 restore(r0,1); \ 215 restore(r2,0); \ 217 restore(r2,1); \
|
/Linux-v4.19/arch/arm/kernel/ |
D | entry-ftrace.S | 141 ldmia sp!, {r0-r12} @ restore r0 through r12 142 ldr ip, [sp, #8] @ restore PC 143 ldr lr, [sp, #4] @ restore LR 144 ldr sp, [sp, #0] @ restore SP 161 ldmia sp!, {r0-r12} @ restore r0 through r12 162 ldr ip, [sp, #8] @ restore PC 163 ldr lr, [sp, #4] @ restore LR 164 ldr sp, [sp, #0] @ restore SP
|
D | iwmmxt.S | 235 1: msr cpsr_c, ip @ restore interrupt mode 262 msr cpsr_c, ip @ restore interrupt mode 273 msr cpsr_c, ip @ restore interrupt mode 311 msr cpsr_c, ip @ restore interrupt mode 364 msr cpsr_c, r2 @ restore interrupts
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | notifiers.rst | 10 before hibernation/suspend or after restore/resume, but they require the system 16 resume/restore, but they cannot do it by calling :c:func:`request_firmware()` 33 error occurred during hibernation. Device restore callbacks have been 37 The system is going to restore a hibernation image. If all goes well, 42 An error occurred during restore from hibernation. Device restore
|
/Linux-v4.19/arch/sparc/lib/ |
D | mcount.S | 42 restore 100 restore 116 restore %o0, -8, %i7 124 restore
|
/Linux-v4.19/arch/mips/include/asm/ |
D | fpu.h | 148 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument 154 if (restore && !ret) in own_fpu_inatomic() 160 static inline int own_fpu(int restore) in own_fpu() argument 165 ret = own_fpu_inatomic(restore); in own_fpu()
|
/Linux-v4.19/arch/sparc/power/ |
D | hibernate_asm.S | 43 restore 47 restore 122 restore 123 restore
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | entry.S | 218 s32i a2, a1, PT_WMASK # needed when we restore the reg-file 583 wsr a3, windowstart # restore WINDOWSTART 587 rsr a1, depc # restore stack pointer 589 rotw -1 # we restore a4..a7 590 _bltui a6, 16, 1f # only have to restore current window? 1067 l32i a0, a2, PT_AREG0 # restore a0 1068 xsr a2, depc # restore a2, depc 1120 l32i a7, a2, PT_AREG7 # restore a7 1121 l32i a0, a2, PT_AREG0 # restore a0 1125 1: l32i a7, a2, PT_AREG7 # restore a7 [all …]
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 980 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 981 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 982 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1337 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0/fp1 1338 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 1339 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1400 mov.l (%sp)+,%d0 # restore d0 1404 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0/fp1 1405 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs [all …]
|
D | fplsp.S | 612 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 613 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 614 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 670 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 671 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 672 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 728 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 729 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 730 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 789 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 [all …]
|
/Linux-v4.19/drivers/video/fbdev/via/ |
D | dvi.c | 269 int restore; in viafb_dvi_query_EDID() local 273 restore = viaparinfo->chip_info->tmds_chip_info.tmds_chip_slave_addr; in viafb_dvi_query_EDID() 280 tmds_chip_info.tmds_chip_slave_addr = restore; in viafb_dvi_query_EDID() 292 int i, restore; in dvi_get_panel_size_from_DDCv1() local 297 restore = tmds_chip->tmds_chip_slave_addr; in dvi_get_panel_size_from_DDCv1() 323 tmds_chip->tmds_chip_slave_addr = restore; in dvi_get_panel_size_from_DDCv1()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | ar9003_rtt.c | 208 bool restore; in ar9003_hw_rtt_restore() local 247 restore = false; in ar9003_hw_rtt_restore() 252 restore = ar9003_hw_rtt_force_restore(ah); in ar9003_hw_rtt_restore() 257 return restore; in ar9003_hw_rtt_restore()
|
/Linux-v4.19/arch/sparc/prom/ |
D | cif.S | 28 restore 47 restore %l1, 0, %o0
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | pm.c | 46 if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) { in pxa_pm_enter() 59 pxa_cpu_pm_fns->restore(sleep_save); in pxa_pm_enter()
|
/Linux-v4.19/Documentation/arm/ |
D | kernel_mode_neon.txt | 27 Lazy preserve and restore 30 lazy restore (on both SMP and UP systems). This means that the register file is 33 another core). Lazy restore is implemented by disabling the NEON/VFP unit after 35 instruction is issued, allowing the kernel to step in and perform the restore if 44 mode will hit the lazy restore trap upon next use. This is handled by the 51 preserve/restore mechanism for the kernel mode NEON/VFP register contents. This
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | stanh.S | 117 fmovel %d1,%FPCR |restore users exceptions 157 fmovel %d1,%FPCR |restore users exceptions 165 fmovel %d1,%FPCR |restore users exceptions 179 fmovel %d1,%FPCR |restore users exceptions
|
D | round.S | 135 | 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 original g,r,s [all …]
|
/Linux-v4.19/arch/arm/include/debug/ |
D | omap2plus.S | 71 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR) 72 bic \rd, \rd, #(0xff << 24) @ restore original rd
|
/Linux-v4.19/fs/crypto/ |
D | bio.c | 75 void fscrypt_pullback_bio_page(struct page **page, bool restore) in fscrypt_pullback_bio_page() argument 91 if (restore) in fscrypt_pullback_bio_page()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_pm.c | 48 return pm && pm->restore ? pm->restore(dev) : 0; in do_scsi_restore() 350 .restore = scsi_bus_restore,
|