Home
last modified time | relevance | path

Searched defs:pstate (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dsis.h52 struct pstate { struct
63 int32_t fpstate; argument
64 uint32_t fpq[FPUQN * 2];
65 uint32_t fpqn;
66 uint32_t ftime;
67 uint32_t flrd;
68 uint32_t frd;
69 uint32_t frs1;
70 uint32_t frs2;
71 uint32_t fpu_pres; /* FPU present (0 = No, 1 = Yes) */
[all …]
/netbsd/src/external/bsd/nvi/dist/vi/
Dv_paragraph.c75 enum { P_INTEXT, P_INBLANK } pstate; in v_paragraphf() local
216 enum { P_INTEXT, P_INBLANK } pstate; in v_paragraphb() local
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstap-probe.h48 struct expr_builder pstate; member
Dtype-stack.c54 type_stack::insert (struct expr_builder *pstate, const char *string) in insert()
Dm2-exp.y59 static struct parser_state *pstate = NULL; variable
Dsparc64-obsd-tdep.c291 ULONGEST pstate; in sparc64obsd_trapframe_sniffer() local
Dp-exp.y65 static struct parser_state *pstate = NULL; variable
Dgo-exp.y75 static struct parser_state *pstate = NULL; variable
Df-exp.y67 static struct parser_state *pstate = NULL; variable
Dd-exp.y64 static struct parser_state *pstate = NULL; variable
Dc-exp.y66 static struct parser_state *pstate = NULL; variable
Dada-exp.y66 static struct parser_state *pstate = NULL; variable
Drust-parse.c338 struct parser_state *pstate; member
/netbsd/src/sys/arch/sparc64/include/
Dpsl.h413 int pstate = getpstate(); in SPARC64_RDASR64_DEF() local
420 intr_restore(int pstate) in intr_restore()
/netbsd/src/sys/arch/sparc64/sparc64/
Dcpu.c750 int i, pstate; in cpu_boot_secondary_processors() local
Dtrap.c444 int pstate = tstate >> TSTATE_PSTATE_SHIFT; in trap() local
Dmachdep.c234 int pstate = PSTATE_USER; in setregs() local
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddumpfile.h320 int pstate; member
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c836 re_dfastate_t *pstate = mctx.state_log[match_last]; in re_search_internal() local
2321 re_dfastate_t *pstate; in merge_state_with_log() local
2487 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate) in transit_state_mb()