Home
last modified time | relevance | path

Searched refs:alt_len (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dalternative.c48 return !(pc >= replptr && pc <= (replptr + alt->alt_len)); in branch_insn_requires_update()
156 BUG_ON(alt->alt_len != 0); in __apply_alternatives()
158 BUG_ON(alt->alt_len != alt->orig_len); in __apply_alternatives()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dalternative-macros.h85 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
90 .byte \alt_len
H A Dalternative.h18 u8 alt_len; /* size of new instruction(s), <= orig_len */ member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvdso.h17 unsigned long alt, alt_len; member
H A Dalternative.h314 .macro altinstruction_entry orig alt feature orig_len alt_len
319 .byte \alt_len
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvma.c53 image->alt_len)); in init_vdso_image()