Searched refs:alt_len (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/
H A Dalternative-asm.h6 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
11 .byte \alt_len
H A Dalternative.h13 u8 alt_len; /* size of new instruction(s), <= orig_len */ member in struct:alt_instr
/linux-4.1.27/arch/x86/include/asm/
H A Dalternative-asm.h21 .macro altinstruction_entry orig alt feature orig_len alt_len pad_len
26 .byte \alt_len
H A Dvdso.h19 unsigned long alt, alt_len; member in struct:vdso_image
/linux-4.1.27/arch/arm64/kernel/
H A Dalternative.c46 BUG_ON(alt->alt_len != alt->orig_len); __apply_alternatives()
52 memcpy(origptr, replptr, alt->alt_len); __apply_alternatives()
54 (uintptr_t)(origptr + alt->alt_len)); __apply_alternatives()
/linux-4.1.27/arch/x86/vdso/
H A Dvdso2c.h166 fprintf(outfile, "\t.alt_len = %lu,\n", go()
H A Dvma.c39 image->alt_len)); init_vdso_image()

Completed in 220 milliseconds