Searched refs:TD_L (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.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 Dspitfire.c153 if ((ldxa(slot, ASI_DTLB_DATA_ACCESS_REG) & TD_L) == 0)
155 if ((ldxa(slot, ASI_ITLB_DATA_ACCESS_REG) & TD_L) == 0)
175 if ((data & TD_V) != 0 && (data & TD_L) == 0 &&
180 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 &&
H A Dgenassym.c115 ASSYM(TD_L, TD_L);
H A Dmp_locore.S71 setx TD_V | TD_L, %l1, %l0
H A Dmp_machdep.c160 TD_L | TD_CP | TD_CV | TD_P | TD_W;
402 TD_L | TD_CP | TD_CV | TD_P | TD_W;
H A Dpmap.c400 if ((data & (TD_V | TD_L)) != (TD_V | TD_L))
724 data = TD_V | TD_4M | TD_PA(pa) | TD_L | TD_CP | TD_CV |
/freebsd-11.0-release/sys/sparc64/include/
H A Dtte.h114 #define TD_L (1UL << 6) macro
/freebsd-11.0-release/sys/boot/sparc64/loader/
H A Dmain.c470 (data & TD_L) != 0)
490 if ((data & (TD_V | TD_L)) != (TD_V | TD_L)) {
559 data = TD_V | TD_4M | TD_PA(pa) | TD_L | TD_CP |
956 printf(tte & TD_L ? "\e[32mL\e[0m " : " ");

Completed in 166 milliseconds