Home | History | Annotate | Download | only in target-i386

Lines Matching refs:is_write

945                              int is_write, int mmu_idx, int is_softmmu)
948 is_write &= 1;
950 env->error_code = (is_write << PG_ERROR_W_BIT);
986 int error_code, is_dirty, prot, page_size, ret, is_write, is_user;
996 is_write = is_write1 & 1;
1090 if (is_write && !(ptep & PG_RW_MASK))
1094 is_write && !(ptep & PG_RW_MASK))
1097 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1132 if (is_write && !(ptep & PG_RW_MASK))
1136 is_write && !(ptep & PG_RW_MASK))
1139 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1167 if (is_write && !(pde & PG_RW_MASK))
1171 is_write && !(pde & PG_RW_MASK))
1174 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1204 if (is_write && !(ptep & PG_RW_MASK))
1208 is_write && !(ptep & PG_RW_MASK))
1211 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1252 error_code |= (is_write << PG_ERROR_W_BIT);