Home
last modified time | relevance | path

Searched refs:QXL_PAGE_BITS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/display/
H A Dqxl.h27 #define QXL_PAGE_BITS 12 macro
28 #define QXL_PAGE_SIZE (1 << QXL_PAGE_BITS);
H A Dqxl.c557 le32_to_cpu(qxl->shadow_rom.num_pages) << QXL_PAGE_BITS; in interface_get_init_info()