Searched refs:XSAVE_AREA_ALIGN (Results 1 – 6 of 6) sorted by relevance
54 #define XSAVE_AREA_ALIGN 64 macro
97 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN); in get_pcb_user_save_td()98 KASSERT((p % XSAVE_AREA_ALIGN) == 0, ("Unaligned pcb_user_save area")); in get_pcb_user_save_td()117 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN) - in get_pcb_td()
176 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);485 XSAVE_AREA_ALIGN - 1, 0); in npxinitstate()1394 sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + in fpu_kern_alloc_ctx()1416 p = roundup2(p, XSAVE_AREA_ALIGN); in fpu_kern_ctx_savefpu()
180 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);443 XSAVE_AREA_ALIGN - 1, 0); in fpuinitstate()1104 return (sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + max_est); in fpu_kern_alloc_sz()1143 p = roundup2(p, XSAVE_AREA_ALIGN); in fpu_kern_ctx_savefpu()
94 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN); in set_top_of_stack_td()103 KASSERT((p % XSAVE_AREA_ALIGN) == 0, in get_pcb_user_save_td()