/Linux-v4.19/arch/arm/plat-samsung/ |
D | pm-debug.c | 27 struct pm_uart_save *save) {} in s3c_pm_arch_update_uart() argument 65 struct pm_uart_save *save = &uart_save; in s3c_pm_save_uarts() local 67 save->ulcon = __raw_readl(regs + S3C2410_ULCON); in s3c_pm_save_uarts() 68 save->ucon = __raw_readl(regs + S3C2410_UCON); in s3c_pm_save_uarts() 69 save->ufcon = __raw_readl(regs + S3C2410_UFCON); in s3c_pm_save_uarts() 70 save->umcon = __raw_readl(regs + S3C2410_UMCON); in s3c_pm_save_uarts() 71 save->ubrdiv = __raw_readl(regs + S3C2410_UBRDIV); in s3c_pm_save_uarts() 74 save->udivslot = __raw_readl(regs + S3C2443_DIVSLOT); in s3c_pm_save_uarts() 77 regs, save->ulcon, save->ucon, save->ufcon, save->ubrdiv); in s3c_pm_save_uarts() 83 struct pm_uart_save *save = &uart_save; in s3c_pm_restore_uarts() local [all …]
|
/Linux-v4.19/arch/x86/kvm/ |
D | svm.c | 742 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer() 824 svm->int3_rip = rip + svm->vmcb->save.cs.base; in svm_queue_exception() 1167 svm->vmcb->save.rflags &= ~X86_EFLAGS_TF; in disable_nmi_singlestep() 1169 svm->vmcb->save.rflags &= ~X86_EFLAGS_RF; in disable_nmi_singlestep() 1485 struct vmcb_save_area *save = &svm->vmcb->save; in init_vmcb() local 1550 init_seg(&save->es); in init_vmcb() 1551 init_seg(&save->ss); in init_vmcb() 1552 init_seg(&save->ds); in init_vmcb() 1553 init_seg(&save->fs); in init_vmcb() 1554 init_seg(&save->gs); in init_vmcb() [all …]
|
/Linux-v4.19/arch/arm/mach-s3c64xx/include/mach/ |
D | pm-core.h | 67 struct pm_uart_save *save) in s3c_pm_arch_update_uart() argument 71 u32 save_clk = save->ucon & S3C6400_UCON_CLKMASK; in s3c_pm_arch_update_uart() 78 save->ucon |= S3C2410_UCON_TXILEVEL | S3C2410_UCON_RXILEVEL; in s3c_pm_arch_update_uart() 86 new_ucon = save->ucon; in s3c_pm_arch_update_uart() 103 ucon, new_ucon, save->ucon); in s3c_pm_arch_update_uart() 104 save->ucon = new_ucon; in s3c_pm_arch_update_uart()
|
/Linux-v4.19/arch/ia64/lib/ |
D | xor.S | 22 .save ar.pfs, r31 24 .save ar.lc, r30 26 .save pr, r29 60 .save ar.pfs, r31 62 .save ar.lc, r30 64 .save pr, r29 101 .save ar.pfs, r31 103 .save ar.lc, r30 105 .save pr, r29 145 .save ar.pfs, r31 [all …]
|
/Linux-v4.19/arch/arm/common/ |
D | sa1111.c | 981 struct sa1111_save_data *save; in sa1111_suspend_noirq() local 986 save = kmalloc(sizeof(struct sa1111_save_data), GFP_KERNEL); in sa1111_suspend_noirq() 987 if (!save) in sa1111_suspend_noirq() 989 sachip->saved_state = save; in sa1111_suspend_noirq() 997 save->skcr = readl_relaxed(base + SA1111_SKCR); in sa1111_suspend_noirq() 998 save->skpcr = readl_relaxed(base + SA1111_SKPCR); in sa1111_suspend_noirq() 999 save->skcdr = readl_relaxed(base + SA1111_SKCDR); in sa1111_suspend_noirq() 1000 save->skaud = readl_relaxed(base + SA1111_SKAUD); in sa1111_suspend_noirq() 1001 save->skpwm0 = readl_relaxed(base + SA1111_SKPWM0); in sa1111_suspend_noirq() 1002 save->skpwm1 = readl_relaxed(base + SA1111_SKPWM1); in sa1111_suspend_noirq() [all …]
|
D | locomo.c | 279 struct locomo_save_data *save; in locomo_suspend() local 282 save = kmalloc(sizeof(struct locomo_save_data), GFP_KERNEL); in locomo_suspend() 283 if (!save) in locomo_suspend() 286 lchip->saved_state = save; in locomo_suspend() 290 save->LCM_GPO = locomo_readl(lchip->base + LOCOMO_GPO); /* GPIO */ in locomo_suspend() 292 save->LCM_SPICT = locomo_readl(lchip->base + LOCOMO_SPI + LOCOMO_SPICT); /* SPI */ in locomo_suspend() 294 save->LCM_GPE = locomo_readl(lchip->base + LOCOMO_GPE); /* GPIO */ in locomo_suspend() 296 save->LCM_ASD = locomo_readl(lchip->base + LOCOMO_ASD); /* ADSTART */ in locomo_suspend() 298 save->LCM_SPIMD = locomo_readl(lchip->base + LOCOMO_SPI + LOCOMO_SPIMD); /* SPI */ in locomo_suspend() 323 struct locomo_save_data *save; in locomo_resume() local [all …]
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | isp.S | 1043 mov.l %d0,EXC_A0(%a6) # save incremented value 1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error 1046 mov.b &0x0,EXC_SAVREG(%a6) # save regno, too 1054 mov.l %d0,EXC_A1(%a6) # save incremented value 1056 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error 1057 mov.b &0x1,EXC_SAVREG(%a6) # save regno, too 1065 mov.l %d0,EXC_A2(%a6) # save incremented value 1067 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error 1068 mov.b &0x2,EXC_SAVREG(%a6) # save regno, too 1076 mov.l %d0,EXC_A3(%a6) # save incremented value [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
D | agp.c | 60 u32 save[2]; in nvkm_agp_preinit() local 72 save[0] = nvkm_pci_rd32(pci, 0x0004); in nvkm_agp_preinit() 73 nvkm_pci_wr32(pci, 0x0004, save[0] & ~0x00000004); in nvkm_agp_preinit() 77 save[1] = nvkm_mask(device, 0x000200, 0x00011100, 0x00000000); in nvkm_agp_preinit() 78 nvkm_mask(device, 0x000200, 0x00011100, save[1]); in nvkm_agp_preinit() 81 nvkm_pci_wr32(pci, 0x0004, save[0]); in nvkm_agp_preinit()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | wuf.S | 113 save %g0, %g0, %g0 114 save %g0, %g0, %g0 160 save %g0, %g0, %g0 167 save %g0, %g0, %g0 205 save %g0, %g0, %g0 /* Save to window 'O' */ 206 save %g0, %g0, %g0 /* Save to window 'T' */ 276 save %g0, %g0, %g0 277 save %g0, %g0, %g0
|
/Linux-v4.19/arch/sh/kernel/cpu/sh3/ |
D | swsusp.S | 93 ! - save registers in swsusp_arch_regs_cpu0 97 sts pr, r0 ! save pr in r0 98 mov r15, r2 ! save sp in r2 99 mov r8, r5 ! save r8 in r5 101 ldc r1, ssr ! save sr in ssr 106 add r3, r15 ! save from top of structure 112 jsr @r1 ! switch to bank1 and save bank1 r7->r0 119 jsr @k1 ! switch to bank0 and save all regs
|
/Linux-v4.19/fs/ext4/ |
D | xattr.h | 139 static inline void ext4_write_lock_xattr(struct inode *inode, int *save) in ext4_write_lock_xattr() argument 142 *save = ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_lock_xattr() 146 static inline int ext4_write_trylock_xattr(struct inode *inode, int *save) in ext4_write_trylock_xattr() argument 150 *save = ext4_test_inode_state(inode, EXT4_STATE_NO_EXPAND); in ext4_write_trylock_xattr() 155 static inline void ext4_write_unlock_xattr(struct inode *inode, int *save) in ext4_write_unlock_xattr() argument 157 if (*save == 0) in ext4_write_unlock_xattr()
|
/Linux-v4.19/drivers/pci/ |
D | vc.c | 25 u32 *buf, int dwords, bool save) in pci_vc_save_restore_dwords() argument 30 if (save) in pci_vc_save_restore_dwords() 185 bool save) in pci_vc_do_save_buffer() argument 194 pci_vc_do_save_buffer(dev, pos, NULL, save)) { in pci_vc_do_save_buffer() 214 if (save) in pci_vc_do_save_buffer() 252 size / 4, save); in pci_vc_do_save_buffer() 257 if (!save) in pci_vc_do_save_buffer() 299 size / 4, save); in pci_vc_do_save_buffer() 309 if (save) in pci_vc_do_save_buffer()
|
/Linux-v4.19/arch/parisc/math-emu/ |
D | sfadd.c | 56 register unsigned int signless_upper_left, signless_upper_right, save; in sgl_fadd() local 70 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd() 81 if (Sgl_isinfinity(right) && save!=0) in sgl_fadd() 172 Sgl_xorfromintp1(save,right,/*to*/right); in sgl_fadd() 173 Sgl_xorfromintp1(save,left,/*to*/left); in sgl_fadd() 224 if( (/*signed*/int) save < 0 ) in sgl_fadd() 290 if( (/*signed*/int) save < 0 ) in sgl_fadd()
|
D | sfsub.c | 56 register unsigned int signless_upper_left, signless_upper_right, save; in sgl_fsub() local 68 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub() 79 if (Sgl_isinfinity(right) && save==0) in sgl_fsub() 171 Sgl_xorfromintp1(save,right,/*to*/right); in sgl_fsub() 172 Sgl_xorfromintp1(save,left,/*to*/left); in sgl_fsub() 226 if( (/*signed*/int) save >= 0 ) in sgl_fsub() 293 if( (/*signed*/int) save >= 0 ) in sgl_fsub()
|
D | dfadd.c | 54 register unsigned int signless_upper_left, signless_upper_right, save; in dbl_fadd() local 69 Dbl_xortointp1(leftp1,rightp1,/*to*/save); in dbl_fadd() 80 if (Dbl_isinfinity(rightp1,rightp2) && save!=0) in dbl_fadd() 171 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1); in dbl_fadd() 172 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1); in dbl_fadd() 225 if( (/*signed*/int) save < 0 ) in dbl_fadd() 294 if( (/*signed*/int) save < 0 ) in dbl_fadd()
|
D | dfsub.c | 55 register unsigned int signless_upper_left, signless_upper_right, save; in dbl_fsub() local 69 Dbl_xortointp1(leftp1,rightp1,/*to*/save); in dbl_fsub() 80 if (Dbl_isinfinity(rightp1,rightp2) && save==0) in dbl_fsub() 172 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1); in dbl_fsub() 173 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1); in dbl_fsub() 228 if( (/*signed*/int) save >= 0 ) in dbl_fsub() 297 if( (/*signed*/int) save >= 0 ) in dbl_fsub()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | fpu.h | 170 static inline void lose_fpu_inatomic(int save, struct task_struct *tsk) in lose_fpu_inatomic() argument 173 if (save) { in lose_fpu_inatomic() 182 if (save) in lose_fpu_inatomic() 194 static inline void lose_fpu(int save) in lose_fpu() argument 197 lose_fpu_inatomic(save, current); in lose_fpu()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | fpstate.h | 58 unsigned int save[FP_HARD_SIZE]; /* as yet undefined */ member 64 unsigned int save[FP_SOFT_SIZE]; /* undefined information */ member 70 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; member
|
/Linux-v4.19/arch/x86/crypto/ |
D | aes-i586-asm_32.S | 144 #define save(a1, a2) \ macro 159 save (0,r1); \ 160 save (1,r5); \ 174 save (0,r1); \ 175 save (1,r5); \ 194 save (0,r1); \ 195 save (1,r5); \ 209 save (0,r1); \ 210 save (1,r5); \
|
/Linux-v4.19/arch/arm/vfp/ |
D | vfphw.S | 105 @ On UP, we lazily save the VFP context. As a different 106 @ thread wants ownership of the VFP hardware, save the old 116 VFPFSTMIA r4, r5 @ save the working registers 119 tst r1, #FPEXC_EX @ is there additional state to save? 127 stmia r4, {r1, r5, r6, r8} @ save FPEXC, FPSCR, FPINST, FPINST2 132 @ need to reload it. No need to save the old state as on SMP, 133 @ we always save the state when we switch away from a thread.
|
/Linux-v4.19/drivers/pinctrl/samsung/ |
D | pinctrl-exynos.c | 602 struct exynos_eint_gpio_save *save = bank->soc_priv; in exynos_pinctrl_suspend_bank() local 605 save->eint_con = readl(regs + EXYNOS_GPIO_ECON_OFFSET in exynos_pinctrl_suspend_bank() 607 save->eint_fltcon0 = readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET in exynos_pinctrl_suspend_bank() 609 save->eint_fltcon1 = readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET in exynos_pinctrl_suspend_bank() 612 pr_debug("%s: save con %#010x\n", bank->name, save->eint_con); in exynos_pinctrl_suspend_bank() 613 pr_debug("%s: save fltcon0 %#010x\n", bank->name, save->eint_fltcon0); in exynos_pinctrl_suspend_bank() 614 pr_debug("%s: save fltcon1 %#010x\n", bank->name, save->eint_fltcon1); in exynos_pinctrl_suspend_bank() 644 struct exynos_eint_gpio_save *save = bank->soc_priv; in exynos_pinctrl_resume_bank() local 649 + bank->eint_offset), save->eint_con); in exynos_pinctrl_resume_bank() 652 + 2 * bank->eint_offset), save->eint_fltcon0); in exynos_pinctrl_resume_bank() [all …]
|
/Linux-v4.19/arch/arm/lib/ |
D | memmove.S | 41 UNWIND( .save {r0, r4, lr} ) @ in first stmfd block 57 UNWIND( .save {r0, r4, lr} ) 58 UNWIND( .save {r5 - r8} ) @ in second stmfd block 114 UNWIND( .save {r0, r4, lr} ) @ still in first stmfd block 148 UNWIND( .save {r0, r4, lr} ) @ still in first stmfd block 161 UNWIND( .save {r0, r4, lr} ) 162 UNWIND( .save {r5 - r9} ) @ in new second stmfd block 200 UNWIND( .save {r0, r4, lr} ) @ still in first stmfd block
|
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 82 add r0, r10, #TI_CRUNCH_STATE @ get task crunch save area 94 beq crunch_load @ no owner, skip save 97 cfstr64 mvdx0, [r1, #CRUNCH_MVDX0] @ save 64b registers 118 cfmv32al mvfx0, mvax0 @ save 72b accumulators 143 cfmv32sc mvdx0, dspsc @ save status word 219 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area 263 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area 268 @ current crunch values are in the task save area 296 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
|
/Linux-v4.19/drivers/iio/dac/ |
D | m62332.c | 38 u8 save[M62332_CHANNELS]; member 144 data->save[0] = data->raw[0]; in m62332_suspend() 145 data->save[1] = data->raw[1]; in m62332_suspend() 161 ret = m62332_set_value(indio_dev, data->save[0], 0); in m62332_resume() 165 return m62332_set_value(indio_dev, data->save[1], 1); in m62332_resume()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgp100.c | 58 u32 save = nvkm_rd32(device, 0x9a065c) & 0x000000f0; in gp100_ram_init() local 60 if (i != save >> 4) { in gp100_ram_init() 65 nvkm_mask(device, 0x9a065c, 0x000000f0, save); in gp100_ram_init()
|