/arch/x86/kvm/ |
D | svm.c | 201 to_svm(vcpu)->vmcb->save.efer = efer | MSR_EFER_SVME_MASK; in svm_set_efer() 481 struct vmcb_save_area *save = &svm->vmcb->save; in init_vmcb() local 537 init_seg(&save->es); in init_vmcb() 538 init_seg(&save->ss); in init_vmcb() 539 init_seg(&save->ds); in init_vmcb() 540 init_seg(&save->fs); in init_vmcb() 541 init_seg(&save->gs); in init_vmcb() 543 save->cs.selector = 0xf000; in init_vmcb() 545 save->cs.attrib = SVM_SELECTOR_READ_MASK | SVM_SELECTOR_P_MASK | in init_vmcb() 547 save->cs.limit = 0xffff; in init_vmcb() [all …]
|
/arch/ia64/ia32/ |
D | ia32_signal.c | 204 save_ia32_fpstate_live (struct _fpstate_ia32 __user *save) in save_ia32_fpstate_live() argument 216 if (!access_ok(VERIFY_WRITE, save, sizeof(*save))) in save_ia32_fpstate_live() 233 __put_user(fcr & 0xffff, &save->cw); in save_ia32_fpstate_live() 234 __put_user(fsr & 0xffff, &save->sw); in save_ia32_fpstate_live() 235 __put_user((fsr>>16) & 0xffff, &save->tag); in save_ia32_fpstate_live() 236 __put_user(fir, &save->ipoff); in save_ia32_fpstate_live() 237 __put_user((fir>>32) & 0xffff, &save->cssel); in save_ia32_fpstate_live() 238 __put_user(fdr, &save->dataoff); in save_ia32_fpstate_live() 239 __put_user((fdr>>32) & 0xffff, &save->datasel); in save_ia32_fpstate_live() 240 __put_user(fsr & 0xffff, &save->status); in save_ia32_fpstate_live() [all …]
|
/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
|
/arch/arm/common/ |
D | sa1111.c | 822 struct sa1111_save_data *save; in sa1111_suspend() local 827 save = kmalloc(sizeof(struct sa1111_save_data), GFP_KERNEL); in sa1111_suspend() 828 if (!save) in sa1111_suspend() 830 sachip->saved_state = save; in sa1111_suspend() 838 save->skcr = sa1111_readl(base + SA1111_SKCR); in sa1111_suspend() 839 save->skpcr = sa1111_readl(base + SA1111_SKPCR); in sa1111_suspend() 840 save->skcdr = sa1111_readl(base + SA1111_SKCDR); in sa1111_suspend() 841 save->skaud = sa1111_readl(base + SA1111_SKAUD); in sa1111_suspend() 842 save->skpwm0 = sa1111_readl(base + SA1111_SKPWM0); in sa1111_suspend() 843 save->skpwm1 = sa1111_readl(base + SA1111_SKPWM1); in sa1111_suspend() [all …]
|
D | locomo.c | 581 struct locomo_save_data *save; in locomo_suspend() local 584 save = kmalloc(sizeof(struct locomo_save_data), GFP_KERNEL); in locomo_suspend() 585 if (!save) in locomo_suspend() 588 lchip->saved_state = save; in locomo_suspend() 592 save->LCM_GPO = locomo_readl(lchip->base + LOCOMO_GPO); /* GPIO */ in locomo_suspend() 594 save->LCM_SPICT = locomo_readl(lchip->base + LOCOMO_SPI + LOCOMO_SPICT); /* SPI */ in locomo_suspend() 596 save->LCM_GPE = locomo_readl(lchip->base + LOCOMO_GPE); /* GPIO */ in locomo_suspend() 598 save->LCM_ASD = locomo_readl(lchip->base + LOCOMO_ASD); /* ADSTART */ in locomo_suspend() 600 save->LCM_SPIMD = locomo_readl(lchip->base + LOCOMO_SPI + LOCOMO_SPIMD); /* SPI */ in locomo_suspend() 625 struct locomo_save_data *save; in locomo_resume() local [all …]
|
/arch/xtensa/kernel/ |
D | vectors.S | 74 xsr a3, EXCSAVE_1 # save a3 and get dispatch table 75 wsr a2, DEPC # save a2 77 s32i a0, a2, PT_AREG0 # save a0 to ESF 98 xsr a3, EXCSAVE_1 # save a3, and get dispatch table 99 wsr a2, DEPC # save a2 101 s32i a0, a2, PT_AREG0 # save a0 to ESF 210 wsr a3, EXCSAVE_1 # save a3 220 xsr a0, DEPC # get DEPC, save a0 248 wsr a2, DEPC # save stack pointer temporarily 256 xsr a2, DEPC # save a2 and get stack pointer [all …]
|
/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
|
/arch/sparc/kernel/ |
D | wuf.S | 112 save %g0, %g0, %g0 113 save %g0, %g0, %g0 162 save %g0, %g0, %g0 169 save %g0, %g0, %g0 207 save %g0, %g0, %g0 /* Save to window 'O' */ 208 save %g0, %g0, %g0 /* Save to window 'T' */ 326 save %g0, %g0, %g0 327 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
|
/arch/s390/kvm/ |
D | sie64a.S | 27 stmg %r5,%r14,SP_R5(%r15) # save register on entry 33 stmg %r0,%r13,0(%r14) # save guest gprs 0-13 40 stmg %r0,%r13,0(%r14) # save guest gprs 0-13
|
/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 …]
|
/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 | 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()
|
/arch/sh/mm/ |
D | Makefile_64 | 24 # caller-save registers that the compiler can target when building this file. 28 # The caller save registers that have been saved and which can be used are 31 # tr0-4 : allow all caller-save TR's. The compiler seems to be able to make 32 # use of them, so it's probably beneficial to performance to save them 35 # The resources not listed below are callee save, i.e. the compiler is free to
|
/arch/x86/crypto/ |
D | aes-i586-asm_32.S | 143 #define save(a1, a2) \ macro 158 save (0,r1); \ 159 save (1,r5); \ 173 save (0,r1); \ 174 save (1,r5); \ 193 save (0,r1); \ 194 save (1,r5); \ 208 save (0,r1); \ 209 save (1,r5); \
|
/arch/sparc/lib/ |
D | rwsem_64.S | 26 save %sp, -192, %sp 64 save %sp, -192, %sp 108 save %sp, -192, %sp 133 save %sp, -192, %sp 158 save %sp, -192, %sp
|
/arch/arm/kernel/ |
D | crunch-bits.S | 79 add r0, r10, #TI_CRUNCH_STATE @ get task crunch save area 91 beq crunch_load @ no owner, skip save 94 cfstr64 mvdx0, [r1, #CRUNCH_MVDX0] @ save 64b registers 115 cfmv32al mvfx0, mvax0 @ save 72b accumulators 140 cfmv32sc mvdx0, dspsc @ save status word 211 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area 255 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area 260 @ current crunch values are in the task save area 288 add r2, r0, #TI_CRUNCH_STATE @ get task crunch save area
|
D | iwmmxt.S | 68 add r0, r10, #TI_IWMMXT_STATE @ get task Concan save area 80 beq concan_load @ no owner, skip save 174 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 215 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 220 @ current Concan values are in the task save area 229 mov r2, #3 @ save all regs 251 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area 285 add r3, r0, #TI_IWMMXT_STATE @ get next task Concan save area 307 add r0, r0, #TI_IWMMXT_STATE @ get task Concan save area
|
/arch/arm/nwfpe/ |
D | entry.S | 77 mov r4, lr @ save the failure-return addresses 81 mov r6, r0 @ save the opcode 107 mov r0, r6 @ save a copy
|
/arch/um/drivers/ |
D | chan_user.c | 79 struct termios save, new; in generic_console_write() local 88 CATCH_EINTR(err = tcgetattr(fd, &save)); in generic_console_write() 91 new = save; in generic_console_write() 108 CATCH_EINTR(tcsetattr(fd, TCSAFLUSH, &save)); in generic_console_write()
|
/arch/sparc/prom/ |
D | cif.S | 17 save %o1, -192, %sp 34 save %sp, -192, %sp
|