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

123456789

/linux-master/arch/sparc/kernel/
H A Dirq_64.c859 sp += THREAD_SIZE - 192 - STACK_BIAS;
/linux-master/mm/
H A Dkmemleak.c1680 scan_block(stack, stack + THREAD_SIZE, NULL);
/linux-master/kernel/trace/
H A Dtrace_probe.c871 #define PARAM_MAX_STACK (THREAD_SIZE / sizeof(unsigned long))
/linux-master/kernel/
H A Dexit.c778 static int lowest_to_date = THREAD_SIZE;
/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 211 milliseconds

123456789