Home
last modified time | relevance | path

Searched refs:MIN_CONST (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/exec/
H A Dcpu-defs.h77 MIN_CONST(22, TARGET_VIRT_ADDR_SPACE_BITS - TARGET_PAGE_BITS)
H A Dcpu-all.h95 ((MIN_CONST(TARGET_VIRT_ADDR_SPACE_BITS, TARGET_ABI_BITS) <= 32) ? \
/openbmc/qemu/include/qemu/
H A Dosdep.h418 # define MIN_CONST(a, b) ((a) < (b) ? (a) : (b)) macro
421 # define MIN_CONST(a, b) \ macro
/openbmc/qemu/include/block/
H A Dblock-common.h271 #define BDRV_REQUEST_MAX_SECTORS MIN_CONST(SIZE_MAX >> BDRV_SECTOR_BITS, \
/openbmc/qemu/migration/
H A Dqemu-file.c38 #define MAX_IOV_SIZE MIN_CONST(IOV_MAX, 64)