Searched refs:__uint_reg_t (Results 1 – 2 of 2) sorted by relevance
27 __uint_reg_t gregs[53]; /* General-purpose registers. */28 __uint_reg_t tp; /* Aliases gregs[TREG_TP]. */29 __uint_reg_t sp; /* Aliases gregs[TREG_SP]. */30 __uint_reg_t lr; /* Aliases gregs[TREG_LR]. */31 __uint_reg_t pc; /* Program counter. */32 __uint_reg_t ics; /* In Interrupt Critical Section? */33 __uint_reg_t faultnum; /* Fault number. */34 __uint_reg_t pad[5];
47 typedef unsigned long long __uint_reg_t; typedef60 typedef unsigned long __uint_reg_t; typedef78 typedef __uint_reg_t uint_reg_t;