Home
last modified time | relevance | path

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

/external/qemu/include/exec/
Dpoison.h36 #pragma GCC poison TARGET_PAGE_ALIGN
Dcpu-all.h326 #define TARGET_PAGE_ALIGN(addr) (((addr) + TARGET_PAGE_SIZE - 1) & TARGET_PAGE_MASK) macro
/external/qemu/
Dtranslate-all.c1784 end = TARGET_PAGE_ALIGN(end); in page_set_flags()
1828 end = TARGET_PAGE_ALIGN(start + len); in page_check_range()
Dexec.c542 end = TARGET_PAGE_ALIGN(end); in cpu_physical_memory_reset_dirty()
1082 size = TARGET_PAGE_ALIGN(size); in qemu_ram_alloc_from_ptr()