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

  /src/sys/arch/usermode/usermode/
pmap.c 56 uint8_t pv_vflags; /* per mapping flags */ member in struct:pv_entry
703 if (ppv->pv_vflags & PV_UNMANAGED) {
840 vflags = pv_table[pv->pv_ppn].pv_vflags;
916 if (pv->pv_vflags & PV_WIRED)
924 pv->pv_vflags = 0;
927 pv->pv_vflags |= PV_WIRED;
931 pv->pv_vflags |= PV_UNMANAGED;
944 if (pv->pv_vflags & PV_WIRED)
1025 if (pv->pv_vflags & PV_WIRED)
1106 if ((pv->pv_vflags & PV_WIRED) == 0
    [all...]
pmap.c 56 uint8_t pv_vflags; /* per mapping flags */ member in struct:pv_entry
703 if (ppv->pv_vflags & PV_UNMANAGED) {
840 vflags = pv_table[pv->pv_ppn].pv_vflags;
916 if (pv->pv_vflags & PV_WIRED)
924 pv->pv_vflags = 0;
927 pv->pv_vflags |= PV_WIRED;
931 pv->pv_vflags |= PV_UNMANAGED;
944 if (pv->pv_vflags & PV_WIRED)
1025 if (pv->pv_vflags & PV_WIRED)
1106 if ((pv->pv_vflags & PV_WIRED) == 0
    [all...]

Completed in 22 milliseconds