Home
last modified time | relevance | path

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

/external/qemu/
Dpoison.h35 #pragma GCC poison TARGET_PAGE_ALIGN
Dexec.c281 TARGET_PAGE_ALIGN(endaddr), in page_init()
322 TARGET_PAGE_ALIGN(addr + len), in page_find_alloc()
1890 end = TARGET_PAGE_ALIGN(end); in cpu_physical_memory_reset_dirty()
2223 end = TARGET_PAGE_ALIGN(end); in page_set_flags()
2253 end = TARGET_PAGE_ALIGN(start+len); /* must do before we loose bits in the next step */ in page_check_range()
2524 size = TARGET_PAGE_ALIGN(size); in qemu_ram_alloc_from_ptr()
Dcpu-all.h729 #define TARGET_PAGE_ALIGN(addr) (((addr) + TARGET_PAGE_SIZE - 1) & TARGET_PAGE_MASK) macro