Lines Matching refs:a
53 struct alt_instr *a; in __apply_alternatives() local
62 for (a = start; a < end; a++) { in __apply_alternatives()
63 if (!(a->ctx & ctx)) in __apply_alternatives()
65 switch (a->type) { in __apply_alternatives()
67 replace = test_facility(a->data); in __apply_alternatives()
68 debug = __test_facility(a->data, d->facilities); in __apply_alternatives()
71 replace = test_machine_feature(a->data); in __apply_alternatives()
72 debug = __test_machine_feature(a->data, d->mfeatures); in __apply_alternatives()
84 old = (u8 *)&a->instr_offset + a->instr_offset; in __apply_alternatives()
85 new = (u8 *)&a->repl_offset + a->repl_offset; in __apply_alternatives()
87 alternative_dump(old, new, a->instrlen, a->type, a->data); in __apply_alternatives()
88 s390_kernel_write(old, new, a->instrlen); in __apply_alternatives()