OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__gregs
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/arch/ia64/include/
mcontext.h
110
__gregset_t
__gregs
;
member in struct:__mcontext
/src/sys/arch/vax/include/
mcontext.h
64
__gregset_t
__gregs
; /* General Purpose Register set */
member in struct:__anon8745bb410108
72
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
73
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_FP])
74
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
75
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R0])
/src/sys/arch/sparc64/include/
mcontext.h
69
__gregset32_t
__gregs
; /* GPR state */
member in struct:__anon7e4325550608
80
#define _UC_MACHINE32_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_O6])
/src/sys/arch/alpha/include/
mcontext.h
91
__gregset_t
__gregs
;
member in struct:__anon212358f80308
100
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
101
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_S6])
102
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
103
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_V0])
/src/sys/arch/amd64/include/
mcontext.h
62
__gregset_t
__gregs
;
member in struct:__anond1d963ee0208
70
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RSP] - 128)
71
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RBP])
72
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RIP])
73
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RAX])
117
#define _UC_MACHINE32_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG32_UESP])
135
__gregset32_t
__gregs
;
member in struct:__anond1d963ee0708
/src/sys/arch/i386/include/
mcontext.h
94
__gregset_t
__gregs
;
member in struct:__anon019c419c0508
106
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_UESP])
108
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_EBP])
109
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_EIP])
110
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_EAX])
/src/sys/arch/m68k/include/
mcontext.h
79
__gregset_t
__gregs
; /* General Register set */
member in struct:__anonbe9436980208
104
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_A7])
105
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_A6])
106
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
107
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_D0])
/src/sys/arch/or1k/include/
mcontext.h
83
__gregset_t
__gregs
; /* General Purpose Register set */
member in struct:__anonf806184f0108
90
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
91
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R2])
92
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
93
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RV])
/src/sys/arch/sh3/include/
mcontext.h
87
__gregset_t
__gregs
;
member in struct:__anon600c34c00208
91
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
92
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R14])
93
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
94
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R0])
/src/sys/arch/hppa/include/
mcontext.h
80
__gregset_t
__gregs
;
member in struct:__anon91e001bb0308
84
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
85
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[3])
86
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PCOQH])
89
(uc)->uc_mcontext.
__gregs
[_REG_PCOQH] = (pc); \
90
(uc)->uc_mcontext.
__gregs
[_REG_PCOQT] = (pc) + 4; \
92
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RET0])
/src/sys/arch/powerpc/include/
mcontext.h
114
__gregset_t
__gregs
; /* General Purpose Register set */
member in struct:__anon725484f20308
124
__gregset32_t
__gregs
; /* General Purpose Register set */
member in struct:__anon725484f20408
137
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R1])
138
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R31])
139
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
140
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_R3])
/src/sys/arch/sparc/include/
mcontext.h
137
__gregset_t
__gregs
; /* GPR state */
member in struct:__anond91bf62b0708
148
#define _UC_MACHINE_SP(uc) (((uc)->uc_mcontext.
__gregs
[_REG_O6]) + 0x7ff)
152
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_O6])
155
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
156
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_O0])
160
(uc)->uc_mcontext.
__gregs
[_REG_PC] = (pc); \
161
(uc)->uc_mcontext.
__gregs
[_REG_nPC] = (pc) + 4; \
/src/sys/arch/riscv/include/
mcontext.h
127
__gregset_t
__gregs
; /* General Purpose Register set */
member in struct:__anon07fe2af90108
133
__gregset32_t
__gregs
; /* General Purpose Register set */
member in struct:__anon07fe2af90208
143
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
144
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_S0])
145
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
146
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RV])
/src/sys/arch/mips/include/
mcontext.h
126
__gregset_t
__gregs
;
member in struct:__anonb2f753eb0308
139
__gregset32_t
__gregs
;
member in struct:__anonb2f753eb0408
146
__gregset_t
__gregs
;
member in struct:__anonb2f753eb0508
161
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
162
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_S8])
163
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_EPC])
164
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_V0])
/src/sys/arch/arm/include/
mcontext.h
157
__gregset32_t
__gregs
;
member in struct:__anonbb5140720308
164
__gregset_t
__gregs
; /* General Purpose Register set */
member in struct:__anonbb5140720408
193
__gregset_t
__gregs
;
member in struct:__anonbb5140720808
223
#define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_SP])
224
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.
__gregs
[_REG_FP])
225
#define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.
__gregs
[_REG_PC])
226
#define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.
__gregs
[_REG_RV])
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025