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

  /src/sys/arch/sh3/include/
pte.h 73 #define _PG_WIRED 0x80000000
  /src/sys/arch/sh3/sh3/
pmap.c 334 entry |= _PG_WIRED;
409 if (entry & _PG_WIRED)
447 if (oentry & _PG_WIRED) {
448 if (!(entry & _PG_WIRED)) {
454 } else if (entry & _PG_WIRED) {
530 if (entry & _PG_WIRED)
756 if ((entry & _PG_WIRED) == 0)
759 *pte = entry & ~_PG_WIRED;

Completed in 16 milliseconds