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

  /src/sys/arch/sparc/include/
pmap.h 226 #define PMAP_TYPE_SRMMU 0x78 /* mask to get 4m page type */
233 #define PMAP_T2PTE_SRMMU(x) (((x) & PMAP_TYPE_SRMMU) << PMAP_PTESHFT_SRMMU)
  /src/sys/arch/sparc/sparc/
pmap.c 6214 if (pa & PMAP_TYPE_SRMMU) { /* this page goes in an iospace */

Completed in 27 milliseconds