HomeSort by: relevance | last modified time | path
    Searched defs:pmap_sync_pv (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
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)) {
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)) {

Completed in 29 milliseconds