Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpage_64_types.h66 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux/arch/sparc/include/asm/
H A Dprocessor_64.h30 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/loongarch/include/asm/
H A Dprocessor.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/mips/include/asm/
H A Dprocessor.h64 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/arm64/include/asm/
H A Dprocessor.h71 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1416 } else if (TASK_SIZE_OF(current) < full_va_range) { in panthor_vm_create_get_user_va_range()
1421 user_va_range = TASK_SIZE_OF(current); in panthor_vm_create_get_user_va_range()