Searched refs:alt_len (Results 1 – 3 of 3) sorted by relevance
19 u8 alt_len; /* size of new instruction(s), <= orig_len */ member75 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len80 .byte \alt_len
58 if ( pc >= replptr && pc <= (replptr + alt->alt_len) ) in branch_insn_requires_update()118 BUG_ON(alt->alt_len != alt->orig_len); in __apply_alternatives()123 nr_inst = alt->alt_len / sizeof(insn); in __apply_alternatives()
7 .macro altinstruction_entry orig alt feature orig_len alt_len12 .byte \alt_len
Completed in 5 milliseconds