Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dguarded_storage.c18 kfree(tsk->thread.gs_bc_cb); in guarded_storage_release()
55 gs_cb = current->thread.gs_bc_cb; in gs_set_bc_cb()
60 current->thread.gs_bc_cb = gs_cb; in gs_set_bc_cb()
71 gs_cb = current->thread.gs_bc_cb; in gs_clear_bc_cb()
72 current->thread.gs_bc_cb = NULL; in gs_clear_bc_cb()
83 gs_cb = current->thread.gs_bc_cb; in gs_load_bc_cb()
86 current->thread.gs_bc_cb = NULL; in gs_load_bc_cb()
100 if (!sibling->thread.gs_bc_cb) in gs_broadcast()
Dprocess.c140 p->thread.gs_bc_cb = NULL; in copy_thread_tls()
Dptrace.c1217 struct gs_cb *data = target->thread.gs_bc_cb; in s390_gs_bc_get()
1232 struct gs_cb *data = target->thread.gs_bc_cb; in s390_gs_bc_set()
1240 target->thread.gs_bc_cb = data; in s390_gs_bc_set()
/Linux-v4.19/arch/s390/include/asm/
Dprocessor.h144 struct gs_cb *gs_bc_cb; /* Broadcast guarded storage cb */ member