Home
last modified time | relevance | path

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

/xnu-11417.140.69/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.c1811 if (IS_ALTACCT_PAGE(pai, pv_e)) { in pmap_page_protect_options()
1856 if (IS_ALTACCT_PAGE(pai, pv_e)) { in pmap_page_protect_options()
1879 if (IS_ALTACCT_PAGE(pai, pv_e)) { in pmap_page_protect_options()
1888 assert(!IS_ALTACCT_PAGE(pai, pv_e)); in pmap_page_protect_options()
1897 assert(!IS_ALTACCT_PAGE(pai, pv_e)); in pmap_page_protect_options()
2078 is_altacct = IS_ALTACCT_PAGE(pai, pv_e); in phys_attribute_clear()