Searched refs:remR3PhysWriteU32 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-all.h239 void remR3PhysWriteU32(RTGCPHYS DstGCPhys, uint32_t val);
295 remR3PhysWriteU32((uintptr_t)ptr, v);
H A Dexec.c3435 remR3PhysWriteU32(ram_addr, val);
4271 remR3PhysWriteU32((pd & TARGET_PAGE_MASK) + (addr & ~TARGET_PAGE_MASK), val); NOREF(ptr);
4352 remR3PhysWriteU32((pd & TARGET_PAGE_MASK) + (addr & ~TARGET_PAGE_MASK), val); NOREF(ptr);
H A DVBoxRecompiler.c3784 void remR3PhysWriteU32(RTGCPHYS DstGCPhys, uint32_t val) function
/vbox/src/recompiler/target-i386/
H A Dop_helper.c5759 remR3PhysWriteU32(addr, val);

Completed in 660 milliseconds