Home
last modified time | relevance | path

Searched refs:alloc_pgste (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dmmu_context.h32 mm->context.alloc_pgste = page_table_allocate_pgste || in init_new_context()
34 (current->mm && current->mm->context.alloc_pgste); in init_new_context()
H A Dmmu.h28 unsigned int alloc_pgste:1; member
H A Delf.h176 !current->mm->context.alloc_pgste) { \
H A Dpgtable.h537 if (unlikely(mm->context.alloc_pgste)) in mm_alloc_pgste()