Home
last modified time | relevance | path

Searched refs:TASK_SIZE_USER64 (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/include/asm/
A Dtask_size_64.h27 #define TASK_SIZE_USER64 TASK_SIZE_4PB macro
31 #define TASK_SIZE_USER64 TASK_SIZE_64TB macro
49 TASK_SIZE_USER64)
76 #define STACK_TOP_MAX TASK_SIZE_USER64
A Duaccess.h13 #define TASK_SIZE_MAX TASK_SIZE_USER64
/linux/arch/powerpc/mm/book3s64/
A Dhash_pgtable.c22 #if H_PGTABLE_RANGE > (USER_VSID_RANGE * (TASK_SIZE_USER64 / TASK_CONTEXT_SIZE))
155 BUILD_BUG_ON(TASK_SIZE_USER64 > H_PGTABLE_RANGE); in hash__map_kernel_page()
A Dsubpage_prot.c38 for (i = 0; i < (TASK_SIZE_USER64 >> 43); ++i) { in subpage_prot_free()
A Dradix_pgtable.c135 BUILD_BUG_ON(TASK_SIZE_USER64 > RADIX_PGTABLE_RANGE); in __map_kernel_page()
/linux/arch/powerpc/mm/nohash/
A Dbook3e_pgtable.c81 BUILD_BUG_ON(TASK_SIZE_USER64 > PGTABLE_RANGE); in map_kernel_page()
/linux/arch/powerpc/include/asm/book3s/64/
A Dmmu.h101 mm_context_id_t extended_id[TASK_SIZE_USER64/TASK_CONTEXT_SIZE];
A Dmmu-hash.h680 unsigned int **protptrs[(TASK_SIZE_USER64 >> 43)];

Completed in 14 milliseconds