Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dalternative.c1320 static struct bp_patching_desc bp_desc; variable
1325 struct bp_patching_desc *desc = &bp_desc; in try_get_desc()
1335 struct bp_patching_desc *desc = &bp_desc; in put_desc()
1468 bp_desc.vec = tp; in text_poke_bp_batch()
1469 bp_desc.nr_entries = nr_entries; in text_poke_bp_batch()
1475 atomic_set_release(&bp_desc.refs, 1); in text_poke_bp_batch()
1565 if (!atomic_dec_and_test(&bp_desc.refs)) in text_poke_bp_batch()
1566 atomic_cond_read_acquire(&bp_desc.refs, !VAL); in text_poke_bp_batch()