Searched refs:pti_frame (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | genassym.c | 195 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 D | machdep.c | 162 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 D | frame.h | 39 struct pti_frame { struct
|