Searched refs:VM86_STACK_SPACE (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dframe.h46 #define VM86_STACK_SPACE 16 macro
H A Dasmacros.h193 addl $VM86_STACK_SPACE, %ecx
/freebsd-12-stable/sys/i386/i386/
H A Dvm_machdep.c206 * The -VM86_STACK_SPACE (-16) is so we can expand the trapframe
210 VM86_STACK_SPACE) - 1;
371 VM86_STACK_SPACE) - 1;
H A Dgenassym.c241 ASSYM(VM86_STACK_SPACE, VM86_STACK_SPACE);
H A Dexception.s518 addl $VM86_STACK_SPACE, %ecx
H A Dmp_machdep.c269 VM86_STACK_SPACE);
H A Dswtch.s193 leal -VM86_STACK_SPACE(%edx), %eax /* leave space for vm86 */
H A Dmachdep.c2435 PAGE_SIZE - VM86_STACK_SPACE;
2509 common_tss0.tss_esp0 = (vm_offset_t)thread0.td_pcb - VM86_STACK_SPACE;
2570 VM86_STACK_SPACE);

Completed in 169 milliseconds