Searched refs:bfin_trace (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_trace.c26 #include "dv-bfin_trace.h"
44 struct bfin_trace struct
56 #define mmr_base() offsetof(struct bfin_trace, tbufctl)
57 #define mmr_offset(mmr) (offsetof(struct bfin_trace, mmr) - mmr_base())
79 struct bfin_trace *trace = hw_data (me);
113 struct bfin_trace *trace = hw_data (me);
169 attach_bfin_trace_regs (struct hw *me, struct bfin_trace *trace)
199 struct bfin_trace *trace;
201 trace = HW_ZALLOC (me, struct bfin_trace);
212 {"bfin_trace", bfin_trace_finis
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_trace.c27 #include "dv-bfin_trace.h"
45 struct bfin_trace struct
57 #define mmr_base() offsetof(struct bfin_trace, tbufctl)
58 #define mmr_offset(mmr) (offsetof(struct bfin_trace, mmr) - mmr_base())
80 struct bfin_trace *trace = hw_data (me);
114 struct bfin_trace *trace = hw_data (me);
170 attach_bfin_trace_regs (struct hw *me, struct bfin_trace *trace)
200 struct bfin_trace *trace;
202 trace = HW_ZALLOC (me, struct bfin_trace);
213 {"bfin_trace", bfin_trace_finis
[all...]
H A DMakefile.in54 bfin_trace \

Completed in 78 milliseconds