Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-ept.c48 static int atomic_write_ept_entry(ept_entry_t *entryptr, ept_entry_t new, in atomic_write_ept_entry() argument
53 bool_t check_foreign = (new.mfn != entryptr->mfn || in atomic_write_ept_entry()
54 new.sa_p2mt != entryptr->sa_p2mt); in atomic_write_ept_entry()
59 write_atomic(&entryptr->epte, new.epte); in atomic_write_ept_entry()
88 if ( unlikely(p2m_is_foreign(entryptr->sa_p2mt)) && check_foreign ) in atomic_write_ept_entry()
89 oldmfn = entryptr->mfn; in atomic_write_ept_entry()
91 write_atomic(&entryptr->epte, new.epte); in atomic_write_ept_entry()
101 entryptr->epte, new.epte, rc); in atomic_write_ept_entry()

Completed in 5 milliseconds