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

  /src/sys/arch/hppa/include/
pmap.h 73 #define HPPA_SID_MAX 0x7ffd
  /src/sys/arch/hppa/hppa/
pmap.c 105 int hppa_sid_max = HPPA_SID_MAX; variable in typeref:typename:int
493 if (space > hppa_sid_max)
852 size = round_page((hppa_sid_max + 1) * 4);
1214 space = (space + 1) % hppa_sid_max)

Completed in 12 milliseconds