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

  /src/sys/arch/sparc/include/
pte.h 266 #define SRMMU_PGTYPE 0xf0000000 /* Top 4 bits of pte PPN give type */
  /src/sys/arch/sparc/sparc/
pmap.c 4818 if ((tpte & SRMMU_PGTYPE) == PG_SUN4M_OBMEM) {
4996 if ((tpte & SRMMU_PGTYPE) == PG_SUN4M_OBMEM) {
5500 if ((tpte & SRMMU_PGTYPE) != PG_SUN4M_OBMEM)
5568 if ((pte & (SRMMU_PG_C|SRMMU_PGTYPE)) ==
6286 if ((tpte & SRMMU_PGTYPE) == PG_SUN4M_OBMEM) {
6473 if ((tpte & SRMMU_PGTYPE) == PG_SUN4M_OBMEM) {
6606 if ((tpte & SRMMU_PGTYPE) == PG_SUN4M_OBMEM) {
6649 if ((pte & (SRMMU_PG_C|SRMMU_PGTYPE)) ==
7339 if ((pte & SRMMU_PGTYPE) == PG_SUN4M_OBMEM) {

Completed in 21 milliseconds