| /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/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.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/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)
|