Home | History | Annotate | Download | only in qemu

Lines Matching full:is_write

3273                             int len, int is_write)
3287 if (is_write) {
3326 int len, int is_write)
3347 if (is_write) {
3511 int is_write)
3542 if (!is_write) {
3565 * Will also mark the memory as dirty if is_write == 1. access_len gives
3569 int is_write, target_phys_addr_t access_len)
3572 if (is_write) {
3586 if (is_write) {
3806 uint8_t *buf, int len, int is_write)
3823 if (is_write)
3827 cpu_physical_memory_rw(phys_addr, buf, l, is_write);