Home
last modified time | relevance | path

Searched refs:TARGET_PAGE_ALIGN (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/hw/openrisc/
H A Dboot.c72 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 Dtarget_mman.h3 TARGET_PAGE_ALIGN((1u << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
/openbmc/qemu/linux-user/riscv/
H A Dtarget_mman.h6 TARGET_PAGE_ALIGN((1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) / 3)
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_mman.h11 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
/openbmc/qemu/linux-user/loongarch64/
H A Dtarget_mman.h7 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_mman.h18 #define ELF_ET_DYN_BASE TARGET_PAGE_ALIGN((1ull << 48) / 3 * 2)
/openbmc/qemu/bsd-user/
H A Dmmap.c76 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 Dbsd-mem.h149 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 Dbsd-mem.c30 target_brk = TARGET_PAGE_ALIGN(new_brk); in target_set_brk()
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_mman.h25 TARGET_PAGE_ALIGN((1u << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
/openbmc/qemu/linux-user/mips/
H A Dtarget_mman.h22 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
/openbmc/qemu/hw/i386/
H A Dmultiboot.c290 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 Dvapic.c612 rom_size = TARGET_PAGE_ALIGN(rom_size); in vapic_map_rom_writable()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c182 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 Dmac_newworld.c225 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 Dram_addr.h165 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 Dpoison.h50 #pragma GCC poison TARGET_PAGE_ALIGN
H A Dcpu-all.h159 #define TARGET_PAGE_ALIGN(addr) ROUND_UP((addr), TARGET_PAGE_SIZE) macro
/openbmc/qemu/linux-user/
H A Dmmap.c188 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 Dmain.c867 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 Dphysmem.c861 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 Dipl.c712 TARGET_PAGE_ALIGN(ipib_pv->components[i].size), in s390_ipl_pv_unpack()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c200 *initrd_addr = TARGET_PAGE_ALIGN(kernel_top); in sun4u_load_kernel()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c215 virt_page1 = TARGET_PAGE_ALIGN(desc->pc); in tb_lookup_cmp()
/openbmc/qemu/hw/arm/
H A Dboot.c1042 info->initrd_start = TARGET_PAGE_ALIGN(info->initrd_start); in arm_setup_direct_kernel_boot()

12