/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_stdu.c | 138 static void vmw_stdu_destroy(struct vmw_screen_target_display_unit *stdu); 172 struct vmw_screen_target_display_unit *stdu, in vmw_stdu_define_st() argument 188 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st() 196 stdu->base.set_gui_x = cmd->body.xRoot; in vmw_stdu_define_st() 197 stdu->base.set_gui_y = cmd->body.yRoot; in vmw_stdu_define_st() 201 stdu->defined = true; in vmw_stdu_define_st() 202 stdu->display_width = mode->hdisplay; in vmw_stdu_define_st() 203 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 …]
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | hvcall.S | 43 stdu r3, -8(r1); \ 63 stdu r4, -16(r1); \ 86 stdu r5, -24(r1); \ 115 stdu r9, -56(r1); \ 146 stdu r4, -8(r1); \ 166 stdu r5, -16(r1); \ 189 stdu r6, -24(r1); \ 215 stdu r7, -32(r1); \ 244 stdu r8, -40(r1); \ 276 stdu r9, -48(r1); \ [all …]
|
/openbmc/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg_entry.S | 21 stdu r1, -112(r1) 99 stdu r1, -112(r1)
|
H A D | ftrace_entry.S | 278 stdu r1, -112(r1)
|
/openbmc/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)
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | copypage_power7.S | 47 stdu r1,-STACKFRAMESIZE(r1) 97 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)
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | powersave.S | 51 stdu r1,-64(r1)
|
/openbmc/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 | misc_64.S | 389 stdu r1,THREAD_SIZE-STACK_FRAME_MIN_SIZE(r3) 406 stdu r1,-STACK_FRAME_MIN_SIZE-64(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. */
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 13 #define PPC_STLU stringify_in_c(stdu)
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | basic_asm.h | 11 #define PPC_STLU stdu
|
/openbmc/u-boot/scripts/ |
H A D | checkstack.pl | 83 $re = qr/.*stdu.*r1,-($x{1,8})\(r1\)/o;
|
/openbmc/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 */
|
/openbmc/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)
|