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

  /src/sys/arch/sparc/sparc/
pmap.c 7855 static void test_region(int, int, int);
7880 test_region(0xfe,0,16*1024*1024);
7882 test_region(0xff,0,16*1024*1024);
7884 test_region(VA_VREG(KERNBASE), 4096, avail_start);
7973 test_region(int reg, int start, int stop) function in typeref:typename:void
pmap.c 7855 static void test_region(int, int, int);
7880 test_region(0xfe,0,16*1024*1024);
7882 test_region(0xff,0,16*1024*1024);
7884 test_region(VA_VREG(KERNBASE), 4096, avail_start);
7973 test_region(int reg, int start, int stop) function in typeref:typename:void

Completed in 31 milliseconds