Searched refs:td_kstack (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-10.0-release/sys/ia64/ia64/
H A Dptrace_machdep.c49 kstack = (uint64_t*)(td->td_kstack +
56 kstack = (uint64_t*)(td->td_kstack +
H A Dvm_machdep.c115 sp = td->td_kstack + td->td_kstack_pages * PAGE_SIZE;
192 pcb->pcb_special.bspstore = td->td_kstack;
239 sp = td->td_kstack + ndirty - 8;
292 stackp = (char *)(td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE);
304 bcopy((void*)td1->td_kstack, (void*)td2->td_kstack, ndirty);
316 td2->td_pcb->pcb_special.bspstore = td2->td_kstack + ndirty;
H A Dgenassym.c115 ASSYM(TD_KSTACK, offsetof(struct thread, td_kstack));
H A Dgdb_machdep.c181 (uint64_t*)(kdb_thread->td_kstack + (bspstore & 0x1ffUL));
H A Dmachdep.c859 thread0.td_kstack = (uintptr_t)p;
875 thread0.td_pcb->pcb_special.bspstore = thread0.td_kstack;
1162 kstk = td->td_kstack + (r->bspstore & 0x1ffUL);
1309 ksttop = (uint64_t*)(td->td_kstack + tf->tf_special.ndirty +
/freebsd-10.0-release/sys/powerpc/include/
H A Dproc.h64 (used) = (char *)td->td_kstack + \
/freebsd-10.0-release/sys/sparc64/include/
H A Dproc.h64 (used) = (char *)td->td_kstack + \
/freebsd-10.0-release/sys/amd64/include/
H A Dproc.h66 (used) = (char *)td->td_kstack + \
/freebsd-10.0-release/sys/i386/include/
H A Dproc.h69 (used) = (char *)td->td_kstack + \
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_arm.c85 stackstart = (uintptr_t) td->td_kstack;
86 stackend = (uintptr_t) td->td_kstack + td->td_kstack_pages * PAGE_SIZE;
H A Dhwpmc_x86.c175 stackstart = (uintptr_t) td->td_kstack;
176 stackend = (uintptr_t) td->td_kstack + td->td_kstack_pages * PAGE_SIZE;
/freebsd-10.0-release/sys/arm/arm/
H A Dvm_machdep.c139 pcb2 = (struct pcb *)(td2->td_kstack + td2->td_kstack_pages * PAGE_SIZE) - 1;
142 pmap_use_minicache(td2->td_kstack, td2->td_kstack_pages * PAGE_SIZE);
149 pcb2->un_32.pcb32_und_sp = td2->td_kstack + USPACE_UNDEF_STACK_TOP;
150 pcb2->un_32.pcb32_sp = td2->td_kstack +
368 td->td_pcb->un_32.pcb32_und_sp = td->td_kstack + USPACE_UNDEF_STACK_TOP;
420 td->td_pcb = (struct pcb *)(td->td_kstack + td->td_kstack_pages *
427 td->td_frame = (struct trapframe *)STACKALIGN((u_int)td->td_kstack +
432 pmap_use_minicache(td->td_kstack, td->td_kstack_pages * PAGE_SIZE);
H A Dmachdep.c397 pcb->un_32.pcb32_und_sp = (u_int)thread0.td_kstack +
399 pcb->un_32.pcb32_sp = (u_int)thread0.td_kstack +
1027 thread0.td_kstack = kstack;
1029 (thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
/freebsd-10.0-release/sys/vm/
H A Dvm_glue.c342 td->td_kstack = (vm_offset_t)ks_ce;
382 td->td_kstack = ks;
444 ks = td->td_kstack;
445 td->td_kstack = 0;
502 pmap_qremove(td->td_kstack, pages);
554 pmap_qenter(td->td_kstack, ma, pages);
/freebsd-10.0-release/sys/ddb/
H A Ddb_ps.c315 db_printf(" stack: %p-%p\n", (void *)td->td_kstack,
316 (void *)(td->td_kstack + td->td_kstack_pages * PAGE_SIZE - 1));
452 if (td->td_kstack <= saddr && saddr < td->td_kstack +
H A Ddb_thread.c98 (void *)thr->td_kstack);
/freebsd-10.0-release/sys/mips/mips/
H A Dvm_machdep.c294 pte = pmap_pte(kernel_pmap, td->td_kstack + i * PAGE_SIZE);
310 KASSERT((td->td_kstack & (1 << PAGE_SHIFT)) == 0, ("kernel stack must be aligned."));
311 td->td_pcb = (struct pcb *)(td->td_kstack +
316 pte = pmap_pte(kernel_pmap, td->td_kstack + i * PAGE_SIZE);
H A Dmachdep.c292 thread0.td_kstack = kstack0;
299 thread0.td_pcb = (struct pcb *)(thread0.td_kstack +
/freebsd-10.0-release/sys/amd64/amd64/
H A Dvm_machdep.c102 p = td->td_kstack + td->td_kstack_pages * PAGE_SIZE -
122 p = td->td_kstack + td->td_kstack_pages * PAGE_SIZE -
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dvm_machdep.c150 pcb = (struct pcb *)((td->td_kstack + td->td_kstack_pages * PAGE_SIZE -
291 pcb2 = (struct pcb *)((td2->td_kstack + td2->td_kstack_pages *
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c104 kt->kstack = td.td_kstack;
/freebsd-10.0-release/sys/kern/
H A Dkern_thread.c213 td->td_kstack = 0;
347 KASSERT(td->td_kstack == 0, ("thread_alloc got thread with kstack"));
360 KASSERT(td->td_kstack == 0,
380 if (td->td_kstack != 0)
/freebsd-10.0-release/sys/powerpc/aim/
H A Dvm_machdep.c169 pcb = (struct pcb *)((td2->td_kstack +
/freebsd-10.0-release/sys/powerpc/booke/
H A Dvm_machdep.c193 pcb = (struct pcb *)((td2->td_kstack +
/freebsd-10.0-release/sys/i386/i386/
H A Dvm_machdep.c204 pcb2 = (struct pcb *)(td2->td_kstack +
390 td->td_pcb = (struct pcb *)(td->td_kstack +

Completed in 209 milliseconds

12