Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dalternative.c1316 struct bp_patching_desc { struct
1322 static struct bp_patching_desc *bp_desc; argument
1325 struct bp_patching_desc *try_get_desc(struct bp_patching_desc **descp) in try_get_desc()
1328 struct bp_patching_desc *desc = __READ_ONCE(*descp); in try_get_desc()
1336 static __always_inline void put_desc(struct bp_patching_desc *desc) in put_desc()
1360 struct bp_patching_desc *desc; in poke_int3_handler()
1463 struct bp_patching_desc desc = { in text_poke_bp_batch()