Searched defs:alt_instr (Results 1 – 2 of 2) sorted by relevance
12 struct alt_instr { struct13 s32 orig_offset; /* offset to original instruction */14 s32 alt_offset; /* offset to replacement instruction */15 u16 cpufeature; /* cpufeature bit set for replacement */16 u8 orig_len; /* size of original instruction(s) */17 u8 alt_len; /* size of new instruction(s), <= orig_len */
46 struct alt_instr { struct62 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument