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

/freebsd-11.0-release/sys/i386/include/
H A Dnpx.h52 #define XSAVE_AREA_ALIGN 64 macro
/freebsd-11.0-release/sys/amd64/include/
H A Dfpu.h52 #define XSAVE_AREA_ALIGN 64 macro
/freebsd-11.0-release/sys/amd64/amd64/
H A Dvm_machdep.c105 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN);
106 KASSERT((p % XSAVE_AREA_ALIGN) == 0, ("Unaligned pcb_user_save area"));
125 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN) -
H A Dfpu.c128 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
355 XSAVE_AREA_ALIGN - 1, 0);
936 sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN +
958 p = roundup2(p, XSAVE_AREA_ALIGN);
/freebsd-11.0-release/sys/i386/i386/
H A Dvm_machdep.c130 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN);
131 KASSERT((p % XSAVE_AREA_ALIGN) == 0, ("Unaligned pcb_user_save area"));
150 roundup2(cpu_max_ext_state_size, XSAVE_AREA_ALIGN) -
/freebsd-11.0-release/sys/i386/isa/
H A Dnpx.c193 CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
542 XSAVE_AREA_ALIGN - 1, 0);
1384 sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN +
1406 p = roundup2(p, XSAVE_AREA_ALIGN);

Completed in 395 milliseconds