Home
last modified time | relevance | path

Searched refs:td_kstack_pages (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/amd64/include/
H A Dstack.h15 (total) = ptoa(td->td_kstack_pages); \
/freebsd/sys/powerpc/include/
H A Dstack.h41 (total) = ptoa(td->td_kstack_pages) - sizeof(struct pcb); \
/freebsd/sys/arm64/include/
H A Dstack.h44 (total) = ptoa(td->td_kstack_pages); \
/freebsd/sys/riscv/include/
H A Dstack.h54 (total) = ptoa(td->td_kstack_pages); \
/freebsd/sys/arm/include/
H A Dstack.h71 (total) = ptoa(td->td_kstack_pages) - sizeof(struct pcb); \
/freebsd/sys/vm/
H A Dvm_glue.c544 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()
/freebsd/sys/arm/arm/
H A Dmachdep.c380 thread0.td_kstack_pages = kstack_pages; in init_proc0()
/freebsd/sys/riscv/riscv/
H A Dmachdep.c299 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()
/freebsd/sys/sys/
H A Dproc.h371 u_short td_kstack_pages; /* (a) Size of the kstack. */ member
1333 return (td->td_kstack + ptoa(td->td_kstack_pages)); in td_kstack_top()
/freebsd/sys/kern/
H A Dsubr_asan.c301 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()
H A Dkern_thread.c814 if (td->td_kstack == NULL || td->td_kstack_pages != pages) { in thread_recycle()
H A Dsubr_msan.c465 kmsan_mark(td->td_kstack, ptoa(td->td_kstack_pages), in kmsan_thread_alloc()
H A Dkern_proc.c1148 kp->ki_rssize += td0->td_kstack_pages; in fill_kinfo_proc_only()
/freebsd/sys/i386/i386/
H A Dtrap.c205 td, stk, td->td_kstack, td->td_kstack_pages); in trap_check_kstack()
H A Dmachdep.c1384 thread0.td_kstack_pages = TD0_KSTACK_PAGES; in init386()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c443 thread0.td_kstack_pages = KSTACK_PAGES; in init_proc0()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1376 thread0.td_kstack_pages = kstack_pages; in hammer_time()
/freebsd/sys/powerpc/booke/
H A Dpmap.c934 thread0.td_kstack_pages = kstack_pages; in mmu_booke_bootstrap()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c966 thread0.td_kstack_pages = kstack_pages; in moea_bootstrap()
H A Dmmu_oea64.c1191 thread0.td_kstack_pages = kstack_pages; in moea64_late_bootstrap()
H A Dmmu_radix.c2092 thread0.td_kstack_pages = kstack_pages; in mmu_radix_late_bootstrap()