Searched refs:td_kstack_pages (Results 1 – 20 of 20) sorted by relevance
62 (total) = td->td_kstack_pages * PAGE_SIZE - sizeof(struct pcb); \64 td->td_kstack_pages * PAGE_SIZE - \
76 (total) = td->td_kstack_pages * PAGE_SIZE; \78 td->td_kstack_pages * PAGE_SIZE - \
104 (total) = td->td_kstack_pages * PAGE_SIZE; \106 td->td_kstack_pages * PAGE_SIZE - \
387 td->td_kstack_pages = pages; in vm_thread_new()400 pages = td->td_kstack_pages; in vm_thread_dispose()403 td->td_kstack_pages = 0; in vm_thread_dispose()509 stack_top = td->td_kstack + td->td_kstack_pages * PAGE_SIZE; in intr_prof_stack_use()
537 pages = td->td_kstack_pages; in vm_thread_swapout()563 pages = td->td_kstack_pages; in vm_thread_swapin()
107 (td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE) - 1; in cpu_fork()258 td->td_pcb = (struct pcb *)(td->td_kstack + td->td_kstack_pages * in cpu_thread_alloc()
701 thread0.td_kstack_pages = kstack_pages; in init_proc0()703 thread0.td_kstack_pages * PAGE_SIZE) - 1; in init_proc0()
91 td2->td_kstack_pages * PAGE_SIZE) - 1; in cpu_fork()245 td->td_kstack_pages * PAGE_SIZE) - 1; in cpu_thread_alloc()
905 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()907 thread0.td_kstack_pages * PAGE_SIZE) - 1; in init_proc0()
293 thread0.td_kstack_pages = KSTACK_PAGES; in mips_proc0_init()300 thread0.td_kstack_pages * PAGE_SIZE) - 1; in mips_proc0_init()
268 td->td_kstack_pages * PAGE_SIZE) - 1; in cpu_thread_alloc()
96 p = td->td_kstack + td->td_kstack_pages * PAGE_SIZE - in get_pcb_user_save_td()116 p = td->td_kstack + td->td_kstack_pages * PAGE_SIZE - in get_pcb_td()
2311 thread0.td_kstack_pages = TD0_KSTACK_PAGES; in init386()2417 common_tss0.tss_esp0 = thread0.td_kstack + thread0.td_kstack_pages * in init386()
366 (void *)(td->td_kstack + td->td_kstack_pages * PAGE_SIZE - 1)); in DB_SHOW_COMMAND()
93 td->td_kstack_pages * PAGE_SIZE - in set_top_of_stack_td()
1671 thread0.td_kstack_pages = kstack_pages; in hammer_time()1672 kstack0_sz = thread0.td_kstack_pages * PAGE_SIZE; in hammer_time()
360 int td_kstack_pages; /* (a) Size of the kstack. */ member1228 va + len <= td->td_kstack + td->td_kstack_pages * PAGE_SIZE); in kstack_contains()
449 td->td_kstack + td->td_kstack_pages * PAGE_SIZE); in _epoch_enter_preempt()
947 if (td2->td_kstack == 0 || td2->td_kstack_pages != pages) { in fork1()
1113 kp->ki_rssize += td0->td_kstack_pages; in fill_kinfo_proc_only()