Searched defs:alt_instr (Results 1 – 3 of 3) sorted by relevance
/arch/arm64/include/asm/ |
D | alternative.h | 15 struct alt_instr { struct 16 s32 orig_offset; /* offset to original instruction */ 17 s32 alt_offset; /* offset to replacement instruction */ 18 u16 cpufeature; /* cpufeature bit set for replacement */ 19 u8 orig_len; /* size of original instruction(s) */ 20 u8 alt_len; /* size of new instruction(s), <= orig_len */
|
D | uaccess.h | 249 #define __get_user_asm(instr, alt_instr, reg, x, addr, err, feature) \ argument 320 #define __put_user_asm(instr, alt_instr, reg, x, addr, err, feature) \ argument
|
/arch/x86/include/asm/ |
D | alternative.h | 46 struct alt_instr { struct 55 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument
|