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

  /src/sys/arch/sparc/sparc/
cache.c 564 sun4_vcache_flush_segment(VA_VREG(base), VA_VSEG(base), 0);
572 sun4_vcache_flush_region(VA_VREG(base), 0);
811 VA_VREG(base), VA_VSEG(base), ctx, CPUSET_ALL);
813 srmmu_vcache_flush_segment(VA_VREG(base), VA_VSEG(base), ctx);
824 VA_VREG(base), ctx, CPUSET_ALL);
826 srmmu_vcache_flush_region(VA_VREG(base), ctx);
pmap.c 896 rp = &pm->pm_regmap[VA_VREG(va)];
1291 vr = VA_VREG(va);
1449 * (i.e. regions VA_VREG(KERNBASE)+1 to 0xff). We ignore the first
1450 * region (at VA_VREG(KERNBASE)), since that is the 16MB L1 mapping
1457 (VA_VREG(KERNBASE)+1) * sizeof(long); /* kernel only */
1459 for (i = VA_VREG(KERNBASE) + 1; i < SRMMU_L1SIZE;
2083 vr = VA_VREG(va);
2220 if (VA_VREG(va) >= gap_start) {
2388 vr = VA_VREG(va);
2459 vr = VA_VREG(va)
    [all...]
  /src/lib/libkvm/
kvm_sparc.c 203 vr = VA_VREG(va);
249 vr = VA_VREG(va);
  /src/sys/arch/sparc/include/
pte.h 208 #define VA_VREG(va) (((unsigned int)(va) >> RGSHIFT) & 255)
  /src/sys/arch/sparc64/include/
pte.h 317 #define VA_VREG(va) (((unsigned int)(va) >> RGSHIFT) & 255)

Completed in 19 milliseconds