Home | History | Annotate | Download | only in qemu

Lines Matching full:is_write

725    the effective address of the memory exception. 'is_write' is 1 if a
729 int is_write, sigset_t *old_set,
739 pc, address, is_write, *(unsigned long *)old_set);
742 if (is_write && page_unprotect(h2g(address), pc, puc)) {
747 ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX, 0);
953 int is_write;
956 is_write = 0;
960 is_write = 1;
963 is_write = 1;
966 is_write, &uc->uc_sigmask, puc);
978 int is_write = 0;
993 is_write = 1;
997 is_write, &uc->uc_sigmask, puc);
1005 int is_write;
1025 is_write = 0;
1048 is_write = 1;
1053 is_write, sigmask, NULL);
1064 int is_write;
1071 /* XXX: compute is_write */
1072 is_write = 0;
1074 is_write,
1086 int is_write;
1089 /* XXX: compute is_write */
1090 is_write = 0;
1092 is_write,
1108 int is_write = 0;
1119 is_write = (info->si_isr >> 33) & 1;
1126 is_write,
1139 int is_write = 0;
1145 from the hardware which does in fact contain the is_write value.
1155 is_write = 1;
1162 is_write = 1;
1175 is_write = 1;
1180 is_write, &uc->uc_sigmask, puc);
1191 int is_write;
1193 /* XXX: compute is_write */
1194 is_write = 0;
1196 is_write, &uc->uc_sigmask, puc);
1208 int is_write = 0;
1216 is_write = 1;
1222 is_write = (insn >> 9) & 1;
1232 is_write = 1;
1238 is_write, &uc->uc_sigmask, puc);