Searched defs:is_write1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dhelper.c574 int is_write1, int mmu_idx, int is_softmmu)
586 addr, is_write1, is_user, env->eip);
588 is_write = is_write1 & 1;
677 if ((ptep & PG_NX_MASK) && is_write1 == 2)
719 if ((ptep & PG_NX_MASK) && is_write1 == 2)
852 if (is_write1 == 2 &&
573 cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr, int is_write1, int mmu_idx, int is_softmmu) argument

Completed in 43 milliseconds