1 /* 2 * arch/loongarch/include/asm/processor.h: 3 * TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3) 4 */ 5 #define TASK_UNMAPPED_BASE \ 6 TARGET_PAGE_ALIGN((1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) / 3) 7 8 #include "../generic/target_mman.h" 9
1 /* 2 * arch/loongarch/include/asm/processor.h: 3 * TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3) 4 */ 5 #define TASK_UNMAPPED_BASE \ 6 TARGET_PAGE_ALIGN((1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) / 3) 7 8 #include "../generic/target_mman.h" 9