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

  /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 15 milliseconds