Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Demulate.c628 static bool insn_aligned(struct x86_emulate_ctxt *ctxt, unsigned size) in insn_aligned() function
697 if (insn_aligned(ctxt, size) && ((la & (size - 1)) != 0)) in __linearize()