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

/linux-4.4.14/arch/x86/include/asm/
H A Dvdso.h19 unsigned long alt, alt_len; member in struct:vdso_image
H A Dalternative-asm.h27 .macro altinstruction_entry orig alt feature orig_len alt_len pad_len
32 .byte \alt_len
/linux-4.4.14/arch/arm64/include/asm/
H A Dalternative.h17 u8 alt_len; /* size of new instruction(s), <= orig_len */ member in struct:alt_instr
67 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len
72 .byte \alt_len
/linux-4.4.14/arch/arm64/kernel/
H A Dalternative.c52 if (pc >= replptr && pc <= (replptr + alt->alt_len)) branch_insn_requires_update()
101 BUG_ON(alt->alt_len != alt->orig_len); __apply_alternatives()
107 nr_inst = alt->alt_len / sizeof(insn); __apply_alternatives()
/linux-4.4.14/arch/x86/entry/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 172 milliseconds