Searched refs:is_write (Results 1 - 8 of 8) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-exec.c944 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; local
1175 is_write = 0;
1179 is_write = 1;
1182 is_write = 1;
1185 is_write,
947 handle_cpu_signal(uintptr_t pc, uintptr_t address, int is_write, sigset_t *old_set, void *puc) argument
1197 int is_write = 0; local
1224 int is_write; local
1283 int is_write; local
1305 int is_write; local
1327 int is_write = 0; local
1358 int is_write = 0; local
1410 int is_write; local
1427 int is_write = 0; local
[all...]
H A Dcpu-common.h60 int len, int is_write);
73 int is_write);
75 int is_write, target_phys_addr_t access_len);
H A Dexec-all.h309 void tlb_fill(target_ulong addr, int is_write, int mmu_idx,
H A Dexec.c3764 uint8_t *buf, int len, int is_write)
3778 if (is_write) {
3804 int len, int is_write)
3825 if (is_write) {
4028 int is_write)
4059 if (!is_write) {
4082 * Will also mark the memory as dirty if is_write == 1. access_len gives
4086 int is_write, target_phys_addr_t access_len)
4089 if (is_write) {
4109 if (is_write) {
3763 cpu_memory_rw_debug(CPUState *env, target_ulong addr, uint8_t *buf, int len, int is_write) argument
3803 cpu_physical_memory_rw(target_phys_addr_t addr, uint8_t *buf, int len, int is_write) argument
4026 cpu_physical_memory_map(target_phys_addr_t addr, target_phys_addr_t *plen, int is_write) argument
4085 cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len, int is_write, target_phys_addr_t access_len) argument
4420 cpu_memory_rw_debug(CPUState *env, target_ulong addr, uint8_t *buf, int len, int is_write) argument
[all...]
H A Dcpu-all.h1175 uint8_t *buf, int len, int is_write);
/vbox/src/recompiler/target-i386/
H A Dhelper.c547 int is_write, int mmu_idx, int is_softmmu)
550 is_write &= 1;
552 env->error_code = (is_write << PG_ERROR_W_BIT);
578 int error_code, is_dirty, prot, page_size, is_write, is_user; local
588 is_write = is_write1 & 1;
682 if (is_write && !(ptep & PG_RW_MASK))
686 is_write && !(ptep & PG_RW_MASK))
689 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
724 if (is_write && !(ptep & PG_RW_MASK))
728 is_write
546 cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr, int is_write, int mmu_idx, int is_softmmu) argument
[all...]
H A Dcpu.h1076 int is_write, int mmu_idx, int is_softmmu);
H A Dop_helper.c5776 void tlb_fill(target_ulong addr, int is_write, int mmu_idx, void *retaddr) argument
5788 ret = cpu_x86_handle_mmu_fault(env, addr, is_write, mmu_idx, 1);

Completed in 1359 milliseconds