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

/external/qemu/
H A Dpoison.h35 #pragma GCC poison TARGET_PAGE_ALIGN
H A Dexec.c280 TARGET_PAGE_ALIGN(endaddr),
321 TARGET_PAGE_ALIGN(addr + len),
1889 end = TARGET_PAGE_ALIGN(end);
2222 end = TARGET_PAGE_ALIGN(end);
2252 end = TARGET_PAGE_ALIGN(start+len); /* must do before we loose bits in the next step */
2519 size = TARGET_PAGE_ALIGN(size);
H A Dcpu-all.h729 #define TARGET_PAGE_ALIGN(addr) (((addr) + TARGET_PAGE_SIZE - 1) & TARGET_PAGE_MASK) macro

Completed in 63 milliseconds