Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtext-patching.h181 bool __emulate_cc(unsigned long flags, u8 cc) in __emulate_cc() function
210 if (__emulate_cc(regs->flags, cc)) in int3_emulate_jcc()
/linux/arch/x86/kvm/
H A Demulate.c1016 return __emulate_cc(flags, condition & 0xf); in test_cc()