Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dthread_info.h68 #define TIF_GUARDED_STORAGE 8 /* load guarded storage control block */ macro
89 #define _TIF_GUARDED_STORAGE BIT(TIF_GUARDED_STORAGE)
/linux-6.15/arch/s390/kernel/
H A Dguarded_storage.c83 clear_thread_flag(TIF_GUARDED_STORAGE); in gs_load_bc_cb()
103 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE)) in gs_broadcast()