Searched refs:SAVE (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/arm/mach-sa1100/
H A Dpm.c40 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x macro
64 SAVE(GPDR);
65 SAVE(GAFR);
67 SAVE(PPDR);
68 SAVE(PPSR);
69 SAVE(PPAR);
70 SAVE(PSDR);
72 SAVE(Ser1SDCR0);
/linux-master/arch/arm/mach-pxa/
H A Dpxa25x.c50 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x macro
66 SAVE(PSTR);
H A Dpxa27x.c83 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x macro
106 SAVE(PCFR);
108 SAVE(PSTR);
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S375 fmovemx %fp2-%fp2/%fp3,-(%sp) | ...SAVE FP2 WHILE FP0 IS NOT READY
434 fmovemx %fp2-%fp2/%fp3,-(%sp) | ...SAVE FP2
551 fmovemx %fp2-%fp2/%fp3,-(%sp) | ...SAVE FP2
H A Dsatan.S293 |--SAVE REGISTERS FP2.
295 movel %d2,-(%a7) | ...SAVE d2 TEMPORARILY
H A Dssin.S180 |--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.c540 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_swap_state3d_3_is_save);
625 cp_set (ctx, SWAP_DIRECTION, SAVE);
650 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_check_load);
H A Dctxnv50.c212 cp_set (ctx, SWAP_DIRECTION, SAVE);
224 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_check_load);
227 cp_set (ctx, SWAP_DIRECTION, SAVE); /* no idea why this is needed, but fixes at least one lockup. */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm93 var s_save_trapsts = ttmp5 //not really used until the end of the SAVE routine
495 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
530 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
H A Dcwsr_trap_handler_gfx9.asm128 var s_save_trapsts = ttmp15 //not really used until the end of the SAVE routine
727 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
760 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c159 #define SAVE F3(2, 0x3c) macro
813 emit(SAVE | IMMED | RS1(SP) | S13(-stack_needed) | RD(SP), ctx);
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5026 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
6293 #--SAVE REGISTERS FP2.
6295 mov.l %d2,-(%sp) # SAVE d2 TEMPORARILY
8272 fmovm.x &0xc,-(%sp) # SAVE FP2-3 WHILE FP0 IS NOT READY
8338 fmovm.x &0xc,-(%sp) # SAVE FP2-3
8511 fmovm.x &0xc,-(%sp) # SAVE FP2 {%fp2/%fp3}
9059 #--REGISTERS SAVE SO FAR ARE FPCR AND D0
H A Dfpsp.S5132 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
6399 #--SAVE REGISTERS FP2.
6401 mov.l %d2,-(%sp) # SAVE d2 TEMPORARILY
8378 fmovm.x &0xc,-(%sp) # SAVE FP2-3 WHILE FP0 IS NOT READY
8444 fmovm.x &0xc,-(%sp) # SAVE FP2-3
8617 fmovm.x &0xc,-(%sp) # SAVE FP2 {%fp2/%fp3}
9165 #--REGISTERS SAVE SO FAR ARE FPCR AND D0

Completed in 482 milliseconds