Searched refs:TD_V (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dzeus.c149 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
154 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
162 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
167 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
H A Dcheetah.c251 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
259 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
270 if ((data & TD_V) != 0 && TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
278 if ((data & TD_V) != 0 && TLB_TAR_CTX(tag) != TLB_CTX_KERNEL)
289 if ((data & TD_V) != 0 &&
301 if ((data & TD_V) != 0 &&
H A Dtsb.c139 KASSERT((tp->tte_data & TD_V) == 0,
152 if ((bucket[i].tte_data & TD_V) == 0) {
166 if ((tp->tte_data & TD_V) != 0) {
220 if ((tp->tte_data & TD_V) != 0) {
H A Dspitfire.c175 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
180 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
H A Dmp_locore.S71 setx TD_V | TD_L, %l1, %l0
97 setx TD_V, %l1, %l0
139 setx TD_V, %o1, %o0
H A Dpmap.c393 if ((data & (TD_V | TD_L)) != (TD_V | TD_L))
546 data = TD_V | TD_8K | TD_PA(pa + off) | TD_REF |
590 data = TD_V | TD_8K | TD_PA(pa) | TD_REF | TD_SW | TD_CP |
624 if ((translations[i].om_tte & TD_V) == 0)
695 data = TD_V | TD_4M | TD_PA(pa) | TD_L | TD_CP | TD_CV |
785 if ((translations[i].om_tte & TD_V) == 0)
843 if ((tp->tte_data & TD_V) == 0)
872 if ((tp->tte_data & TD_V) == 0)
1046 if ((tp->tte_data & TD_V) !
[all...]
H A Dgenassym.c111 ASSYM(TD_V, TD_V);
H A Dmp_machdep.c155 tp[i].tte_data = TD_V | TD_4M | TD_PA(kernel_tlbs[i].te_pa) |
397 csa->csa_ttes[i].tte_data = TD_V | TD_8K | TD_PA(pa) |
/freebsd-10.0-release/sys/sparc64/include/
H A Dtte.h90 #define TD_V (1UL << 63) macro
162 return (((tp->tte_data & TD_V) != 0) &&
H A Dtlb.h44 (TD_V | TD_4M | (TLB_DIRECT_ADDRESS_MASK - TLB_DIRECT_PAGE_MASK))
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dmain.c490 if ((data & (TD_V | TD_L)) != (TD_V | TD_L)) {
506 if ((itlb_get_data_sun4u(tlb_locked, i) & TD_V) != 0)
559 data = TD_V | TD_4M | TD_PA(pa) | TD_L | TD_CP |
975 if (!(tte & TD_V))
986 if (!(tte & TD_V))

Completed in 186 milliseconds