Home
last modified time | relevance | path

Searched refs:alt_instr (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dalternative.c39 extern const struct alt_instr __alt_instructions[], __alt_instructions_end[];
42 const struct alt_instr *begin;
43 const struct alt_instr *end;
49 static bool branch_insn_requires_update(const struct alt_instr *alt, in branch_insn_requires_update()
68 static u32 get_alt_insn(const struct alt_instr *alt, in get_alt_insn()
103 const struct alt_instr *alt; in __apply_alternatives()
231 int apply_alternatives(const struct alt_instr *start, const struct alt_instr *end) in apply_alternatives()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dalternative.c29 extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
148 void init_or_livepatch apply_alternatives(const struct alt_instr *start, in apply_alternatives()
149 const struct alt_instr *end) in apply_alternatives()
151 const struct alt_instr *a; in apply_alternatives()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dalternative.h14 struct alt_instr { struct
28 int apply_alternatives(const struct alt_instr *start, const struct alt_instr *end); argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dalternative.h18 struct alt_instr {
32 extern void apply_alternatives(const struct alt_instr *start,
33 const struct alt_instr *end);
/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch.c664 struct alt_instr *a, *start, *end; in prepare_payload()

Completed in 12 milliseconds