Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Dalternative.h12 struct alt_instr { struct
13 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 */
/linux-4.4.14/arch/x86/include/asm/
Dalternative.h46 struct alt_instr { struct
62 extern void apply_alternatives(struct alt_instr *start, struct alt_instr *end); argument