Searched refs:tte_vpn (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/sparc64/include/
H A Dtte.h141 ((tp)->tte_vpn >> TV_SIZE_BITS)
153 u_long tte_vpn; member in struct:tte
163 (tp->tte_vpn == TV_VPN(va, TTE_GET_SIZE(tp))));
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dpmap.c749 tp->tte_vpn = vpn;
752 stxa((vm_paddr_t)tp + offsetof(struct tte, tte_vpn),
1062 tp->tte_vpn = TV_VPN(va, TS_8K);
1082 tp->tte_vpn = TV_VPN(va, TS_8K);
1766 tp->tte_vpn = TV_VPN(va, TS_8K);
1798 tp->tte_vpn = TV_VPN(va, TS_8K);
1828 tp->tte_vpn = TV_VPN(va, TS_8K);
1873 tp->tte_vpn = TV_VPN(vdst, TS_8K);
1892 tp->tte_vpn = TV_VPN(vsrc, TS_8K);
1905 tp->tte_vpn
[all...]
H A Dtsb.c186 tp->tte_vpn = TV_VPN(va, sz);
H A Dgenassym.c108 ASSYM(TTE_VPN, offsetof(struct tte, tte_vpn));
H A Dmp_machdep.c154 tp[i].tte_vpn = TV_VPN(kernel_tlbs[i].te_va, TS_4M);
396 csa->csa_ttes[i].tte_vpn = TV_VPN(va, TS_8K);

Completed in 123 milliseconds