Home | History | Annotate | Download | only in strace

Lines Matching refs:U_REG_O0

1391 #   define get_arg0(tcp, state, valp) (*(valp) = (state)->u_regs[U_REG_O0], 0)
1393 # define set_arg0(tcp, state, val) ((state)->u_regs[U_REG_O0] = (val), 0)