Lines Matching refs:is_write
944 the effective address of the memory exception. 'is_write' is 1 if a
948 int is_write, sigset_t *old_set,
958 pc, address, is_write, *(unsigned long *)old_set);
961 if (is_write && page_unprotect(h2g(address), pc, puc)) {
966 ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX, 0);
1172 int is_write;
1175 is_write = 0;
1179 is_write = 1;
1182 is_write = 1;
1185 is_write, &uc->uc_sigmask, puc);
1197 int is_write = 0;
1212 is_write = 1;
1216 is_write, &uc->uc_sigmask, puc);
1224 int is_write;
1244 is_write = 0;
1267 is_write = 1;
1272 is_write, sigmask, NULL);
1283 int is_write;
1290 /* XXX: compute is_write */
1291 is_write = 0;
1293 is_write,
1305 int is_write;
1308 /* XXX: compute is_write */
1309 is_write = 0;
1311 is_write,
1327 int is_write = 0;
1338 is_write = (info->si_isr >> 33) & 1;
1345 is_write,
1358 int is_write = 0;
1364 from the hardware which does in fact contain the is_write value.
1374 is_write = 1;
1381 is_write = 1;
1394 is_write = 1;
1399 is_write, &uc->uc_sigmask, puc);
1410 int is_write;
1412 /* XXX: compute is_write */
1413 is_write = 0;
1415 is_write, &uc->uc_sigmask, puc);
1427 int is_write = 0;
1435 is_write = 1;
1441 is_write = (insn >> 9) & 1;
1451 is_write = 1;
1457 is_write, &uc->uc_sigmask, puc);