Home | History | Annotate | Download | only in strace

Lines Matching refs:U_REG_O1

1392 #   define get_arg1(tcp, state, valp) (*(valp) = (state)->u_regs[U_REG_O1], 0)
1394 # define set_arg1(tcp, state, val) ((state)->u_regs[U_REG_O1] = (val), 0)