Searched defs:pc_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h43 * The pc_t is the type of the kernel's program counter. In general, a
44 * pc_t is a uintptr_t -- except for a sparcv9 kernel, in which case all
45 * instruction text is below 4G, and a pc_t is thus a uint32_t.
48 typedef uint32_t pc_t; typedef
50 typedef uintptr_t pc_t; typedef
267 int getpcstack(pc_t *, int);

Completed in 43 milliseconds