Searched defs:TASK_SIZE64 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h33 #define TASK_SIZE64 (0x1UL << ((cpu_vabits > VA_BITS) ? VA_BITS : cpu_vabits)) macro
/linux-master/arch/mips/include/asm/
H A Dprocessor.h57 #define TASK_SIZE64 (0x1UL << ((cpu_data[0].vmbits>48)?48:cpu_data[0].vmbits)) macro
59 #define TASK_SIZE64 0x10000000000UL macro

Completed in 93 milliseconds