Searched refs:td_kstack_pages (Results 1 – 21 of 21) sorted by relevance
15 (total) = ptoa(td->td_kstack_pages); \
41 (total) = ptoa(td->td_kstack_pages) - sizeof(struct pcb); \
44 (total) = ptoa(td->td_kstack_pages); \
54 (total) = ptoa(td->td_kstack_pages); \
71 (total) = ptoa(td->td_kstack_pages) - sizeof(struct pcb); \
544 td->td_kstack_pages = pages; in vm_thread_new()558 pages = td->td_kstack_pages; in vm_thread_dispose()561 td->td_kstack_pages = 0; in vm_thread_dispose()
380 thread0.td_kstack_pages = kstack_pages; in init_proc0()
299 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()
371 u_short td_kstack_pages; /* (a) Size of the kstack. */ member1333 return (td->td_kstack + ptoa(td->td_kstack_pages)); in td_kstack_top()
301 kasan_mark(td->td_kstack, ptoa(td->td_kstack_pages), in kasan_thread_alloc()302 ptoa(td->td_kstack_pages), 0); in kasan_thread_alloc()
814 if (td->td_kstack == NULL || td->td_kstack_pages != pages) { in thread_recycle()
465 kmsan_mark(td->td_kstack, ptoa(td->td_kstack_pages), in kmsan_thread_alloc()
1148 kp->ki_rssize += td0->td_kstack_pages; in fill_kinfo_proc_only()
205 td, stk, td->td_kstack, td->td_kstack_pages); in trap_check_kstack()
1384 thread0.td_kstack_pages = TD0_KSTACK_PAGES; in init386()
443 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()
1376 thread0.td_kstack_pages = kstack_pages; in hammer_time()
934 thread0.td_kstack_pages = kstack_pages; in mmu_booke_bootstrap()
966 thread0.td_kstack_pages = kstack_pages; in moea_bootstrap()
1191 thread0.td_kstack_pages = kstack_pages; in moea64_late_bootstrap()
2092 thread0.td_kstack_pages = kstack_pages; in mmu_radix_late_bootstrap()