Searched refs:THREAD_SIZE (Results 201 - 207 of 207) sorted by relevance

123456789

/linux-master/init/
H A Dmain.c792 # if THREAD_SIZE >= PAGE_SIZE
/linux-master/mm/
H A Dkmemleak.c1684 scan_block(stack, stack + THREAD_SIZE, NULL);
/linux-master/kernel/
H A Dexit.c782 static int lowest_to_date = THREAD_SIZE;
/linux-master/kernel/trace/
H A Dtrace_probe.c870 #define PARAM_MAX_STACK (THREAD_SIZE / sizeof(unsigned long))
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S2696 subi r1, r1, THREAD_SIZE/2 + INT_FRAME_SIZE
/linux-master/arch/m68k/kernel/
H A Dhead.S1508 lea init_thread_union+THREAD_SIZE,%sp
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2697 printf(" %-*s = 0x%016llx\n", 25, "kstack_base", p->kstack & ~(THREAD_SIZE - 1));

Completed in 289 milliseconds

123456789