Home | History | Annotate | Download | only in qemu

Lines Matching refs:is_write

806    the effective address of the memory exception. 'is_write' is 1 if a
810 int is_write, sigset_t *old_set,
820 pc, address, is_write, *(unsigned long *)old_set);
823 if (is_write && page_unprotect(h2g(address), pc, puc)) {
828 ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX, 0);
1034 int is_write;
1037 is_write = 0;
1041 is_write = 1;
1044 is_write = 1;
1047 is_write, &uc->uc_sigmask, puc);
1059 int is_write = 0;
1074 is_write = 1;
1078 is_write, &uc->uc_sigmask, puc);
1086 int is_write;
1106 is_write = 0;
1129 is_write = 1;
1134 is_write, sigmask, NULL);
1145 int is_write;
1152 /* XXX: compute is_write */
1153 is_write = 0;
1155 is_write,
1167 int is_write;
1170 /* XXX: compute is_write */
1171 is_write = 0;
1173 is_write,
1189 int is_write = 0;
1200 is_write = (info->si_isr >> 33) & 1;
1207 is_write,
1220 int is_write = 0;
1226 from the hardware which does in fact contain the is_write value.
1236 is_write = 1;
1243 is_write = 1;
1256 is_write = 1;
1261 is_write, &uc->uc_sigmask, puc);
1272 int is_write;
1274 /* XXX: compute is_write */
1275 is_write = 0;
1277 is_write, &uc->uc_sigmask, puc);
1289 int is_write = 0;
1297 is_write = 1;
1303 is_write = (insn >> 9) & 1;
1313 is_write = 1;
1319 is_write, &uc->uc_sigmask, puc);