Home
last modified time | relevance | path

Searched refs:hppa_sid_max (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/arch/hppa/hppa/
H A Dpmap.c93 int hppa_sid_max = HPPA_SID_MAX; variable
354 for (sp = 0; sp <= hppa_sid_max; sp++) { in pmap_dump_table()
523 size = round_page((hppa_sid_max + 1) * 4); in pmap_bootstrap()
692 for (space = 1 + arc4random_uniform(hppa_sid_max); in pmap_create()
693 pmap_sdir_get(space); space = (space + 1) % hppa_sid_max); in pmap_create()