Searched refs:sc_nat (Results 1 – 5 of 5) sorted by relevance
43 unsigned long int sc_nat; /* bit i == 1 iff scratch reg gr[i] is a NaT */ member
5 SC_NAT offsetof (mcontext_t, sc_nat)
108 if (ctx->sc_nat & (1L << i)) in register_dump()114 if (ctx->sc_nat & (1L << i)) in register_dump()
83 sc->sc_nat &= ~((1 << 1) | (1 << 12)); in __makecontext()
50 unsigned long int __ctx(sc_nat);
Completed in 5 milliseconds