Searched refs:bp_patching_desc (Results 1 – 1 of 1) sorted by relevance
940 struct bp_patching_desc { struct946 static struct bp_patching_desc *bp_desc; argument949 struct bp_patching_desc *try_get_desc(struct bp_patching_desc **descp) in try_get_desc()951 struct bp_patching_desc *desc = __READ_ONCE(*descp); /* rcu_dereference */ in try_get_desc()959 static __always_inline void put_desc(struct bp_patching_desc *desc) in put_desc()983 struct bp_patching_desc *desc; in poke_int3_handler()1087 struct bp_patching_desc desc = { in text_poke_bp_batch()