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

  /src/sys/arch/hppa/include/
cpu.h 169 #define HPPA_PGAMASK 0xffc00000 /* PA bits 0-9 not used in index */
176 #define HPPA_PGAMASK 0xfff00000 /* PA bits 0-11 not used in index */
pmap.h 130 newva = (*va & HPPA_PGAMASK) | (fo & HPPA_PGAOFF);
  /src/sys/arch/hppa/hppa/
pmap.c 146 (((((va1) ^ (va2)) & ~HPPA_PGAMASK) != 0) || \

Completed in 18 milliseconds