Home
last modified time | relevance | path

Searched refs:trampframe (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dgenassym.c211 ASSYM(TR_CR2, offsetof(struct trampframe, tr_cr2));
212 ASSYM(TR_RAX, offsetof(struct trampframe, tr_rax));
213 ASSYM(TR_RCX, offsetof(struct trampframe, tr_rcx));
214 ASSYM(TR_RDX, offsetof(struct trampframe, tr_rdx));
215 ASSYM(TR_ERR, offsetof(struct trampframe, tr_err));
216 ASSYM(TR_RIP, offsetof(struct trampframe, tr_rip));
217 ASSYM(TR_CS, offsetof(struct trampframe, tr_cs));
218 ASSYM(TR_RFLAGS, offsetof(struct trampframe, tr_rflags));
219 ASSYM(TR_RSP, offsetof(struct trampframe, tr_rsp));
220 ASSYM(TR_SS, offsetof(struct trampframe, tr_ss));
[all …]
H A Dvm_machdep.c507 struct trampframe *tr; in spectre_sysctl_changed()
942 struct trampframe *tr; in mds_sysctl_changed()
H A Dpmap.c6313 struct trampframe *tramp; in pmap_setlwpvm()
/dragonfly/sys/platform/pc64/include/
H A Dglobaldata.h138 sizeof(struct trampframe) -
141 struct trampframe trampoline;
150 sizeof(struct trampframe)];
151 struct trampframe dbltramp;
153 sizeof(struct trampframe)];
154 struct trampframe dbgtramp;
/dragonfly/sys/cpu/x86_64/include/
H A Dframe.h126 struct trampframe { struct