Searched refs:TASK_SIZE_OF (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
H A Dprocessor.h69 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
72 #define TASK_SIZE TASK_SIZE_OF(current)
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h63 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dprocessor.h35 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
36 #define TASK_SIZE TASK_SIZE_OF(current)
/linux-4.1.27/arch/powerpc/include/asm/
H A 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.1.27/arch/sparc/include/asm/
H A Dprocessor_64.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.1.27/arch/x86/kernel/
H A Dprocess_64.c578 if (addr >= TASK_SIZE_OF(task)) do_arch_prctl()
604 if (addr >= TASK_SIZE_OF(task)) do_arch_prctl()
H A Dptrace.c430 if (value >= TASK_SIZE_OF(child)) putreg()
444 if (value >= TASK_SIZE_OF(child)) putreg()
/linux-4.1.27/arch/mips/include/asm/
H A Dprocessor.h76 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.1.27/fs/proc/
H A Dtask_mmu.c1276 end_vaddr = TASK_SIZE_OF(task); pagemap_read()
1279 if (svpfn > TASK_SIZE_OF(task) >> PAGE_SHIFT) pagemap_read()
/linux-4.1.27/arch/x86/include/asm/
H A Dprocessor.h891 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux-4.1.27/include/linux/
H A Dsched.h3063 #ifndef TASK_SIZE_OF
3064 #define TASK_SIZE_OF(tsk) TASK_SIZE macro

Completed in 2456 milliseconds