Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A Dpmap_internal.h434 #define IS_ALTACCT_PAGE(x, pve) \ macro
914 *was_altacct = IS_ALTACCT_PAGE(ppn_to_pai(*ppnp), pv_h); in pmap_pv_remove()
994 *was_altacct = IS_ALTACCT_PAGE(ppn_to_pai(*ppnp), pvh_e); in pmap_pv_remove()
1030 return IS_ALTACCT_PAGE(ppn, pv_h); in pmap_pv_is_altacct()
1048 is_altacct = IS_ALTACCT_PAGE(ppn, pvh_e); in pmap_pv_is_altacct()
H A Dpmap_x86_common.c1828 if (IS_ALTACCT_PAGE(pai, pv_e)) { in pmap_page_protect_options()
1873 if (IS_ALTACCT_PAGE(pai, pv_e)) { in pmap_page_protect_options()
1896 if (IS_ALTACCT_PAGE(pai, pv_e)) { in pmap_page_protect_options()
1905 assert(!IS_ALTACCT_PAGE(pai, pv_e)); in pmap_page_protect_options()
1914 assert(!IS_ALTACCT_PAGE(pai, pv_e)); in pmap_page_protect_options()
2095 is_altacct = IS_ALTACCT_PAGE(pai, pv_e); in phys_attribute_clear()