Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Ddomain_page.c66 #define MAPCACHE_L2_ENTRIES (mapcache_l2_entry(MAPCACHE_ENTRIES - 1) + 1)
247 2 * PFN_UP(BITS_TO_LONGS(MAPCACHE_ENTRIES) * sizeof(long))) > in mapcache_domain_init()
249 bitmap_pages = PFN_UP(BITS_TO_LONGS(MAPCACHE_ENTRIES) * sizeof(long)); in mapcache_domain_init()
293 BUILD_BUG_ON(MAPHASHENT_NOTINUSE < MAPCACHE_ENTRIES); in mapcache_vcpu_init()
/xen/xen/include/asm-x86/
A Dconfig.h300 #define MAPCACHE_ENTRIES (MAX_VIRT_CPUS * MAPCACHE_VCPU_ENTRIES) macro
303 MAPCACHE_ENTRIES * PAGE_SIZE)

Completed in 3 milliseconds