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

  /src/sys/arch/sparc/sparc/
pmap.c 1748 int swbits = *ptep & PG_MBZ; local in function:me_alloc
1755 *ptep++ = swbits | (pte & ~(PG_U|PG_M));
pmap.c 1748 int swbits = *ptep & PG_MBZ; local in function:me_alloc
1755 *ptep++ = swbits | (pte & ~(PG_U|PG_M));

Completed in 31 milliseconds