Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dalternative.c2041 static struct bp_patching_desc bp_desc; variable
2046 struct bp_patching_desc *desc = &bp_desc; in try_get_desc()
2056 struct bp_patching_desc *desc = &bp_desc; in put_desc()
2193 bp_desc.vec = tp; in text_poke_bp_batch()
2194 bp_desc.nr_entries = nr_entries; in text_poke_bp_batch()
2200 atomic_set_release(&bp_desc.refs, 1); in text_poke_bp_batch()
2314 if (!atomic_dec_and_test(&bp_desc.refs)) in text_poke_bp_batch()
2315 atomic_cond_read_acquire(&bp_desc.refs, !VAL); in text_poke_bp_batch()