Searched refs:L1E_RESERVED_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/ | ||
H A D | qcow2.h | 592 #define L1E_RESERVED_MASK 0x7f000000000001ffULL macro |
H A D | qcow2-refcount.c | 1909 if (l1_table[i] & L1E_RESERVED_MASK) { in check_refcounts_l1() |