Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/linux/arch/s390/kernel/
H A Dguarded_storage.c82 clear_thread_flag(TIF_GUARDED_STORAGE); in gs_load_bc_cb()
102 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE)) in gs_broadcast()