Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c29 # define MCACHE_MAX_SIZE (1UL<<31) /* 2GB Cap */ macro
31 # define MCACHE_MAX_SIZE (1UL<<35) /* 32GB Cap */ macro
155 max_mcache_size = MCACHE_MAX_SIZE; in xen_map_cache_init()
164 if (rlimit_as.rlim_max < MCACHE_MAX_SIZE + NON_MCACHE_MEMORY_SIZE) { in xen_map_cache_init()
167 max_mcache_size = MCACHE_MAX_SIZE; in xen_map_cache_init()