Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomain_page.c100 idx = hashent->idx; in map_domain_page()
102 hashent->refcnt++; in map_domain_page()
103 ASSERT(hashent->refcnt); in map_domain_page()
142 if ( hashent->idx != MAPHASHENT_NOTINUSE && !hashent->refcnt ) in map_domain_page()
201 if ( hashent->idx == idx ) in unmap_domain_page()
204 ASSERT(hashent->refcnt); in unmap_domain_page()
205 hashent->refcnt--; in unmap_domain_page()
207 else if ( !hashent->refcnt ) in unmap_domain_page()
213 hashent->mfn); in unmap_domain_page()
220 hashent->mfn = mfn; in unmap_domain_page()
[all …]

Completed in 2 milliseconds