Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dalternative.c1795 static struct bp_patching_desc bp_desc; variable
1800 struct bp_patching_desc *desc = &bp_desc; in try_get_desc()
1810 struct bp_patching_desc *desc = &bp_desc; in put_desc()
1947 bp_desc.vec = tp; in text_poke_bp_batch()
1948 bp_desc.nr_entries = nr_entries; in text_poke_bp_batch()
1954 atomic_set_release(&bp_desc.refs, 1); in text_poke_bp_batch()
2058 if (!atomic_dec_and_test(&bp_desc.refs)) in text_poke_bp_batch()
2059 atomic_cond_read_acquire(&bp_desc.refs, !VAL); in text_poke_bp_batch()

Completed in 9 milliseconds