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

  /src/sys/arch/sparc/include/
pte.h 238 #define VSTOVA(vr,vs) ((CPU_HAS_SRMMU || HASSUN4_MMU3L) \
  /src/sys/arch/sparc/sparc/
cache.c 445 p = (char *)VSTOVA(vreg, vseg); /* seg..seg+sz rather than 0..sz */
650 p = (char *)VSTOVA(vreg, vseg); /* seg..seg+sz rather than 0..sz */
pmap.c 1722 va = VSTOVA(me->me_vreg, me->me_vseg);
1761 va = VSTOVA(me->me_vreg,me->me_vseg);
4283 vaddr_t va = VSTOVA(vr,vs);
4497 va = VSTOVA(vr,vs);
4574 tlb_flush_segment(VSTOVA(vr,vs), pm->pm_ctxnum,
4667 nva = VSTOVA(vr, vs + 1);
5186 nva = VSTOVA(vr,vs + 1);
5479 nva = VSTOVA(vr,vs + 1);
6068 nva = VSTOVA(vr, vs + 1);
6578 nva = VSTOVA(vr, vs + 1)
    [all...]
locore.s 2852 sll %l3, 24, %l3 ! va = VSTOVA(vr,vs)

Completed in 20 milliseconds