pmap.c | 4382 * pmap_sync_pv: clear pte bits and return the old value of the pp_attrs. 4389 pmap_sync_pv(struct pv_pte *pvpte, paddr_t pa, int clearbits, uint8_t *oattrs, function in typeref:typename:int 4585 if (pmap_sync_pv(pvpte, pa, ~0, &oattrs, &opte)) { 4677 if (pmap_sync_pv(pvpte, pa, 0, &oattrs, NULL)) { 4717 if (pmap_sync_pv(pvpte, pa, clearbits, &oattrs, NULL)) {
|