Home
last modified time | relevance | path

Searched refs:TASK_SIZE_OF (Results 1 – 8 of 8) sorted by relevance

/arch/s390/include/asm/
Dprocessor.h50 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
53 #define TASK_SIZE TASK_SIZE_OF(current)
/arch/parisc/include/asm/
Dprocessor.h33 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
34 #define TASK_SIZE TASK_SIZE_OF(current)
/arch/powerpc/include/asm/
Dprocessor.h110 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
112 #define TASK_SIZE TASK_SIZE_OF(current)
/arch/sparc/include/asm/
Dprocessor_64.h39 #define TASK_SIZE_OF(tsk) \ macro
/arch/mips/include/asm/
Dprocessor.h86 #define TASK_SIZE_OF(tsk) \ macro
/arch/x86/kernel/
Dprocess_64.c453 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
479 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
Dptrace.c436 if (value >= TASK_SIZE_OF(child)) in putreg()
450 if (value >= TASK_SIZE_OF(child)) in putreg()
/arch/x86/include/asm/
Dprocessor.h898 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro