Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c183 #define EFLG_AC (1<<18) macro
1446 | EFLG_TF | EFLG_DF | EFLG_NT | EFLG_RF | EFLG_AC | EFLG_ID; in emulate_popf()
1565 ctxt->eflags &= ~(EFLG_IF | EFLG_TF | EFLG_AC); in emulate_int_real()
1622 EFLG_AC | EFLG_ID | (1 << 1); /* Last one is the reserved bit */ in emulate_iret_real()