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

Lines Matching full:is_write

933 is_write, int mmu_idx)
936 is_write &= 1;
938 env->error_code = (is_write << PG_ERROR_W_BIT);
969 int error_code, is_dirty, prot, page_size, is_write, is_user;
979 is_write = is_write1 & 1;
1073 if (is_write && !(ptep & PG_RW_MASK))
1077 is_write && !(ptep & PG_RW_MASK))
1080 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1115 if (is_write && !(ptep & PG_RW_MASK))
1119 is_write && !(ptep & PG_RW_MASK))
1122 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1150 if (is_write && !(pde & PG_RW_MASK))
1154 is_write && !(pde & PG_RW_MASK))
1157 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1187 if (is_write && !(ptep & PG_RW_MASK))
1191 is_write && !(ptep & PG_RW_MASK))
1194 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1235 error_code |= (is_write << PG_ERROR_W_BIT);