Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c39 #define NON_MCACHE_MEMORY_SIZE (80 * MiB) macro
164 if (rlimit_as.rlim_max < MCACHE_MAX_SIZE + NON_MCACHE_MEMORY_SIZE) { in xen_map_cache_init()
165 max_mcache_size = rlimit_as.rlim_max - NON_MCACHE_MEMORY_SIZE; in xen_map_cache_init()