Searched refs:TIF_GUARDED_STORAGE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dthread_info.h68 #define TIF_GUARDED_STORAGE 4 /* load guarded storage control block */ macro
93 #define _TIF_GUARDED_STORAGE BIT(TIF_GUARDED_STORAGE)
/linux-master/arch/s390/kernel/
H A Dguarded_storage.c82 clear_thread_flag(TIF_GUARDED_STORAGE);
102 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE))

Completed in 115 milliseconds