Searched refs:sgr (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/s390/purgatory/ |
H A D | head.S | 62 sgr \len,%r4 145 sgr %r8,%r0 152 sgr %r9,%r0 229 sgr %r5,%r9 234 sgr %r11,%r5
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | precise-smc-softmmu.S | 26 sgr %r1,%r1 /* this becomes `agr %r1,%r1` */ 36 sgr %r1,%r1 /* this becomes `d %r0,zero` */
|
H A D | mc.S | 30 sgr %r0,%r1
|
/openbmc/linux/drivers/gpu/drm/gud/ |
H A D | gud_pipe.c | 230 struct usb_sg_request sgr; member 237 usb_sg_cancel(&ctx->sgr); in gud_usb_bulk_timeout() 245 ret = usb_sg_init(&ctx.sgr, gud_to_usb_device(gdrm), gdrm->bulk_pipe, 0, in gud_usb_bulk() 253 usb_sg_wait(&ctx.sgr); in gud_usb_bulk() 257 else if (ctx.sgr.status < 0) in gud_usb_bulk() 258 ret = ctx.sgr.status; in gud_usb_bulk() 259 else if (ctx.sgr.bytes != len) in gud_usb_bulk()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | sur40.c | 533 struct usb_sg_request sgr; in sur40_process_video() local 584 result = usb_sg_init(&sgr, sur40->usbdev, in sur40_process_video() 592 usb_sg_wait(&sgr); in sur40_process_video() 593 if (sgr.status < 0) { in sur40_process_video() 594 dev_err(sur40->dev, "error %d in usb_sg_wait\n", sgr.status); in sur40_process_video()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.h | 153 uint32_t sgr; /* saved global register 15 */ member
|
H A D | translate.c | 123 offsetof(CPUSH4State, sgr), "SGR"); in sh4_translate_init() 169 env->sgr, env->dbr, env->delayed_pc, env->fpul); in superh_cpu_dump_state() 1441 ST(sgr, 0x003a, 0x4032, CHECK_PRIVILEGED) in _decode_opc() 1442 LD(sgr, 0x403a, 0x4036, CHECK_PRIVILEGED CHECK_SH4A) in _decode_opc()
|
H A D | helper.c | 146 env->sgr = env->gregs[15]; in superh_cpu_do_interrupt()
|
/openbmc/linux/arch/s390/boot/ |
H A D | head.S | 170 sgr %r0,%r3 # #ccws*80-residual=#bytes read
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 489 b909 sgr RRE_RR
|