OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_OFFSET
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
dmub_reg.h
39
#define
REG_OFFSET
(reg_name) (BASE(mm##reg_name##_BASE_IDX) + mm##reg_name)
/src/external/gpl3/gdb.old/dist/gdb/
i386-bsd-nat.c
58
#define
REG_OFFSET
(member) offsetof (struct reg, member)
65
REG_OFFSET
(r_eax),
66
REG_OFFSET
(r_ecx),
67
REG_OFFSET
(r_edx),
68
REG_OFFSET
(r_ebx),
69
REG_OFFSET
(r_esp),
70
REG_OFFSET
(r_ebp),
71
REG_OFFSET
(r_esi),
72
REG_OFFSET
(r_edi),
73
REG_OFFSET
(r_eip)
[
all
...]
i386-gnu-nat.c
43
#define
REG_OFFSET
(reg) offsetof (struct i386_thread_state, reg)
45
/* At
REG_OFFSET
[N] is the offset to the thread_state_t location where
47
static int
reg_offset
[] =
variable
49
REG_OFFSET
(eax),
REG_OFFSET
(ecx),
REG_OFFSET
(edx),
REG_OFFSET
(ebx),
50
REG_OFFSET
(uesp),
REG_OFFSET
(ebp),
REG_OFFSET
(esi), REG_OFFSET (edi)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
i386-bsd-nat.c
58
#define
REG_OFFSET
(member) offsetof (struct reg, member)
65
REG_OFFSET
(r_eax),
66
REG_OFFSET
(r_ecx),
67
REG_OFFSET
(r_edx),
68
REG_OFFSET
(r_ebx),
69
REG_OFFSET
(r_esp),
70
REG_OFFSET
(r_ebp),
71
REG_OFFSET
(r_esi),
72
REG_OFFSET
(r_edi),
73
REG_OFFSET
(r_eip)
[
all
...]
x86-gnu-nat.c
49
#define
REG_OFFSET
(reg) offsetof (struct i386_thread_state, reg)
53
/* At
REG_OFFSET
[N] is the offset to the thread_state_t location where
57
REG_OFFSET
(rax), /* %rax */
58
REG_OFFSET
(rbx), /* %rbx */
59
REG_OFFSET
(rcx), /* %rcx */
60
REG_OFFSET
(rdx), /* %rdx */
61
REG_OFFSET
(rsi), /* %rsi */
62
REG_OFFSET
(rdi), /* %rdi */
63
REG_OFFSET
(rbp), /* %rbp */
64
REG_OFFSET
(ursp), /* %rsp *
[
all
...]
/src/sys/arch/hppa/gsc/
gsckbc.c
71
#define
REG_OFFSET
0x100 /* Address Offset of the two ports */
264
if (bus_space_map(sc->sc_iot, ga->ga_hpa, REG_SZ +
REG_OFFSET
,
280
sc->sc_ioh = sc->sc_op->sc_ioh +
REG_OFFSET
;
/src/sys/arch/evbppc/nintendo/dev/
wiiufb.c
65
#define
REG_OFFSET
(d, r) ((d) * 0x800 + (r))
66
#define DGRPH_SWAP_CNTL(d)
REG_OFFSET
(d, 0x610c)
69
#define DCRTC_BLANK_CONTROL(d)
REG_OFFSET
(d, 0x6084)
71
#define DCUR_CONTROL(d)
REG_OFFSET
(d, 0x6400)
75
#define DCUR_SURFACE_ADDRESS(d)
REG_OFFSET
(d, 0x6408)
76
#define DCUR_SIZE(d)
REG_OFFSET
(d, 0x6410)
79
#define DCUR_POSITION(d)
REG_OFFSET
(d, 0x6414)
82
#define DCUR_HOT_SPOT(d)
REG_OFFSET
(d, 0x6418)
85
#define DCUR_UPDATE(d)
REG_OFFSET
(d, 0x6424)
/src/external/gpl3/gcc/dist/gcc/
rtl.h
2677
#define
REG_OFFSET
(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
2667
#define
REG_OFFSET
(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
Completed in 23 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026