Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dalternative.c1331 static struct bp_patching_desc bp_desc; variable
1336 struct bp_patching_desc *desc = &bp_desc; in try_get_desc()
1346 struct bp_patching_desc *desc = &bp_desc; in put_desc()
1479 bp_desc.vec = tp; in text_poke_bp_batch()
1480 bp_desc.nr_entries = nr_entries; in text_poke_bp_batch()
1486 atomic_set_release(&bp_desc.refs, 1); in text_poke_bp_batch()
1576 if (!atomic_dec_and_test(&bp_desc.refs)) in text_poke_bp_batch()
1577 atomic_cond_read_acquire(&bp_desc.refs, !VAL); in text_poke_bp_batch()