Searched refs:gs_bc_cb (Results 1 – 3 of 3) sorted by relevance
19 kfree(tsk->thread.gs_bc_cb); in guarded_storage_release()56 gs_cb = current->thread.gs_bc_cb; in gs_set_bc_cb()61 current->thread.gs_bc_cb = gs_cb; in gs_set_bc_cb()72 gs_cb = current->thread.gs_bc_cb; in gs_clear_bc_cb()73 current->thread.gs_bc_cb = NULL; in gs_clear_bc_cb()84 gs_cb = current->thread.gs_bc_cb; in gs_load_bc_cb()87 current->thread.gs_bc_cb = NULL; in gs_load_bc_cb()101 if (!sibling->thread.gs_bc_cb) in gs_broadcast()
784 struct gs_cb *data = target->thread.gs_bc_cb; in s390_gs_bc_get()798 struct gs_cb *data = target->thread.gs_bc_cb; in s390_gs_bc_set()806 target->thread.gs_bc_cb = data; in s390_gs_bc_set()
192 struct gs_cb *gs_bc_cb; /* Broadcast guarded storage cb */ member