Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/include/
H A Dpte.h238 #define VSTOVA(vr,vs) ((CPU_HAS_SRMMU || HASSUN4_MMU3L) \ macro
/netbsd-src/sys/arch/sparc/sparc/
H A Dcache.c445 p = (char *)VSTOVA(vreg, vseg); /* seg..seg+sz rather than 0..sz */ in sun4_vcache_flush_segment()
650 p = (char *)VSTOVA(vreg, vseg); /* seg..seg+sz rather than 0..sz */ in srmmu_vcache_flush_segment()
H A Dpmap.c1722 va = VSTOVA(me->me_vreg, me->me_vseg); in me_alloc()
1761 va = VSTOVA(me->me_vreg,me->me_vseg); in me_alloc()
4283 vaddr_t va = VSTOVA(vr,vs); in pmap_quiet_check()
4497 va = VSTOVA(vr,vs); in pgt_lvl23_remove4_4c()
4574 tlb_flush_segment(VSTOVA(vr,vs), pm->pm_ctxnum, in pgt_lvl23_remove4m()
4667 nva = VSTOVA(vr, vs + 1); in pmap_remove()
5186 nva = VSTOVA(vr,vs + 1); in pmap_protect4_4c()
5479 nva = VSTOVA(vr,vs + 1); in pmap_protect4m()
6068 nva = VSTOVA(vr, vs + 1); in pmap_kremove4_4c()
6578 nva = VSTOVA(vr, vs + 1); in pmap_kremove4m()
H A Dlocore.s2852 sll %l3, 24, %l3 ! va = VSTOVA(vr,vs)