Home
last modified time | relevance | path

Searched defs:alt_instr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/
Dalternative.h8 struct alt_instr { struct
9 s32 orig_offset; /* offset to original instruction */
10 s32 alt_offset; /* offset to replacement instruction */
11 u16 cpufeature; /* cpufeature bit set for replacement */
12 u8 orig_len; /* size of original instruction(s) */
13 u8 alt_len; /* size of new instruction(s), <= orig_len */
/linux-4.1.27/arch/x86/include/asm/
Dalternative.h46 struct alt_instr { struct
56 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument