Home
last modified time | relevance | path

Searched refs:instrlen (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dalternative.c280 BUG_ON(a->replacementlen > a->instrlen); in apply_alternatives()
281 BUG_ON(a->instrlen > sizeof(insnbuf)); in apply_alternatives()
293 a->instrlen - a->replacementlen); in apply_alternatives()
295 text_poke_early(instr, insnbuf, a->instrlen); in apply_alternatives()
/linux-3.4.99/arch/x86/include/asm/
Dalternative.h49 u8 instrlen; /* length of original instruction */ member