Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A Dpmap_internal.h1098 pmap_cmpx_pte(pt_entry_t *entryp, pt_entry_t old, pt_entry_t new) in pmap_cmpx_pte() function
1136 } while (!pmap_cmpx_pte(mptep, opte, npte)); in pmap_update_pte()
H A Dpmap_x86_common.c938 } while (!pmap_cmpx_pte(pte, opte, npte)); in pmap_enter_options()