Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dframe.h46 #define VM86_STACK_SPACE 16 macro
H A Dasmacros.h194 addl $VM86_STACK_SPACE, %ecx
/f-stack/freebsd/i386/i386/
H A Dgenassym.c231 ASSYM(VM86_STACK_SPACE, VM86_STACK_SPACE);
H A Dvm_machdep.c202 VM86_STACK_SPACE) - 1; in cpu_fork()
355 VM86_STACK_SPACE) - 1; in cpu_thread_alloc()
H A Dswtch.s193 leal -VM86_STACK_SPACE(%edx), %eax /* leave space for vm86 */
H A Dmp_machdep.c269 VM86_STACK_SPACE); in init_secondary()
H A Dexception.s518 addl $VM86_STACK_SPACE, %ecx
H A Dmachdep.c2418 PAGE_SIZE - VM86_STACK_SPACE; in init386()
2492 common_tss0.tss_esp0 = (vm_offset_t)thread0.td_pcb - VM86_STACK_SPACE; in init386()
2549 VM86_STACK_SPACE); in machdep_init_trampoline()