Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dpcpu.h41 #define PC_PTI_STACK_SZ 16 macro
82 uint64_t pc_pti_stack[PC_PTI_STACK_SZ]; \
/f-stack/freebsd/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); in init_secondary()
H A Dmachdep.c162 CTASSERT(PC_PTI_STACK_SZ * sizeof(register_t) >= 2 * sizeof(struct pti_frame) -
1576 PC_PTI_STACK_SZ * sizeof(uint64_t)) & ~0xful); in amd64_bsp_pcpu_init2()