Home
last modified time | relevance | path

Searched refs:pti_frame (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c195 ASSYM(PTI_RDX, offsetof(struct pti_frame, pti_rdx));
196 ASSYM(PTI_RAX, offsetof(struct pti_frame, pti_rax));
197 ASSYM(PTI_ERR, offsetof(struct pti_frame, pti_err));
198 ASSYM(PTI_RIP, offsetof(struct pti_frame, pti_rip));
199 ASSYM(PTI_CS, offsetof(struct pti_frame, pti_cs));
200 ASSYM(PTI_RFLAGS, offsetof(struct pti_frame, pti_rflags));
201 ASSYM(PTI_RSP, offsetof(struct pti_frame, pti_rsp));
202 ASSYM(PTI_SS, offsetof(struct pti_frame, pti_ss));
203 ASSYM(PTI_SIZE, sizeof(struct pti_frame));
H A Dmachdep.c162 CTASSERT(PC_PTI_STACK_SZ * sizeof(register_t) >= 2 * sizeof(struct pti_frame) -
163 offsetof(struct pti_frame, pti_rip));
/f-stack/freebsd/amd64/include/
H A Dframe.h39 struct pti_frame { struct