Home
last modified time | relevance | path

Searched refs:TIF_PGSTE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/s390/include/asm/
Delf.h199 !test_thread_flag(TIF_PGSTE) && \
201 set_thread_flag(TIF_PGSTE); \
Dthread_info.h71 #define TIF_PGSTE 6 /* New mm's will use 4K page tables */ macro
Dmmu_context.h34 test_thread_flag(TIF_PGSTE) || in init_new_context()