Home
last modified time | relevance | path

Searched refs:lg (Results 1 – 5 of 5) sorted by relevance

/qemu/common-user/host/s390x/
H A Dsafe-syscall.inc.S38 lg %r0,8(%r15) /* load eos */
78 lg %r15,0(%r15) /* load back chain */
91 2: lg %r15,0(%r15) /* load back chain */
/qemu/tests/tcg/s390x/
H A Dpgm-specification-softmmu.S24 lg %r0,expected_old_psw+8 /* ilc adjustment */
/qemu/linux-user/s390x/
H A Dvdso.S35 lg %r14, STACK_FRAME_OVERHEAD(%r15)
/qemu/pc-bios/s390-ccw/
H A Dstart.S23 lg %r2,0(%r2) /* ... so load it indirectly */
/qemu/linux-user/
H A Dsyscall.c2388 struct linger lg; in do_setsockopt() local
2397 __get_user(lg.l_onoff, &tlg->l_onoff); in do_setsockopt()
2398 __get_user(lg.l_linger, &tlg->l_linger); in do_setsockopt()
2400 &lg, sizeof(lg))); in do_setsockopt()
2627 struct linger lg; in do_getsockopt() local
2638 lglen = sizeof(lg); in do_getsockopt()
2640 &lg, &lglen)); in do_getsockopt()
2650 __put_user(lg.l_onoff, &tlg->l_onoff); in do_getsockopt()
2651 __put_user(lg.l_linger, &tlg->l_linger); in do_getsockopt()