Home
last modified time | relevance | path

Searched refs:gr4 (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/ia64/ia64/
HDgdb_machdep.c55 case 4: return (&kdb_thrctx->pcb_preserved.gr4); in gdb_cpu_getreg()
HDunaligned.c97 p = &mc->mc_preserved.gr4; in greg_ptr()
HDunwind.c230 val = (&pcb->pcb_preserved.gr4)[reg - 4]; in unw_copyin_from_pcb()
/trueos/sys/ia64/include/
HD_regset.h181 unsigned long gr4; member
/trueos/tools/tools/gdb_regofs/
HDia64.c54 PRESERVED(gr4), PRESERVED(gr5), PRESERVED(gr6), PRESERVED(gr7),
/trueos/gnu/usr.bin/gdb/kgdb/
HDtrgt_ia64.c84 supply_register(IA64_GR4_REGNUM, (char *)&pcb.pcb_preserved.gr4); in kgdb_trgt_fetch_registers()