Searched refs:PC_PTI_STACK_SZ (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/amd64/include/
H A Dpcpu.h41 #define PC_PTI_STACK_SZ 16 macro
82 uint64_t pc_pti_stack[PC_PTI_STACK_SZ]; \
/freebsd-13-stable/sys/amd64/amd64/
H A Dgenassym.c236 ASSYM(PC_PTI_STACK_SZ, PC_PTI_STACK_SZ);
H A Dmp_machdep.c288 PC_PTI_STACK_SZ * sizeof(uint64_t)) & ~0xful);
H A Dmachdep.c162 CTASSERT(PC_PTI_STACK_SZ * sizeof(register_t) >= 2 * sizeof(struct pti_frame) -
1562 PC_PTI_STACK_SZ * sizeof(uint64_t)) & ~0xful);

Completed in 67 milliseconds