Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dcpu-all.h146 # define TARGET_PAGE_MASK ({ assert(target_page.decided); \ macro
150 # define TARGET_PAGE_MASK ((target_long)target_page.mask) macro
156 # define TARGET_PAGE_MASK ((target_long)-1 << TARGET_PAGE_BITS) macro
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py27 TARGET_PAGE_MASK = 0xFFFFFFFFFFFFF000 variable