/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 136 static void vmw_stdu_destroy(struct vmw_screen_target_display_unit *stdu); 170 struct vmw_screen_target_display_unit *stdu, in vmw_stdu_define_st() argument 186 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st() 194 stdu->base.set_gui_x = cmd->body.xRoot; in vmw_stdu_define_st() 195 stdu->base.set_gui_y = cmd->body.yRoot; in vmw_stdu_define_st() 199 stdu->defined = true; in vmw_stdu_define_st() 200 stdu->display_width = mode->hdisplay; in vmw_stdu_define_st() 201 stdu->display_height = mode->vdisplay; in vmw_stdu_define_st() 220 struct vmw_screen_target_display_unit *stdu, in vmw_stdu_bind_st() argument 231 if (!stdu->defined) { in vmw_stdu_bind_st() [all …]
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | hvcall.S | 22 stdu r1, -STACK_FRAME_MIN_SIZE(r1); \ 47 stdu r1, -STACK_FRAME_MIN_SIZE-8(r1); \ 68 stdu r1, -STACK_FRAME_MIN_SIZE-16(r1); \ 92 stdu r1, -STACK_FRAME_MIN_SIZE-24(r1); \ 122 stdu r1, -STACK_FRAME_MIN_SIZE-56(r1); \ 154 stdu r1, -STACK_FRAME_MIN_SIZE-8(r1); \ 175 stdu r1, -STACK_FRAME_MIN_SIZE-16(r1); \ 199 stdu r1, -STACK_FRAME_MIN_SIZE-24(r1); \ 226 stdu r1, -STACK_FRAME_MIN_SIZE-32(r1); \ 256 stdu r1, -STACK_FRAME_MIN_SIZE-40(r1); \ [all …]
|
/linux/arch/powerpc/kvm/ |
H A D | tm.S | 34 stdu r1, -SWITCH_FRAME_SIZE(r1) 195 stdu r1, -PPC_MIN_STKFRM(r1) 268 stdu r1, -SWITCH_FRAME_SIZE(r1) 380 stdu r1, -PPC_MIN_STKFRM(r1)
|
H A D | book3s_hv_interrupts.S | 39 stdu r1, -SWITCH_FRAME_SIZE(r1)
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg_entry.S | 21 stdu r1, -112(r1) 99 stdu r1, -112(r1)
|
/linux/arch/powerpc/crypto/ |
H A D | curve25519-ppc64le_asm.S | 73 stdu 1,-144(1) 276 stdu 1,-144(1) 362 stdu 1,-144(1) 400 stdu 1,-144(1)
|
/linux/arch/powerpc/lib/ |
H A D | copypage_power7.S | 37 stdu r1,-STACKFRAMESIZE(r1) 87 stdu r1,-STACKFRAMESIZE(r1)
|
H A D | test_emulate_step_exec_instr.S | 29 stdu r1, -INT_FRAME_SIZE(r1)
|
H A D | memcpy_64.S | 79 stdu r9,16(r3) 150 stdu r7,16(r3)
|
H A D | copyuser_64.S | 207 stex; stdu r7,16(r3) 491 exc; stdu r29,24(3) 520 exc; stdu r10,32(3)
|
H A D | copypage_64.S | 84 stdu r12,128(r3)
|
H A D | checksum_64.S | 62 stdu r1,-STACKFRAMESIZE(r1) 255 stdu r1,-STACKFRAMESIZE(r1)
|
/linux/arch/powerpc/platforms/pasemi/ |
H A D | powersave.S | 51 stdu r1,-64(r1)
|
/linux/arch/powerpc/kernel/ |
H A D | prom_entry_64.S | 28 stdu r1,-SWITCH_FRAME_SIZE(r1) /* Save SP and create stack space */
|
H A D | idle_64e.S | 40 stdu r1,-128(r1)
|
H A D | tm.S | 118 stdu r1, -TM_FRAME_SIZE(r1) 359 stdu r1, -TM_FRAME_SIZE(r1)
|
H A D | rtas_entry.S | 61 stdu r1,-SWITCH_FRAME_SIZE(r1) /* Save SP and create stack space. */
|
H A D | head_64.S | 970 3: stdu r0,8(r8) 999 stdu r0,-STACK_FRAME_MIN_SIZE(r1)
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu)
|
/linux/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu)
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | basic_asm.h | 11 #define PPC_STLU stdu
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_64.S | 79 stdu r9,16(r3) 150 stdu r7,16(r3)
|
H A D | copyuser_64.S | 207 stex; stdu r7,16(r3) 491 exc; stdu r29,24(3) 520 exc; stdu r10,32(3)
|
/linux/arch/powerpc/boot/ |
H A D | crt0.S | 230 stdu r0,-112(r1) /* establish a stack frame */ 262 stdu r1,-PROM_FRAME_SIZE(r1) /* Save SP and create stack space */
|
/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp_64.S | 46 stdu r1,-STACKFRAMESIZE(r1); \ 62 stdu r1,-STACKFRAMESIZE(r1); \
|