/openbmc/qemu/hw/openrisc/ |
H A D | boot.c | 72 start = TARGET_PAGE_ALIGN(load_start); in openrisc_load_initrd() 106 fdt_addr = TARGET_PAGE_ALIGN(load_start); in openrisc_load_fdt()
|
/openbmc/qemu/linux-user/sh4/ |
H A D | target_mman.h | 3 TARGET_PAGE_ALIGN((1u << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/linux-user/riscv/ |
H A D | target_mman.h | 6 TARGET_PAGE_ALIGN((1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) / 3)
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_mman.h | 11 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | target_mman.h | 7 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_mman.h | 18 #define ELF_ET_DYN_BASE TARGET_PAGE_ALIGN((1ull << 48) / 3 * 2)
|
/openbmc/qemu/bsd-user/ |
H A D | mmap.c | 76 len = TARGET_PAGE_ALIGN(len); in target_mprotect() 349 addr = TARGET_PAGE_ALIGN(addr); in mmap_find_vma_aligned() 477 len = TARGET_PAGE_ALIGN(len); in target_mmap() 728 len = TARGET_PAGE_ALIGN(len); in target_munmap() 783 len = TARGET_PAGE_ALIGN(len); in target_msync()
|
H A D | bsd-mem.h | 149 len = TARGET_PAGE_ALIGN(len_in); in do_bsd_madvise() 230 new_brk = TARGET_PAGE_ALIGN(brk_val); in do_obreak() 231 old_brk = TARGET_PAGE_ALIGN(target_brk); in do_obreak()
|
H A D | bsd-mem.c | 30 target_brk = TARGET_PAGE_ALIGN(new_brk); in target_set_brk()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_mman.h | 25 TARGET_PAGE_ALIGN((1u << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_mman.h | 22 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/hw/i386/ |
H A D | multiboot.c | 290 mbs.mb_buf_size = TARGET_PAGE_ALIGN(mb_kernel_size); in load_multiboot() 314 mbs.mb_buf_size = TARGET_PAGE_ALIGN(mbs.mb_buf_size); in load_multiboot() 345 mbs.mb_buf_size = TARGET_PAGE_ALIGN(mb_mod_length + mbs.mb_buf_size); in load_multiboot()
|
H A D | vapic.c | 612 rom_size = TARGET_PAGE_ALIGN(rom_size); in vapic_map_rom_writable()
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 182 initrd_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + in ppc_heathrow_init() 192 cmdline_base = TARGET_PAGE_ALIGN(initrd_base + initrd_size); in ppc_heathrow_init() 194 cmdline_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_heathrow_init()
|
H A D | mac_newworld.c | 225 initrd_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_core99_init() 234 cmdline_base = TARGET_PAGE_ALIGN(initrd_base + initrd_size); in ppc_core99_init() 236 cmdline_base = TARGET_PAGE_ALIGN(kernel_base + kernel_size + KERNEL_GAP); in ppc_core99_init()
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 165 end = TARGET_PAGE_ALIGN(start + length) >> TARGET_PAGE_BITS; in cpu_physical_memory_get_dirty() 205 end = TARGET_PAGE_ALIGN(start + length) >> TARGET_PAGE_BITS; in cpu_physical_memory_all_dirty() 301 end = TARGET_PAGE_ALIGN(start + length) >> TARGET_PAGE_BITS; in cpu_physical_memory_set_dirty_range()
|
H A D | poison.h | 50 #pragma GCC poison TARGET_PAGE_ALIGN
|
H A D | cpu-all.h | 159 #define TARGET_PAGE_ALIGN(addr) ROUND_UP((addr), TARGET_PAGE_SIZE) macro
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 188 len = TARGET_PAGE_ALIGN(len); in target_mprotect() 543 ? TARGET_PAGE_ALIGN(mmap_min_addr) in mmap_find_vma() 971 len = TARGET_PAGE_ALIGN(len); in target_mmap() 1084 len = TARGET_PAGE_ALIGN(len); in target_munmap() 1205 len = TARGET_PAGE_ALIGN(len_in); in target_madvise() 1354 t_len = TARGET_PAGE_ALIGN(shm_info.shm_segsz); in target_shmat()
|
H A D | main.c | 867 task_unmapped_base = TARGET_PAGE_ALIGN(reserved_va / 3); in main() 883 elf_et_dyn_base = TARGET_PAGE_ALIGN(reserved_va / 3) * 2; in main()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 861 end = TARGET_PAGE_ALIGN(start + length); in tlb_reset_dirty_range_all() 888 end = TARGET_PAGE_ALIGN(start + length) >> TARGET_PAGE_BITS; in cpu_physical_memory_test_and_clear_dirty() 985 end = TARGET_PAGE_ALIGN(start + length - snap->start) >> TARGET_PAGE_BITS; in cpu_physical_memory_snapshot_get_dirty() 1109 uint64_t left = TARGET_PAGE_ALIGN(remain.offset_within_address_space) in flatview_add_to_dispatch() 1706 newsize = TARGET_PAGE_ALIGN(newsize); in qemu_ram_resize() 1969 size = TARGET_PAGE_ALIGN(size); in qemu_ram_alloc_from_fd()
|
/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 712 TARGET_PAGE_ALIGN(ipib_pv->components[i].size), in s390_ipl_pv_unpack()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 200 *initrd_addr = TARGET_PAGE_ALIGN(kernel_top); in sun4u_load_kernel()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 215 virt_page1 = TARGET_PAGE_ALIGN(desc->pc); in tb_lookup_cmp()
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 1042 info->initrd_start = TARGET_PAGE_ALIGN(info->initrd_start); in arm_setup_direct_kernel_boot()
|