Home
last modified time | relevance | path

Searched defs:TARGET_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/qemu/include/exec/
H A Dcpu-all.h150 #define TARGET_PAGE_SIZE (-(int)TARGET_PAGE_MASK) macro
153 #define TARGET_PAGE_SIZE (1 << TARGET_PAGE_BITS) macro
/qemu/scripts/
H A Ddump-guest-memory.py26 TARGET_PAGE_SIZE = 0x1000 variable