Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dprocessor.h77 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
80 #define TASK_SIZE TASK_SIZE_OF(current)
/linux-4.4.14/arch/parisc/include/asm/
Dprocessor.h35 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
36 #define TASK_SIZE TASK_SIZE_OF(current)
/linux-4.4.14/arch/arm64/include/asm/
Dmemory.h65 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
122 #define TASK_SIZE TASK_SIZE_OF(current)
/linux-4.4.14/arch/sparc/include/asm/
Dprocessor_64.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.4.14/arch/x86/kernel/
Dprocess_64.c514 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
540 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
Dptrace.c428 if (value >= TASK_SIZE_OF(child)) in putreg()
442 if (value >= TASK_SIZE_OF(child)) in putreg()
/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h70 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h755 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux-4.4.14/include/linux/
Dsched.h3161 #ifndef TASK_SIZE_OF
3162 #define TASK_SIZE_OF(tsk) TASK_SIZE macro