Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Ddomain_page.c142 if ( hashent->idx != MAPHASHENT_NOTINUSE && !hashent->refcnt ) in map_domain_page()
147 hashent->idx = MAPHASHENT_NOTINUSE; in map_domain_page()
209 if ( hashent->idx != MAPHASHENT_NOTINUSE ) in unmap_domain_page()
293 BUILD_BUG_ON(MAPHASHENT_NOTINUSE < MAPCACHE_ENTRIES); in mapcache_vcpu_init()
299 hashent->idx = MAPHASHENT_NOTINUSE; in mapcache_vcpu_init()
/xen/xen/include/asm-x86/
A Ddomain.h42 #define MAPHASHENT_NOTINUSE ((u32)~0U) macro

Completed in 6 milliseconds