Home
last modified time | relevance | path

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

/arch/arm64/kernel/
A Dalternative.c24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset)
81 s32 orig_offset, new_offset; in get_alt_insn() local
89 orig_offset = aarch64_insn_adrp_get_offset(insn); in get_alt_insn()
90 target = align_down(altinsnptr, SZ_4K) + orig_offset; in get_alt_insn()
/arch/parisc/kernel/
A Dalternative.c52 from = (u32 *)((ulong)&entry->orig_offset + entry->orig_offset); in apply_alternatives()
/arch/arm64/include/asm/
A Dalternative-macros.h94 .macro altinstruction_entry orig_offset alt_offset cpucap orig_len alt_len
95 .word \orig_offset - .
A Dalternative.h14 s32 orig_offset; /* offset to original instruction */ member
/arch/parisc/include/asm/
A Dalternative.h24 s32 orig_offset; /* offset to original instructions */ member

Completed in 8 milliseconds