/linux-4.4.14/arch/arm/plat-samsung/ |
D | pm-debug.c | 31 struct pm_uart_save *save) {} in s3c_pm_arch_update_uart() argument 69 struct pm_uart_save *save = &uart_save; in s3c_pm_save_uarts() local 71 save->ulcon = __raw_readl(regs + S3C2410_ULCON); in s3c_pm_save_uarts() 72 save->ucon = __raw_readl(regs + S3C2410_UCON); in s3c_pm_save_uarts() 73 save->ufcon = __raw_readl(regs + S3C2410_UFCON); in s3c_pm_save_uarts() 74 save->umcon = __raw_readl(regs + S3C2410_UMCON); in s3c_pm_save_uarts() 75 save->ubrdiv = __raw_readl(regs + S3C2410_UBRDIV); in s3c_pm_save_uarts() 78 save->udivslot = __raw_readl(regs + S3C2443_DIVSLOT); in s3c_pm_save_uarts() 81 regs, save->ulcon, save->ucon, save->ufcon, save->ubrdiv); in s3c_pm_save_uarts() 87 struct pm_uart_save *save = &uart_save; in s3c_pm_restore_uarts() local [all …]
|
D | pm-gpio.c | 66 .save = samsung_gpio_pm_1bit_save, 193 .save = samsung_gpio_pm_2bit_save, 304 .save = samsung_gpio_pm_4bit_save, 317 if (pm == NULL || pm->save == NULL) in samsung_pm_save_gpio() 320 pm->save(ourchip); in samsung_pm_save_gpio()
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 481 to_svm(vcpu)->vmcb->save.efer = efer | EFER_SVME; in svm_set_efer() 561 svm->int3_rip = rip + svm->vmcb->save.cs.base; in svm_queue_exception() 1004 struct vmcb_save_area *save = &svm->vmcb->save; in init_vmcb() local 1055 init_seg(&save->es); in init_vmcb() 1056 init_seg(&save->ss); in init_vmcb() 1057 init_seg(&save->ds); in init_vmcb() 1058 init_seg(&save->fs); in init_vmcb() 1059 init_seg(&save->gs); in init_vmcb() 1061 save->cs.selector = 0xf000; in init_vmcb() 1062 save->cs.base = 0xffff0000; in init_vmcb() [all …]
|
/linux-4.4.14/arch/arm/mach-s3c64xx/include/mach/ |
D | pm-core.h | 64 struct pm_uart_save *save) in s3c_pm_arch_update_uart() argument 68 u32 save_clk = save->ucon & S3C6400_UCON_CLKMASK; in s3c_pm_arch_update_uart() 75 save->ucon |= S3C2410_UCON_TXILEVEL | S3C2410_UCON_RXILEVEL; in s3c_pm_arch_update_uart() 83 new_ucon = save->ucon; in s3c_pm_arch_update_uart() 100 ucon, new_ucon, save->ucon); in s3c_pm_arch_update_uart() 101 save->ucon = new_ucon; in s3c_pm_arch_update_uart()
|
/linux-4.4.14/arch/ia64/lib/ |
D | xor.S | 21 .save ar.pfs, r31 23 .save ar.lc, r30 25 .save pr, r29 58 .save ar.pfs, r31 60 .save ar.lc, r30 62 .save pr, r29 98 .save ar.pfs, r31 100 .save ar.lc, r30 102 .save pr, r29 141 .save ar.pfs, r31 [all …]
|
D | copy_page.S | 39 .save ar.pfs, saved_pfs 46 .save ar.lc, saved_lc 51 .save pr, saved_pr
|
D | flush.S | 41 .save ar.lc,r3 95 .save ar.lc,r3
|
D | strlen.S | 83 .save ar.pfs, saved_pfs 91 .save pr, saved_pr
|
D | do_csum.S | 128 .save ar.pfs, saved_pfs 136 .save pr, saved_pr 155 .save ar.lc, saved_lc
|
D | strlen_user.S | 85 .save ar.pfs, saved_pfs 93 .save pr, saved_pr
|
D | ip_fast_csum.S | 80 .save ar.pfs, r35 82 .save rp, r34
|
D | clear_user.S | 56 .save ar.pfs, saved_pfs 59 .save ar.lc, saved_lc
|
D | memcpy.S | 48 .save ar.pfs, saved_pfs 50 .save ar.lc, saved_lc 56 .save pr, saved_pr
|
D | strnlen_user.S | 20 .save ar.lc, r16
|
D | copy_page_mck.S | 107 .save ar.lc, saved_lc 109 .save pr, saved_pr
|
D | memcpy_mck.S | 109 .save ar.pfs, saved_pfs 111 .save pr, saved_pr 118 .save ar.lc, saved_lc 277 .save ar.pfs, saved_pfs 279 .save ar.lc, saved_lc 281 .save pr, saved_pr
|
D | clear_page.S | 36 .save ar.lc, saved_lc
|
D | copy_user.S | 75 .save ar.pfs, saved_pfs 86 .save ar.lc, saved_lc 92 .save pr, saved_pr
|
/linux-4.4.14/arch/arm/common/ |
D | sa1111.c | 875 struct sa1111_save_data *save; in sa1111_suspend() local 880 save = kmalloc(sizeof(struct sa1111_save_data), GFP_KERNEL); in sa1111_suspend() 881 if (!save) in sa1111_suspend() 883 sachip->saved_state = save; in sa1111_suspend() 891 save->skcr = sa1111_readl(base + SA1111_SKCR); in sa1111_suspend() 892 save->skpcr = sa1111_readl(base + SA1111_SKPCR); in sa1111_suspend() 893 save->skcdr = sa1111_readl(base + SA1111_SKCDR); in sa1111_suspend() 894 save->skaud = sa1111_readl(base + SA1111_SKAUD); in sa1111_suspend() 895 save->skpwm0 = sa1111_readl(base + SA1111_SKPWM0); in sa1111_suspend() 896 save->skpwm1 = sa1111_readl(base + SA1111_SKPWM1); in sa1111_suspend() [all …]
|
D | locomo.c | 280 struct locomo_save_data *save; in locomo_suspend() local 283 save = kmalloc(sizeof(struct locomo_save_data), GFP_KERNEL); in locomo_suspend() 284 if (!save) in locomo_suspend() 287 lchip->saved_state = save; in locomo_suspend() 291 save->LCM_GPO = locomo_readl(lchip->base + LOCOMO_GPO); /* GPIO */ in locomo_suspend() 293 save->LCM_SPICT = locomo_readl(lchip->base + LOCOMO_SPI + LOCOMO_SPICT); /* SPI */ in locomo_suspend() 295 save->LCM_GPE = locomo_readl(lchip->base + LOCOMO_GPE); /* GPIO */ in locomo_suspend() 297 save->LCM_ASD = locomo_readl(lchip->base + LOCOMO_ASD); /* ADSTART */ in locomo_suspend() 299 save->LCM_SPIMD = locomo_readl(lchip->base + LOCOMO_SPI + LOCOMO_SPIMD); /* SPI */ in locomo_suspend() 324 struct locomo_save_data *save; in locomo_resume() local [all …]
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | board-autcpu12.c | 218 unsigned int save[2]; in autcpu12_nvram_init() local 231 save[0] = readl(nvram + 0); in autcpu12_nvram_init() 232 save[1] = readl(nvram + SZ_64K); in autcpu12_nvram_init() 233 writel(~save[0], nvram + SZ_64K); in autcpu12_nvram_init() 234 if (readl(nvram + 0) != save[0]) { in autcpu12_nvram_init() 235 writel(save[0], nvram + 0); in autcpu12_nvram_init() 238 writel(save[1], nvram + SZ_64K); in autcpu12_nvram_init()
|
/linux-4.4.14/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-4.4.14/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 …]
|
D | fplsp.S | 565 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 566 fmovm.l %fpcr,%fpsr,USER_FPCR(%a6) # save ctrl regs 567 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1 622 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 623 fmovm.l %fpcr,%fpsr,USER_FPCR(%a6) # save ctrl regs 624 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1 680 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 681 fmovm.l %fpcr,%fpsr,USER_FPCR(%a6) # save ctrl regs 682 fmovm.x &0xc0,EXC_FP0(%a6) # save fp0/fp1 742 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 [all …]
|
D | ilsp.S | 84 # If the operands are signed, make them unsigned and save the # 111 movm.l &0x3f00,-(%sp) # save d2-d7 112 # fmovm.l &0x0,-(%sp) # save no fpregs 126 movm.l &0x3f00,-(%sp) # save d2-d7 127 # fmovm.l &0x0,-(%sp) # save no fpregs 145 # save the sign of the divisor 156 slt NDIVIDEND(%a6) # save sign of dividend 389 mov.l %d5, -(%sp) # save %d5 (%d6 already saved) 513 movm.l &0x3800,-(%sp) # save d2-d4 514 # fmovm.l &0x0,-(%sp) # save no fpregs [all …]
|
D | fpsp.S | 929 mov.b %d0,DTAG(%a6) # save dst optype tag 1225 mov.l %a0,EXC_A7(%a6) # save on stack 1276 mov.b %d0,STAG(%a6) # save src optype tag 1357 # save the result in the proper fp reg (unless the op is fcmp or ftst); 1399 mov.l %d0,-(%sp) # save d0 1587 # the extended precision result is still in fp0. but, we need to save it 1707 fmovm.x &0x40,FP_SRC(%a6) # save EXOP to the stack 1788 fmovm.x &0x40,FP_SRC(%a6) # save EXOP to the stack 1840 mov.b %d0,DTAG(%a6) # save dst optype tag 1935 # save the result in the proper fp reg (unless the op is fcmp or ftst); [all …]
|
D | pfpsp.S | 928 mov.b %d0,DTAG(%a6) # save dst optype tag 1224 mov.l %a0,EXC_A7(%a6) # save on stack 1275 mov.b %d0,STAG(%a6) # save src optype tag 1356 # save the result in the proper fp reg (unless the op is fcmp or ftst); 1398 mov.l %d0,-(%sp) # save d0 1586 # the extended precision result is still in fp0. but, we need to save it 1706 fmovm.x &0x40,FP_SRC(%a6) # save EXOP to the stack 1787 fmovm.x &0x40,FP_SRC(%a6) # save EXOP to the stack 1839 mov.b %d0,DTAG(%a6) # save dst optype tag 1934 # save the result in the proper fp reg (unless the op is fcmp or ftst); [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | wuf.S | 112 save %g0, %g0, %g0 113 save %g0, %g0, %g0 159 save %g0, %g0, %g0 166 save %g0, %g0, %g0 204 save %g0, %g0, %g0 /* Save to window 'O' */ 205 save %g0, %g0, %g0 /* Save to window 'T' */ 275 save %g0, %g0, %g0 276 save %g0, %g0, %g0
|
D | wof.S | 75 mov %g5, %saved_g5 ! save away global temp register 76 mov %g6, %saved_g6 ! save away 'current' ptr register 96 save %g0, %g0, %g0 ! Go where saving will occur 109 save %g0, %g0, %g0 ! save into the window to stash away 143 save %g0, %g0, %g0 ! Go to where the saving will occur
|
D | sun4v_tlb_miss.S | 75 mov %o0, %g1 ! save %o0 76 mov %o1, %g2 ! save %o1 77 mov %o2, %g5 ! save %o2 78 mov %o3, %g7 ! save %o3 118 mov %o0, %g1 ! save %o0 119 mov %o1, %g2 ! save %o1 120 mov %o2, %g5 ! save %o2 121 mov %o3, %g7 ! save %o3
|
D | etrap_32.S | 117 save %g0, %g0, %g0 212 save %g0, %g0, %g0 269 LEON_PI(lda [%glob_tmp] ASI_LEON_MMUREGS, %glob_tmp)! save away status of winstore 270 SUN_PI_(lda [%glob_tmp] ASI_M_MMUREGS, %glob_tmp) ! save away status of winstore
|
D | entry.S | 36 #define _SV save %sp, -STACKFRAME_SZ, %sp 1170 save %sp, -STACKFRAME_SZ, %sp 1183 save %sp, -STACKFRAME_SZ, %sp 1274 srl %o3, 1, %o4 ! simulate a save 1280 srl %o3, 1, %o4 ! begin another save simulation 1347 save %sp, -0x40, %sp 1348 save %sp, -0x40, %sp 1349 save %sp, -0x40, %sp 1350 save %sp, -0x40, %sp 1351 save %sp, -0x40, %sp [all …]
|
D | utrap.S | 19 save %sp, -128, %sp
|
D | helpers.S | 8 1: save %sp, -128, %sp
|
D | rtrap_32.S | 199 save %g0, %g0, %g0 247 save %g0, %g0, %g0
|
/linux-4.4.14/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-4.4.14/arch/mips/include/asm/ |
D | fpu.h | 167 static inline void lose_fpu_inatomic(int save, struct task_struct *tsk) in lose_fpu_inatomic() argument 170 if (save) { in lose_fpu_inatomic() 179 if (save) in lose_fpu_inatomic() 187 static inline void lose_fpu(int save) in lose_fpu() argument 190 lose_fpu_inatomic(save, current); in lose_fpu()
|
/linux-4.4.14/drivers/pci/ |
D | vc.c | 28 u32 *buf, int dwords, bool save) in pci_vc_save_restore_dwords() argument 33 if (save) in pci_vc_save_restore_dwords() 188 bool save) in pci_vc_do_save_buffer() argument 197 pci_vc_do_save_buffer(dev, pos, NULL, save)) { in pci_vc_do_save_buffer() 218 if (save) in pci_vc_do_save_buffer() 256 size / 4, save); in pci_vc_do_save_buffer() 261 if (!save) in pci_vc_do_save_buffer() 303 size / 4, save); in pci_vc_do_save_buffer() 313 if (save) in pci_vc_do_save_buffer()
|
/linux-4.4.14/arch/parisc/math-emu/ |
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 | 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 | 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()
|
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 | fmpyfadd.c | 72 unsigned int signlessleft1, signlessright1, save; in dbl_fmpyfadd() local 479 Dblext_xortointp1(tmpresp1,rightp1,/*to*/save); in dbl_fmpyfadd() 492 Dblext_xorfromintp1(save,rightp1,/*to*/rightp1); in dbl_fmpyfadd() 493 Dblext_xorfromintp1(save,tmpresp1,/*to*/tmpresp1); in dbl_fmpyfadd() 522 if ((int)save < 0) { in dbl_fmpyfadd() 731 unsigned int signlessleft1, signlessright1, save; local 1139 Dblext_xortointp1(tmpresp1,rightp1,/*to*/save); 1152 Dblext_xorfromintp1(save,rightp1,/*to*/rightp1); 1153 Dblext_xorfromintp1(save,tmpresp1,/*to*/tmpresp1); 1182 if ((int)save < 0) { [all …]
|
/linux-4.4.14/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
|
D | assembler.h | 111 .macro asm_trace_hardirqs_off, save=1 113 .if \save 117 .if \save 123 .macro asm_trace_hardirqs_on, cond=al, save=1 129 .if \save 133 .if \save 139 .macro disable_irq, save=1 141 asm_trace_hardirqs_off \save
|
D | tls.h | 16 str \tmp2, [\base, #TI_TP_VALUE + 4] @ save it 28 strne \tmp2, [\base, #TI_TP_VALUE + 4] @ save it
|
/linux-4.4.14/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-4.4.14/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-4.4.14/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
|
D | lib1funcs.S | 57 @ to save one loop in most cases. 261 eor ip, r0, r1 @ save the sign of the result. 327 UNWIND(.save {r0, r1, ip, lr} ) 341 UNWIND(.save {r0, r1, ip, lr} ) 357 UNWIND(.save {lr})
|
D | memzero.S | 54 UNWIND( .save {lr} ) 86 UNWIND( .save {r4-r7, lr} )
|
D | memset.S | 42 UNWIND( .save {r8, lr} ) 74 UNWIND( .save {r4-r8, lr} )
|
D | csumpartial.S | 25 td1 .req r4 @ save before use 26 td2 .req r5 @ save before use
|
D | clear_user.S | 25 UNWIND(.save {r1, lr})
|
D | memcpy.S | 53 UNWIND( .save {r0, \reg1, \reg2} )
|
D | copy_from_user.S | 82 UNWIND( .save {r0, r2, r3, \reg1, \reg2} )
|
D | copy_to_user.S | 85 UNWIND( .save {r0, r2, r3, \reg1, \reg2} )
|
D | copy_template.S | 97 UNWIND( .save {r5 - r8} ) @ in second stmfd block 216 UNWIND( .save {r5 - r9} ) @ in new second stmfd block
|
/linux-4.4.14/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-4.4.14/arch/sparc/lib/ |
D | mcount.S | 34 save %sp, -176, %sp 56 save %sp, -176, %sp 82 save %sp, -176, %sp 117 save %sp, -176, %sp
|
D | muldi3.S | 24 save %sp, -104, %sp
|
D | xor.S | 246 save %sp, -192, %sp 353 save %sp, -192, %sp 398 save %sp, -192, %sp 459 save %sp, -192, %sp 541 save %sp, -192, %sp
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | gmc_v8_0.h | 31 struct amdgpu_mode_mc_save *save); 33 struct amdgpu_mode_mc_save *save);
|
D | gmc_v7_0.h | 31 struct amdgpu_mode_mc_save *save); 33 struct amdgpu_mode_mc_save *save);
|
D | cik.c | 1160 struct amdgpu_mode_mc_save save; in cik_gpu_soft_reset() local 1199 gmc_v7_0_mc_stop(adev, &save); in cik_gpu_soft_reset() 1274 gmc_v7_0_mc_resume(adev, &save); in cik_gpu_soft_reset() 1287 struct kv_reset_save_regs *save) in kv_save_regs_for_reset() argument 1289 save->gmcon_reng_execute = RREG32(mmGMCON_RENG_EXECUTE); in kv_save_regs_for_reset() 1290 save->gmcon_misc = RREG32(mmGMCON_MISC); in kv_save_regs_for_reset() 1291 save->gmcon_misc3 = RREG32(mmGMCON_MISC3); in kv_save_regs_for_reset() 1293 WREG32(mmGMCON_RENG_EXECUTE, save->gmcon_reng_execute & in kv_save_regs_for_reset() 1295 WREG32(mmGMCON_MISC, save->gmcon_misc & in kv_save_regs_for_reset() 1301 struct kv_reset_save_regs *save) in kv_restore_regs_for_reset() argument [all …]
|
D | gmc_v8_0.c | 151 struct amdgpu_mode_mc_save *save) in gmc_v8_0_mc_stop() argument 156 amdgpu_display_stop_mc_access(adev, save); in gmc_v8_0_mc_stop() 174 struct amdgpu_mode_mc_save *save) in gmc_v8_0_mc_resume() argument 188 amdgpu_display_resume_mc_access(adev, save); in gmc_v8_0_mc_resume() 337 struct amdgpu_mode_mc_save save; in gmc_v8_0_mc_program() local 354 gmc_v8_0_mc_stop(adev, &save); in gmc_v8_0_mc_program() 378 gmc_v8_0_mc_resume(adev, &save); in gmc_v8_0_mc_program() 1186 struct amdgpu_mode_mc_save save; in gmc_v8_0_soft_reset() local 1205 gmc_v8_0_mc_stop(adev, &save); in gmc_v8_0_soft_reset() 1226 gmc_v8_0_mc_resume(adev, &save); in gmc_v8_0_soft_reset()
|
D | gmc_v7_0.c | 101 struct amdgpu_mode_mc_save *save) in gmc_v7_0_mc_stop() argument 106 amdgpu_display_stop_mc_access(adev, save); in gmc_v7_0_mc_stop() 124 struct amdgpu_mode_mc_save *save) in gmc_v7_0_mc_resume() argument 138 amdgpu_display_resume_mc_access(adev, save); in gmc_v7_0_mc_resume() 296 struct amdgpu_mode_mc_save save; in gmc_v7_0_mc_program() local 313 gmc_v7_0_mc_stop(adev, &save); in gmc_v7_0_mc_program() 337 gmc_v7_0_mc_resume(adev, &save); in gmc_v7_0_mc_program() 1228 struct amdgpu_mode_mc_save save; in gmc_v7_0_soft_reset() local 1246 gmc_v7_0_mc_stop(adev, &save); in gmc_v7_0_soft_reset() 1267 gmc_v7_0_mc_resume(adev, &save); in gmc_v7_0_soft_reset()
|
D | vi.c | 699 struct amdgpu_mode_mc_save save; in vi_gpu_soft_reset() local 746 gmc_v8_0_mc_stop(adev, &save); in vi_gpu_soft_reset() 846 gmc_v8_0_mc_resume(adev, &save); in vi_gpu_soft_reset() 854 struct amdgpu_mode_mc_save save; in vi_gpu_pci_config_reset() local 903 gmc_v8_0_mc_stop(adev, &save); in vi_gpu_pci_config_reset()
|
/linux-4.4.14/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-4.4.14/arch/c6x/kernel/ |
D | entry.S | 51 STW .D2T2 B0,*SP--[2] ; save original B0 57 STW .D2T2 B1,*+SP[1] ; save original B1 62 [B0] STDW .D2T2 SP:DP,*--B1[1] ; user: save user sp/dp kstack 64 ||[!B0] STDW .D2T2 SP:DP,*--SP[1] ; kernel: save on current stack 69 || STDW .D2T1 A15:A14,*SP--[16] ; save A15:A14 114 STDW .D2T2 B13:B12,*SP--[1] ; save PC and CSR 116 STDW .D2T2 B11:B10,*SP--[1] ; save RILC and ILC 117 STDW .D2T1 A5:A4,*SP--[1] ; save TSR and orig A4 120 ;; It is used to save whether or not this frame is due to 179 STW .D1T1 A14,*A15 ; save kernel stack pointer [all …]
|
/linux-4.4.14/arch/arm/kernel/ |
D | iwmmxt.S | 89 add r0, r10, #TI_IWMMXT_STATE @ get task Concan save area 109 beq concan_load @ no owner, skip save 204 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 256 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 261 @ current Concan values are in the task save area 270 mov r2, #3 @ save all regs 294 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 333 add r3, r0, #TI_IWMMXT_STATE @ get next task Concan save area 360 add r0, r0, #TI_IWMMXT_STATE @ get task Concan save area
|
D | entry-header.S | 180 str sp, [\rd, #\offset] @ save sp_usr 181 str lr, [\rd, #\offset + 4] @ save lr_usr 327 msr spsr_cxsf, r1 @ save in spsr_svc 346 .macro ct_user_exit, save = 1 348 .if \save 358 .macro ct_user_enter, save = 1 360 .if \save
|
D | sleep.S | 72 stmfd sp!, {r0, r1} @ save suspend func arg and pointer 81 mov r1, r4 @ size of save block 82 add r0, sp, #8 @ pointer to save block
|
D | entry-common.S | 62 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0 100 asm_trace_hardirqs_on save = 0 104 ct_user_enter save = 0 275 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0
|
D | entry-armv.S | 134 str r4, [sp] @ save preserved r0 154 UNWIND(.save {r0 - pc} ) 172 str r3, [sp, #-4]! @ save the "real" r0 copied 333 @ save/restore lr_abt and spsr_abt to make nested aborts safe. 1039 stmia sp, {r0, lr} @ save r0, lr 1041 str lr, [sp, #8] @ save spsr
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-l2x0.c | 43 void (*save)(void __iomem *); member 249 .save = l2c_save, 414 .save = l2c_save, 778 .save = l2c310_save, 886 if (data->save) in __l2c_init() 887 data->save(l2x0_base); in __l2c_init() 925 if (data->save) in l2x0_init() 926 data->save(l2x0_base); in l2x0_init() 1086 .save = l2c_save, 1106 .save = l2c_save, [all …]
|
D | proc-v7m.S | 104 mov r6, lr @ save LR 105 mov r7, sp @ save SP
|
D | proc-v7.S | 224 mrc p15, 1, r6, c15, c1, 0 @ save CP15 - extra features 225 mrc p15, 1, r7, c15, c2, 0 @ save CP15 - Aux Func Modes Ctrl 0 226 mrc p15, 1, r8, c15, c1, 2 @ save CP15 - Aux Debug Modes Ctrl 2 227 mrc p15, 1, r9, c15, c1, 1 @ save CP15 - Aux Debug Modes Ctrl 1 228 mrc p15, 0, r10, c9, c14, 0 @ save CP15 - PMC
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | entry.S | 79 mov r4, lr @ save the failure-return addresses 83 mov r6, r0 @ save the opcode 110 mov r0, r6 @ save a copy
|
/linux-4.4.14/arch/um/drivers/ |
D | chan_user.c | 77 struct termios save, new; in generic_console_write() local 86 CATCH_EINTR(err = tcgetattr(fd, &save)); in generic_console_write() 89 new = save; in generic_console_write() 106 CATCH_EINTR(tcsetattr(fd, TCSAFLUSH, &save)); in generic_console_write()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vectors.S | 73 xsr a3, excsave1 # save a3 and get dispatch table 74 wsr a2, depc # save a2 76 s32i a0, a2, PT_AREG0 # save a0 to ESF 100 xsr a3, excsave1 # save a3, and get dispatch table 101 wsr a2, depc # save a2 103 s32i a0, a2, PT_AREG0 # save a0 to ESF 225 xsr a0, depc # get DEPC, save a0 258 wsr a2, depc # save stack pointer temporarily 266 xsr a2, depc # save a2 and get stack pointer
|
D | entry.S | 213 slli a3, a0, 4 # number of frames to save in bits 8..4 781 wsr a2, depc # save a2 temporarily 1199 wsr a3, windowstart # save shifted windowstart 1206 ssr a0 # save in SAR for later. 1406 s32i a3, a2, EXC_TABLE_DOUBLE_SAVE # save a3 1930 s32i a0, a10, THREAD_RA - TASK_THREAD # save return address 1931 s32i a1, a10, THREAD_SP - TASK_THREAD # save stack pointer 1933 s32i a0, a2, THREAD_RA # save return address 1934 s32i a1, a2, THREAD_SP # save stack pointer
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_base.c | 307 u32 save, tmp; in radeon_pll_errata_after_data_slow() local 308 save = INREG(CLOCK_CNTL_INDEX); in radeon_pll_errata_after_data_slow() 309 tmp = save & ~(0x3f | PLL_WR_EN); in radeon_pll_errata_after_data_slow() 312 OUTREG(CLOCK_CNTL_INDEX, save); in radeon_pll_errata_after_data_slow() 1325 struct radeon_regs *save) in radeon_save_state() argument 1328 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state() 1329 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state() 1330 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state() 1331 save->dac_cntl = INREG(DAC_CNTL); in radeon_save_state() 1332 save->crtc_h_total_disp = INREG(CRTC_H_TOTAL_DISP); in radeon_save_state() [all …]
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grumain.c | 492 static void gru_load_context_data(void *save, void *grubase, int ctxnum, in gru_load_context_data() argument 508 save += gru_copy_handle(cb, save); in gru_load_context_data() 509 save += gru_copy_handle(cbe + i * GRU_HANDLE_STRIDE, in gru_load_context_data() 510 save); in gru_load_context_data() 523 memcpy(gseg + GRU_DS_BASE, save, length); in gru_load_context_data() 528 static void gru_unload_context_data(void *save, void *grubase, int ctxnum, in gru_unload_context_data() argument 548 save += gru_copy_handle(save, cb); in gru_unload_context_data() 549 save += gru_copy_handle(save, cbe + i * GRU_HANDLE_STRIDE); in gru_unload_context_data() 552 memcpy(save, gseg + GRU_DS_BASE, length); in gru_unload_context_data()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm34xx.c | 167 static void omap34xx_save_context(u32 *save) in omap34xx_save_context() argument 173 *save++ = 1; in omap34xx_save_context() 174 *save++ = val; in omap34xx_save_context() 178 *save++ = 1; in omap34xx_save_context() 179 *save++ = val; in omap34xx_save_context()
|
D | sleep34xx.S | 86 stmfd sp!, {lr} @ save registers on stack 103 stmfd sp!, {r4 - r11, lr} @ save registers on stack 161 stmfd sp!, {r4 - r11, lr} @ save registers on stack 177 cmp r0, #0x0 @ If no context save required,
|
D | sleep24xx.S | 67 stmfd sp!, {r0 - r12, lr} @ save registers on stack
|
/linux-4.4.14/arch/sparc/prom/ |
D | cif.S | 14 save %sp, -192, %sp 33 save %sp, -192, %sp
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | pm.c | 36 if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->save) { in pxa_pm_enter() 37 pxa_cpu_pm_fns->save(sleep_save); in pxa_pm_enter()
|
D | pxa25x.c | 100 .save = pxa25x_cpu_pm_save,
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-exynos.c | 586 struct exynos_eint_gpio_save *save = bank->soc_priv; in exynos_pinctrl_suspend_bank() local 589 save->eint_con = readl(regs + EXYNOS_GPIO_ECON_OFFSET in exynos_pinctrl_suspend_bank() 591 save->eint_fltcon0 = readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET in exynos_pinctrl_suspend_bank() 593 save->eint_fltcon1 = readl(regs + EXYNOS_GPIO_EFLTCON_OFFSET in exynos_pinctrl_suspend_bank() 596 pr_debug("%s: save con %#010x\n", bank->name, save->eint_con); in exynos_pinctrl_suspend_bank() 597 pr_debug("%s: save fltcon0 %#010x\n", bank->name, save->eint_fltcon0); in exynos_pinctrl_suspend_bank() 598 pr_debug("%s: save fltcon1 %#010x\n", bank->name, save->eint_fltcon1); in exynos_pinctrl_suspend_bank() 615 struct exynos_eint_gpio_save *save = bank->soc_priv; in exynos_pinctrl_resume_bank() local 620 + bank->eint_offset), save->eint_con); in exynos_pinctrl_resume_bank() 623 + 2 * bank->eint_offset), save->eint_fltcon0); in exynos_pinctrl_resume_bank() [all …]
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | powersave.txt | 11 done fully or partially. It'll save a certain power consumption, thus 26 automatic power-save mode with 10 seconds, write to 38 power_save_controller. This enables/disables the power-save mode of
|
/linux-4.4.14/kernel/ |
D | freezer.c | 64 long save = current->state; in __refrigerator() local 91 set_current_state(save); in __refrigerator()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1217 struct vmw_vga_topology_state *save; in vmw_kms_save_vga() local 1240 save = &vmw_priv->vga_save[i]; in vmw_kms_save_vga() 1242 save->primary = vmw_read(vmw_priv, SVGA_REG_DISPLAY_IS_PRIMARY); in vmw_kms_save_vga() 1243 save->pos_x = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_X); in vmw_kms_save_vga() 1244 save->pos_y = vmw_read(vmw_priv, SVGA_REG_DISPLAY_POSITION_Y); in vmw_kms_save_vga() 1245 save->width = vmw_read(vmw_priv, SVGA_REG_DISPLAY_WIDTH); in vmw_kms_save_vga() 1246 save->height = vmw_read(vmw_priv, SVGA_REG_DISPLAY_HEIGHT); in vmw_kms_save_vga() 1249 save->width == 0 && save->height == 0) { in vmw_kms_save_vga() 1256 save->width = vmw_priv->vga_width - save->pos_x; in vmw_kms_save_vga() 1257 save->height = vmw_priv->vga_height - save->pos_y; in vmw_kms_save_vga() [all …]
|
/linux-4.4.14/drivers/mfd/ |
D | sm501.c | 259 unsigned long save; in sm501_misc_control() local 262 spin_lock_irqsave(&sm->reg_lock, save); in sm501_misc_control() 274 spin_unlock_irqrestore(&sm->reg_lock, save); in sm501_misc_control() 293 unsigned long save; in sm501_modify_reg() local 295 spin_lock_irqsave(&sm->reg_lock, save); in sm501_modify_reg() 304 spin_unlock_irqrestore(&sm->reg_lock, save); in sm501_modify_reg() 930 unsigned long save; in sm501_gpio_set() local 936 spin_lock_irqsave(&smgpio->lock, save); in sm501_gpio_set() 946 spin_unlock_irqrestore(&smgpio->lock, save); in sm501_gpio_set() 955 unsigned long save; in sm501_gpio_input() local [all …]
|
/linux-4.4.14/drivers/spi/ |
D | spidev.c | 430 u32 save = spi->mode; in spidev_ioctl() local 441 spi->mode = save; in spidev_ioctl() 449 u32 save = spi->mode; in spidev_ioctl() local 457 spi->mode = save; in spidev_ioctl() 466 u8 save = spi->bits_per_word; in spidev_ioctl() local 471 spi->bits_per_word = save; in spidev_ioctl() 479 u32 save = spi->max_speed_hz; in spidev_ioctl() local 487 spi->max_speed_hz = save; in spidev_ioctl()
|
/linux-4.4.14/net/batman-adv/ |
D | Kconfig | 27 this feature and save some space. 37 this option you can safely remove it and save some space. 51 can safely disable it and save some space.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sgetem.S | 17 | the floating-point save stack. 118 movel %d3,-(%a7) |save d3 126 moveml %d3/%d5/%d6,-(%a7) |save registers 129 movel %d1,%d6 |save ls mant in d6
|
D | slog2.S | 33 | flag. Otherwise, save FPCR in D1; set FpCR to default. 48 | flag. Otherwise, save FPCR in D1; set FpCR to default. 62 | flag. Otherwise, save FPCR in D1; set FpCR to default. 77 | flag. Otherwise, save FPCR in D1; set FpCR to default.
|
D | sint.S | 14 | save stack. 19 | save stack. 136 movel %d1,L_SCR1(%a6) |save mode bits
|
D | setox.S | 485 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2 491 movel %d0,L_SCR1(%a6) | ...save N temporarily 586 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2 591 movel %d0,L_SCR1(%a6) | ...save N temporarily 597 movel %d0,L_SCR1(%a6) | ...save K temporarily 652 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2 658 movel %d0,L_SCR1(%a6) | ...save N temporarily 664 movel %d0,L_SCR1(%a6) | ...save a copy of M 802 fmovemx %fp2-%fp2/%fp3,-(%a7) | ...save fp2
|
D | stan.S | 311 fmovemx %fp2-%fp5,-(%a7) | ...save FP2 through FP5 335 fmovex %fp0,%fp1 |save high result in fp1 347 movel %d0,%a1 | ...save a copy of D0
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rv515.c | 296 void rv515_mc_stop(struct radeon_device *rdev, struct rv515_mc_save *save) in rv515_mc_stop() argument 301 save->vga_render_control = RREG32(R_000300_VGA_RENDER_CONTROL); in rv515_mc_stop() 302 save->vga_hdp_control = RREG32(R_000328_VGA_HDP_CONTROL); in rv515_mc_stop() 310 save->crtc_enabled[i] = true; in rv515_mc_stop() 333 save->crtc_enabled[i] = false; in rv515_mc_stop() 336 save->crtc_enabled[i] = false; in rv515_mc_stop() 363 if (save->crtc_enabled[i]) { in rv515_mc_stop() 378 void rv515_mc_resume(struct radeon_device *rdev, struct rv515_mc_save *save) in rv515_mc_resume() argument 407 if (save->crtc_enabled[i]) { in rv515_mc_resume() 449 if (save->crtc_enabled[i]) { in rv515_mc_resume() [all …]
|
D | r520.c | 136 struct rv515_mc_save save; in r520_mc_program() local 139 rv515_mc_stop(rdev, &save); in r520_mc_program() 165 rv515_mc_resume(rdev, &save); in r520_mc_program()
|
D | r100.c | 2560 struct r100_mc_save save; in r100_asic_reset() local 2568 r100_mc_stop(rdev, &save); in r100_asic_reset() 2610 r100_mc_resume(rdev, &save); in r100_asic_reset() 2872 uint32_t save, tmp; in r100_pll_errata_after_data() local 2874 save = RREG32(RADEON_CLOCK_CNTL_INDEX); in r100_pll_errata_after_data() 2875 tmp = save & ~(0x3f | RADEON_PLL_WR_EN); in r100_pll_errata_after_data() 2878 WREG32(RADEON_CLOCK_CNTL_INDEX, save); in r100_pll_errata_after_data() 3760 void r100_mc_stop(struct radeon_device *rdev, struct r100_mc_save *save) in r100_mc_stop() argument 3769 save->GENMO_WT = RREG8(R_0003C2_GENMO_WT); in r100_mc_stop() 3770 save->CRTC_EXT_CNTL = RREG32(R_000054_CRTC_EXT_CNTL); in r100_mc_stop() [all …]
|
D | rs400.c | 390 struct r100_mc_save save; in rs400_mc_program() local 393 r100_mc_stop(rdev, &save); in rs400_mc_program() 402 r100_mc_resume(rdev, &save); in rs400_mc_program()
|
D | rs600.c | 449 struct rv515_mc_save save; in rs600_asic_reset() local 458 rv515_mc_stop(rdev, &save); in rs600_asic_reset() 505 rv515_mc_resume(rdev, &save); in rs600_asic_reset() 953 struct rv515_mc_save save; in rs600_mc_program() local 956 rv515_mc_stop(rdev, &save); in rs600_mc_program() 973 rv515_mc_resume(rdev, &save); in rs600_mc_program()
|
D | r300.c | 415 struct r100_mc_save save; in r300_asic_reset() local 423 r100_mc_stop(rdev, &save); in r300_asic_reset() 466 r100_mc_resume(rdev, &save); in r300_asic_reset() 1329 struct r100_mc_save save; in r300_mc_program() local 1338 r100_mc_stop(rdev, &save); in r300_mc_program() 1358 r100_mc_resume(rdev, &save); in r300_mc_program()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 47 ! Do normal-style register save to support backtrace 49 st.l r15, 0, r18 ! save link reg 50 st.l r15, 4, r14 ! save fp 123 st.q r1, 0, r9 ! save prev->thread.pc into pt_regs->pc
|
/linux-4.4.14/arch/ia64/scripts/ |
D | check-text-align.S | 3 foo: .save rp, r2
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 249 unsigned long save; in lustre_check_remote_perm() local 253 save = lli->lli_rmtperm_time; in lustre_check_remote_perm() 262 if (save != lli->lli_rmtperm_time) { in lustre_check_remote_perm()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | chang84.c | 97 u32 engn, save; in g84_fifo_chan_engine_fini() local 106 save = nvkm_mask(device, 0x002520, 0x0000003f, 1 << engn); in g84_fifo_chan_engine_fini() 112 nvkm_wr32(device, 0x002520, save); in g84_fifo_chan_engine_fini()
|
/linux-4.4.14/arch/sparc/power/ |
D | hibernate_asm.S | 14 save %sp, -128, %sp 15 save %sp, -128, %sp
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | pm.h | 15 void (*save)(unsigned long *); member
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | head.S | 28 # Must save primary CPU's D0-D2 registers as they hold boot parameters
|
/linux-4.4.14/drivers/video/logo/ |
D | logo_blackfin_clut224.ppm | 3 # gimp linux_bf.svg (create 80x80 save as linux_bf.ppm)
|
D | logo_blackfin_vga16.ppm | 3 # gimp linux_bf.svg (create 80x80 save as linux_bf.ppm)
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_device.c | 201 crtc->funcs->save(crtc); in psb_save_display_registers() 205 if (connector->funcs->save) in psb_save_display_registers() 206 connector->funcs->save(connector); in psb_save_display_registers()
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
D | pm.h | 14 void (*save)(unsigned long *); member
|
/linux-4.4.14/arch/unicore32/include/mach/ |
D | pm.h | 19 void (*save)(unsigned long *); member
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | NOTES | 8 often uses an stfe instruction to save f4 on the stack upon entry to a 29 in extended precision, due to the stfe instruction used to save f4 in log(y).
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.c | 111 crtc->funcs->save(crtc); in nv04_display_create() 116 func->save(encoder); in nv04_display_create()
|
D | hw.c | 286 bool save, unsigned plane) in nouveau_vga_font_io() argument 293 if (save) { in nouveau_vga_font_io() 304 nouveau_hw_save_vga_fonts(struct drm_device *dev, bool save) in nouveau_hw_save_vga_fonts() argument 322 NV_INFO(drm, "%sing VGA fonts\n", save ? "Sav" : "Restor"); in nouveau_hw_save_vga_fonts() 351 nouveau_vga_font_io(dev, iovram, save, plane); in nouveau_hw_save_vga_fonts()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | clocking.txt | 17 their speed can be altered by software (depending on the system use and to save 45 rate, number of channels and word size) to save on power.
|
/linux-4.4.14/sound/drivers/ |
D | Kconfig | 197 put the AC97 into power-save mode; a value of 0 (zero) 198 disables the use of this power-save mode. 214 int "Default time-out for AC97 power-save mode" 219 power-save mode. 0 means to disable the power-save mode.
|
/linux-4.4.14/arch/arc/kernel/ |
D | kgdb.c | 104 static void place_trap(unsigned long address, void *save) in place_trap() argument 106 memcpy(save, (void *) address, BREAK_INSTR_SIZE); in place_trap()
|
D | entry.S | 319 ; save/restore callee-saved regs. 321 ; However, here we need to explicitly save callee regs because 329 ; save location of saved Callee Regs @ thread_struct->callee
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-gpio.c | 111 struct bttv_sub_device *sub, *save; in bttv_sub_del_devices() local 113 list_for_each_entry_safe(sub, save, &core->subs, list) { in bttv_sub_del_devices()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 17 ; Now manually save: r12, sp, fp, gp, r25 variable 115 ; Now do what ISR prologue does (manually save r12, sp, fp, gp, r25)
|
D | entry.h | 140 mov r12, sp ; save SP as ref to pt_regs 144 ; Retrieve orig r25 and save it with rest of callee_regs
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_lcn.c | 64 u16 save[2]; in b43_radio_2064_channel_setup() local 79 save[0] = b43_radio_read(dev, 0x044); in b43_radio_2064_channel_setup() 80 save[1] = b43_radio_read(dev, 0x12b); in b43_radio_2064_channel_setup() 98 b43_radio_write(dev, 0x044, save[0]); in b43_radio_2064_channel_setup() 99 b43_radio_write(dev, 0x12b, save[1]); in b43_radio_2064_channel_setup()
|
D | phy_n.c | 4788 u16 *save = nphy->tx_rx_cal_radio_saveregs; in b43_nphy_tx_cal_radio_setup_rev7() local 4796 save[off + 0] = b43_radio_read(dev, r + R2057_TX0_TX_SSI_MASTER); in b43_nphy_tx_cal_radio_setup_rev7() 4797 save[off + 1] = b43_radio_read(dev, r + R2057_TX0_IQCAL_VCM_HG); in b43_nphy_tx_cal_radio_setup_rev7() 4798 save[off + 2] = b43_radio_read(dev, r + R2057_TX0_IQCAL_IDAC); in b43_nphy_tx_cal_radio_setup_rev7() 4799 save[off + 3] = b43_radio_read(dev, r + R2057_TX0_TSSI_VCM); in b43_nphy_tx_cal_radio_setup_rev7() 4800 save[off + 4] = 0; in b43_nphy_tx_cal_radio_setup_rev7() 4801 save[off + 5] = b43_radio_read(dev, r + R2057_TX0_TX_SSI_MUX); in b43_nphy_tx_cal_radio_setup_rev7() 4803 save[off + 6] = b43_radio_read(dev, r + R2057_TX0_TSSIA); in b43_nphy_tx_cal_radio_setup_rev7() 4804 save[off + 7] = b43_radio_read(dev, r + R2057_TX0_TSSIG); in b43_nphy_tx_cal_radio_setup_rev7() 4805 save[off + 8] = b43_radio_read(dev, r + R2057_TX0_TSSI_MISC1); in b43_nphy_tx_cal_radio_setup_rev7() [all …]
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 443 uint8_t save; member 446 #define REG(rev, save, reg) { #reg, rev, save, reg } argument 601 if (registers[i].save && (priv->rev >= registers[i].rev)) in tilcdc_pm_suspend() 615 if (registers[i].save && (priv->rev >= registers[i].rev)) in tilcdc_pm_resume()
|
/linux-4.4.14/scripts/ |
D | gcc-ld | 10 -save-temps|-m32|-m64) N="$1" ;;
|
D | checkstack.pl | 108 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | entry.S | 73 mov.a bsr, r1 @ save in bsr_priv 169 stw.w r1, [sp+], #-4 @ save the "real" r0 copied 200 stw r1, [sp] @ save the "real" r0 copied 210 @ Also, separately save sp_user and lr_user 243 stw r4, [sp] @ save preserved r0 656 stw.w r0, [sp+], #S_R0 + S_OFF @ save returned r0 701 stw lr, [sp+], #4 @ save r0, lr 703 stw lr, [sp+], #8 @ save bsr
|
D | pm.c | 35 puv3_cpu_pm_fns->save(sleep_save); in puv3_pm_enter()
|
D | sleep.S | 53 stm.w (r16 - r27, lr), [sp-] @ save registers on stack 54 stm.w (r4 - r15), [sp-] @ save registers on stack
|
D | hibernate_asm.S | 96 @ - save registers in swsusp_arch_regs_cpu0
|
D | puv3-core.c | 232 .save = puv3_cpu_pm_save,
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 1458 unsigned long save, to_free_normal, to_free_highmem, free; in free_unnecessary_pages() local 1460 save = count_data_pages(); in free_unnecessary_pages() 1461 if (alloc_normal >= save) { in free_unnecessary_pages() 1462 to_free_normal = alloc_normal - save; in free_unnecessary_pages() 1463 save = 0; in free_unnecessary_pages() 1466 save -= alloc_normal; in free_unnecessary_pages() 1468 save += count_highmem_pages(); in free_unnecessary_pages() 1469 if (alloc_highmem >= save) { in free_unnecessary_pages() 1470 to_free_highmem = alloc_highmem - save; in free_unnecessary_pages() 1473 save -= alloc_highmem; in free_unnecessary_pages() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | brcm,bcm3384-usb.txt | 9 - Restoring state after systemwide power save modes
|
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
D | pm-core.h | 82 struct pm_uart_save *save) in s3c_pm_arch_update_uart() argument
|
/linux-4.4.14/arch/alpha/lib/ |
D | strrchr.S | 45 cmovne t3, v0, t6 # .. e1 : save previous comparisons match 61 cmovne t3, t3, t8 # .. e1 : save it, if match found
|
D | ev67-strrchr.S | 67 cmovne t3, v0, t6 # E : save previous comparisons match 89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 65 move.d $r5, $r0 ; save for later - flash address of 'basse' 98 ;; Do the decompression and save compressed size in inptr
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | setup.c | 683 void *save; in prom_init() local 694 save = octeon_mult_save3; in prom_init() 699 save = octeon_mult_save2; in prom_init() 704 save_len = (char *)save_end - (char *)save; in prom_init() 708 memcpy(octeon_mult_save, save, save_len); in prom_init()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | entry.S | 89 mov r1,r9 ! save TRA 121 mov.l r0,@-r2 ! save old SR 123 mov.l r3,@-r2 ! save old PC 126 mov.l r0,@-r2 ! save old SP
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | switch_to.S | 40 # save prev context 138 mov a0,e4 # save the return value
|
D | head.S | 67 # save commandline pointer 174 mov d0,(4,sp) # EPSW save area 176 mov d0,(8,sp) # PC save area
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_asm.S | 101 save %sp, -SAVE_SZ, %sp; \ 137 save %sp, -SAVE_SZ, %sp; \
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | sleep.S | 68 @ save registers on stack 148 @ save registers on stack 223 @ save registers on stack
|
D | sram.S | 26 stmfd sp!, {r0 - r12, lr} @ save registers on stack
|
D | ams-delta-fiq-handler.S | 166 str r11, [r9, #BUF_GPIO_INT_MASK] @ save mask for later restore 178 streq r8, [r9, #BUF_KEY] @ and save back
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 73 movmu.l r3,@-r15 ! save regs 98 mov.l r8,@(OFF_SP,r15) ! save old sp 212 bst.b #6,@(0,r2) ! save CPU mode
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 440 struct termios save; in perf_top__handle_keypress() local 446 set_term_quiet_input(&save); in perf_top__handle_keypress() 451 tcsetattr(0, TCSAFLUSH, &save); in perf_top__handle_keypress() 615 struct termios save; in display_thread() local 623 set_term_quiet_input(&save); in display_thread() 642 tcsetattr(0, TCSAFLUSH, &save); in display_thread() 650 tcsetattr(0, TCSAFLUSH, &save); in display_thread()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 288 // save context size, and tell HUB we're done 398 // $p1 clear on save, set on load 400 // on save it means: "a load will follow this save" 401 // on load it means: "a save preceeded this load" 477 // if load, or a save without a load following, do some
|
D | hub.fuc | 212 // save context size, and tell host we're ready 594 // $p1 clear on save, set on load 596 // on save it means: "a load will follow this save" 597 // on load it means: "a save preceeded this load"
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | adi,adv7123.txt | 13 - psave-gpios: Power save control GPIO
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 405 struct snd_pcm_hw_params *save = NULL; in snd_pcm_hw_param_near() local 425 save = kmalloc(sizeof(*save), GFP_KERNEL); in snd_pcm_hw_param_near() 426 if (save == NULL) in snd_pcm_hw_param_near() 428 *save = *params; in snd_pcm_hw_param_near() 439 kfree(save); in snd_pcm_hw_param_near() 442 *params1 = *save; in snd_pcm_hw_param_near() 454 *params = *save; in snd_pcm_hw_param_near() 457 kfree(save); in snd_pcm_hw_param_near() 463 kfree(save); in snd_pcm_hw_param_near() 801 struct snd_pcm_hw_params *save; in choose_rate() local [all …]
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 559 int err, save; in os_lock_file() local 565 save = -errno; in os_lock_file() 574 err = save; in os_lock_file()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 197 | save top of frame 207 movel %d0,%sp@(PT_OFF_D0) | save the return value 243 | save top of frame
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
D | gpio-core.h | 42 void (*save)(struct samsung_gpio_chip *chip); member
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 110 mov %r10, 8*2(%rsp) #save old rsp 208 mov 8*2(%rsp), %r10 #save old rsp
|
/linux-4.4.14/net/rds/ |
D | recv.c | 417 struct iov_iter save; in rds_recvmsg() local 453 save = msg->msg_iter; in rds_recvmsg() 467 msg->msg_iter = save; in rds_recvmsg()
|
/linux-4.4.14/drivers/char/hw_random/ |
D | n2-asm.S | 29 save %sp, -192, %sp
|
/linux-4.4.14/mm/ |
D | Kconfig.debug | 6 field for every page. This extension enables us to save memory
|
/linux-4.4.14/include/drm/ |
D | drm_encoder_slave.h | 54 void (*save)(struct drm_encoder *encoder); member
|
D | drm_crtc_helper.h | 143 void (*save)(struct drm_encoder *encoder); member
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap-gpmc-smsc911x.dtsi | 52 smsc,save-mac-address;
|
D | omap-gpmc-smsc9221.dtsi | 56 smsc,save-mac-address;
|
D | omap3-overo-tobiduo-common.dtsi | 55 smsc,save-mac-address;
|
/linux-4.4.14/Documentation/acpi/ |
D | method-customizing.txt | 29 c) rewrite the ASL code of the method and save it in a new file, 61 save a copy of the method original ASL code in step c) section 1,
|
/linux-4.4.14/drivers/hwmon/ |
D | w83781d.c | 1852 int val, save, found = 0; in w83781d_isa_found() local 1885 save = inb_p(address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found() 1886 if (save & 0x80) { in w83781d_isa_found() 1890 val = ~save & 0x7f; in w83781d_isa_found() 1893 outb_p(save, address + W83781D_ADDR_REG_OFFSET); in w83781d_isa_found() 1906 save = inb_p(address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found() 1909 if ((!(save & 0x80) && (val != 0xa3)) in w83781d_isa_found() 1910 || ((save & 0x80) && (val != 0x5c))) { in w83781d_isa_found() 1929 save = inb_p(address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found() 1930 outb_p(save & 0xf8, address + W83781D_DATA_REG_OFFSET); in w83781d_isa_found()
|
D | lm78.c | 847 int val, save, found = 0; in lm78_isa_found() local 878 save = inb_p(address + LM78_ADDR_REG_OFFSET); in lm78_isa_found() 879 if (save & 0x80) in lm78_isa_found() 881 val = ~save & 0x7f; in lm78_isa_found() 884 outb_p(save, address + LM78_ADDR_REG_OFFSET); in lm78_isa_found()
|
/linux-4.4.14/sound/soc/codecs/ |
D | max98088.c | 1401 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local 1428 save = snd_soc_read(codec, M98088_REG_49_CFG_LEVEL); in max98088_setup_eq1() 1440 snd_soc_update_bits(codec, M98088_REG_49_CFG_LEVEL, M98088_EQ1EN, save); in max98088_setup_eq1() 1448 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local 1475 save = snd_soc_read(codec, M98088_REG_49_CFG_LEVEL); in max98088_setup_eq2() 1488 save); in max98088_setup_eq2()
|
/linux-4.4.14/drivers/dma/ |
D | sirf-dma.c | 1017 struct sirfsoc_dma_regs *save = &sdma->regs_save; in sirfsoc_dma_pm_suspend() local 1054 save->ctrl[ch] = readl_relaxed(sdma->base + in sirfsoc_dma_pm_suspend() 1057 save->interrupt_en = readl_relaxed(sdma->base + int_offset); in sirfsoc_dma_pm_suspend() 1068 struct sirfsoc_dma_regs *save = &sdma->regs_save; in sirfsoc_dma_pm_resume() local 1092 writel_relaxed(save->interrupt_en, sdma->base + int_offset); in sirfsoc_dma_pm_resume() 1106 writel_relaxed(save->ctrl[ch], in sirfsoc_dma_pm_resume()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 79 /* save any bare state needed in order to do initial checking */ 91 /* save all state needed by the ABI (see paragraph above) */ 110 some functions to save (hijack) and restore the return address. 152 /* save all state needed by the ABI */ 178 /* save all state needed by the ABI (see paragraph above) */ 307 /* save all state needed by the ABI (see paragraph above) */
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | feature.c | 495 static void dbdma_save(struct macio_chip *macio, struct dbdma_regs *save) in dbdma_save() argument 503 save[i].cmdptr_hi = in_le32(&chan->cmdptr_hi); in dbdma_save() 504 save[i].cmdptr = in_le32(&chan->cmdptr); in dbdma_save() 505 save[i].intr_sel = in_le32(&chan->intr_sel); in dbdma_save() 506 save[i].br_sel = in_le32(&chan->br_sel); in dbdma_save() 507 save[i].wait_sel = in_le32(&chan->wait_sel); in dbdma_save() 511 static void dbdma_restore(struct macio_chip *macio, struct dbdma_regs *save) in dbdma_restore() argument 522 out_le32(&chan->cmdptr_hi, save[i].cmdptr_hi); in dbdma_restore() 523 out_le32(&chan->cmdptr, save[i].cmdptr); in dbdma_restore() 524 out_le32(&chan->intr_sel, save[i].intr_sel); in dbdma_restore() [all …]
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtsrmmu.h | 132 save %sp, -64, %sp; \
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep-tegra20.S | 257 mrc p15, 0, r11, c1, c0, 1 @ save actlr before exiting coherency 528 str r1, [r4, r5] @ save the content of the addr 531 str r1, [r0] @ set the save val to the addr
|
/linux-4.4.14/drivers/video/fbdev/vermilion/ |
D | cr_pll.c | 146 .save = crvml_sys_save,
|
D | vermilion.h | 240 int (*save) (struct vml_sys * sys); member
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi_stub_64.S | 58 # save previous CR3
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | smsc911x.txt | 22 - smsc,save-mac-address : Indicates that mac address needs to be saved
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/rockchip/ |
D | power_domain.txt | 4 powered up/down by software based on different application scenes to save power.
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_encoder_slave.c | 176 get_slave_funcs(encoder)->save(encoder); in drm_i2c_encoder_save()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | review-checklist.txt | 13 4. New state must include support for save/restore.
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | clocks.txt | 10 A: The 24MHz oscillator allows gating to save power. Indeed, if gated
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | index.txt | 14 fly. This is a nice method to save battery power, because the lower
|
/linux-4.4.14/drivers/pnp/ |
D | Kconfig | 32 This option allows you to save a bit of space if you do not want
|
/linux-4.4.14/sound/pci/hda/ |
D | Kconfig | 215 int "Default time-out for HD-audio power-save mode" 220 power-save mode. 0 means to disable the power-save mode.
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | Kconfig | 48 N here if you want to save the few kb this consumes.
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb_asm.S | 17 ;; First of all, save the ACR on the stack since we need it for address calculations. 25 ;; to save and restore CCS manually, but since we aren't we treat it like every other
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 84 the state save and restore time by eliminating the need for general register 95 course, you need to save them if you care about them, before calling
|
/linux-4.4.14/Documentation/ |
D | serial-console.txt | 81 5. Init and /etc/ioctl.save 84 `/etc/ioctl.save'. REMOVE THIS FILE before using the serial
|
D | email-clients.txt | 51 It's a good idea to send a patch to yourself, save the received message, 117 way around this is to compose your email with word wrap enabled, then save 147 "save as". You can use the whole email unmodified as a patch if it was 148 properly composed. There is no option currently to save the email when you
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | mmu.S | 15 ; Save all register. Must save in same order as struct pt_regs. 170 ;; Keep it simple (slow), save all the regs.
|
/linux-4.4.14/drivers/sn/ |
D | ioc3.c | 338 int save = 0, loops = 3; in probe_nic() local 346 addr = first = nic_find(idd, &save, 0); in probe_nic() 364 addr = nic_find(idd, &save, addr); in probe_nic()
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_32.S | 354 movl %eax,pa(X86_CPUID) # save largest std CPUID function 426 movl %eax,X86_CPUID # save CPUID level 436 movb %al,%cl # save reg for future use
|