Home
last modified time | relevance | path

Searched defs:__mcontext32 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ducontext.h65 typedef struct __mcontext32 { struct
66 int mc_onstack;
67 int32_t mc_pc;
68 int32_t mc_regs[32];
69 int32_t sr;
70 int32_t mullo, mulhi;
71 int mc_fpused;
72 int32_t mc_fpregs[33];
73 int32_t mc_fpc_eir;
74 int32_t mc_tls;
[all …]
/f-stack/freebsd/arm64/include/
H A Ducontext.h66 typedef struct __mcontext32 { struct
82 typedef struct __mcontext32_vfp { argument