Searched refs:XSAVE_AREA_ALIGN (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dnpx.h52 #define XSAVE_AREA_ALIGN 64 macro
/freebsd-11-stable/sys/amd64/include/
H A Dfpu.h52 #define XSAVE_AREA_ALIGN 64 macro
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c109 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN);
110 KASSERT((p % XSAVE_AREA_ALIGN) == 0, ("Unaligned pcb_user_save area"));
129 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN) -
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c96 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN);
97 KASSERT((p % XSAVE_AREA_ALIGN) == 0, ("Unaligned pcb_user_save area"));
116 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN) -
H A Dfpu.c128 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
361 XSAVE_AREA_ALIGN - 1, 0);
977 sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN +
999 p = roundup2(p, XSAVE_AREA_ALIGN);
/freebsd-11-stable/sys/i386/isa/
H A Dnpx.c175 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
506 XSAVE_AREA_ALIGN - 1, 0);
1338 sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN +
1360 p = roundup2(p, XSAVE_AREA_ALIGN);

Completed in 106 milliseconds