Home
last modified time | relevance | path

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

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