Searched refs:TARGET_PAGE_SIZE (Results 1 – 17 of 17) sorted by relevance
102 for (i = 0; i < (TARGET_PAGE_SIZE / 4); i++) { in is_dup_page()132 current_addr + TARGET_PAGE_SIZE, in ram_save_block()153 qemu_put_buffer(f, p, TARGET_PAGE_SIZE); in ram_save_block()154 bytes_sent = TARGET_PAGE_SIZE; in ram_save_block()160 offset += TARGET_PAGE_SIZE; in ram_save_block()188 addr += TARGET_PAGE_SIZE) { in ram_save_remaining()200 return ram_save_remaining() * TARGET_PAGE_SIZE; in ram_bytes_remaining()279 addr += TARGET_PAGE_SIZE) { in ram_save_live()334 expected_time = ram_save_remaining() * TARGET_PAGE_SIZE / bwidth; in ram_save_live()434 memset(host, ch, TARGET_PAGE_SIZE); in ram_load()[all …]
206 CPUReadMemoryFunc **mem_read[TARGET_PAGE_SIZE][4];207 CPUWriteMemoryFunc **mem_write[TARGET_PAGE_SIZE][4];208 void *opaque[TARGET_PAGE_SIZE][2][4];209 ram_addr_t region_offset[TARGET_PAGE_SIZE][2][4];254 if (qemu_host_page_size < TARGET_PAGE_SIZE) in page_init()255 qemu_host_page_size = TARGET_PAGE_SIZE; in page_init()685 if (!(address + TARGET_PAGE_SIZE <= tb->pc || in tb_invalidate_check()878 p->code_bitmap = qemu_mallocz(TARGET_PAGE_SIZE / 8); in build_page_bitmap()890 if (tb_end > TARGET_PAGE_SIZE) in build_page_bitmap()891 tb_end = TARGET_PAGE_SIZE; in build_page_bitmap()[all …]
124 } else if (((addr & ~TARGET_PAGE_MASK) + DATA_SIZE - 1) >= TARGET_PAGE_SIZE) { in glue()211 } else if (((addr & ~TARGET_PAGE_MASK) + DATA_SIZE - 1) >= TARGET_PAGE_SIZE) { in glue()299 } else if (((addr & ~TARGET_PAGE_MASK) + DATA_SIZE - 1) >= TARGET_PAGE_SIZE) { in glue()386 } else if (((addr & ~TARGET_PAGE_MASK) + DATA_SIZE - 1) >= TARGET_PAGE_SIZE) { in glue()
201 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? TARGET_PAGE_SIZE : 0)202 #define _N_SEGMENT_ROUND(x) (((x) + TARGET_PAGE_SIZE - 1) & ~(TARGET_PAGE_SIZE - 1))
32 #pragma GCC poison TARGET_PAGE_SIZE
30 #define PAGE_SIZE TARGET_PAGE_SIZE333 phys_addr += TARGET_PAGE_SIZE, addr += TARGET_PAGE_SIZE) { in kvm_physical_sync_dirty_bitmap()562 ring = (void *)run + (s->coalesced_mmio * TARGET_PAGE_SIZE); in kvm_run_coalesced_mmio()
727 #define TARGET_PAGE_SIZE (1 << TARGET_PAGE_BITS) macro728 #define TARGET_PAGE_MASK ~(TARGET_PAGE_SIZE - 1)729 #define TARGET_PAGE_ALIGN(addr) (((addr) + TARGET_PAGE_SIZE - 1) & TARGET_PAGE_MASK)
331 end = (start_addr + size + TARGET_PAGE_SIZE - 1) & TARGET_PAGE_MASK; in kqemu_set_phys_mem()817 tb_invalidate_phys_page_range(addr, addr + TARGET_PAGE_SIZE, 0); in kqemu_cpu_exec()
155 TARGET_PAGE_SIZE; in tb_find_slow()
187 for (; index <= to; index++, start += TARGET_PAGE_SIZE) { in invalidate_tlb_cache()
271 buf_size = end_page - addr + TARGET_PAGE_SIZE + 1; in procdesc_contains_allocs()
296 int len2 = TARGET_PAGE_SIZE - (dirty_addr & (TARGET_PAGE_SIZE-1)); in compute_fb_update_rect_linear()
631 addr += TARGET_PAGE_SIZE; in r4k_invalidate_tlb()644 addr += TARGET_PAGE_SIZE; in r4k_invalidate_tlb()
8360 if ((ctx.pc & (TARGET_PAGE_SIZE - 1)) == 0) in gen_intermediate_code_internal()
1306 *page_size = TARGET_PAGE_SIZE; in get_phys_addr()1309 *page_size = TARGET_PAGE_SIZE; in get_phys_addr()
9584 next_page_start = (pc_start & TARGET_PAGE_MASK) + TARGET_PAGE_SIZE; in gen_intermediate_code_internal()
7742 (pc_ptr - pc_start) >= (TARGET_PAGE_SIZE - 32) || in gen_intermediate_code_internal()