Searched refs:TARGET_PAGE_SIZE (Results 1 – 19 of 19) sorted by relevance
/external/qemu/ |
D | arch_init.c | 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 …]
|
D | exec.c | 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 …]
|
D | softmmu_template.h | 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()
|
D | poison.h | 32 #pragma GCC poison TARGET_PAGE_SIZE
|
D | loader.c | 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))
|
D | kvm-all.c | 30 #define PAGE_SIZE TARGET_PAGE_SIZE 333 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()
|
D | cpu-all.h | 727 #define TARGET_PAGE_SIZE (1 << TARGET_PAGE_BITS) macro 728 #define TARGET_PAGE_MASK ~(TARGET_PAGE_SIZE - 1) 729 #define TARGET_PAGE_ALIGN(addr) (((addr) + TARGET_PAGE_SIZE - 1) & TARGET_PAGE_MASK)
|
D | kqemu.c | 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()
|
D | cpu-exec.c | 155 TARGET_PAGE_SIZE; in tb_find_slow()
|
/external/qemu/hw/ |
D | android_mips.c | 122 cmdline = ram_size - TARGET_PAGE_SIZE; in android_load_kernel() 131 …cpu_physical_memory_write(ram_size - TARGET_PAGE_SIZE, (void *)kernel_cmd, strlen(kernel_cmd) + 1); in android_load_kernel()
|
D | goldfish_fb.c | 296 int len2 = TARGET_PAGE_SIZE - (dirty_addr & (TARGET_PAGE_SIZE-1)); in compute_fb_update_rect_linear()
|
/external/qemu/memcheck/ |
D | memcheck_util.c | 187 for (; index <= to; index++, start += TARGET_PAGE_SIZE) { in invalidate_tlb_cache()
|
D | memcheck.c | 271 buf_size = end_page - addr + TARGET_PAGE_SIZE + 1; in procdesc_contains_allocs()
|
/external/qemu/target-mips/ |
D | helper.c | 836 addr += TARGET_PAGE_SIZE; in r4k_invalidate_tlb() 849 addr += TARGET_PAGE_SIZE; in r4k_invalidate_tlb()
|
D | op_helper.c | 1541 addr += TARGET_PAGE_SIZE; in r4k_invalidate_tlb() 1554 addr += TARGET_PAGE_SIZE; in r4k_invalidate_tlb()
|
D | translate.c | 8363 if ((ctx.pc & (TARGET_PAGE_SIZE - 1)) == 0 && (ctx.hflags & MIPS_HFLAG_BMASK) == 0) in gen_intermediate_code_internal()
|
/external/qemu/target-arm/ |
D | helper.c | 1306 *page_size = TARGET_PAGE_SIZE; in get_phys_addr() 1309 *page_size = TARGET_PAGE_SIZE; in get_phys_addr()
|
D | translate.c | 9584 next_page_start = (pc_start & TARGET_PAGE_MASK) + TARGET_PAGE_SIZE; in gen_intermediate_code_internal()
|
/external/qemu/target-i386/ |
D | translate.c | 7742 (pc_ptr - pc_start) >= (TARGET_PAGE_SIZE - 32) || in gen_intermediate_code_internal()
|