Searched refs:TD_CV (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/sparc64/include/
H A Dtte.h118 #define TD_CV (1UL << 4) macro
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dpmap.c547 TD_SW | TD_CP | TD_CV | TD_P | TD_W;
591 TD_CV | TD_P | TD_W;
717 data = TD_V | TD_4M | TD_PA(pa) | TD_L | TD_CP | TD_CV |
966 atomic_clear_long(&tp->tte_data, TD_CV);
1033 atomic_set_long(&tp->tte_data, TD_CV);
1083 data |= TD_CV;
1737 ~(TD_PV | TD_REF | TD_SW | TD_CV | TD_W);
1799 tp->tte_data = TD_V | TD_8K | TD_PA(pa) | TD_CP | TD_CV | TD_W;
1831 tp->tte_data = TD_V | TD_8K | TD_PA(pa) | TD_CP | TD_CV | TD_W;
1877 TD_V | TD_8K | TD_PA(pdst) | TD_CP | TD_CV | TD_
[all...]
H A Dgenassym.c119 ASSYM(TD_CV, TD_CV);
H A Dtsb.c183 data |= TD_CV;
H A Dmp_machdep.c162 TD_L | TD_CP | TD_CV | TD_P | TD_W;
402 TD_L | TD_CP | TD_CV | TD_P | TD_W;
H A Dexception.S1600 * set TD_CV in order to access it uniformly bypassing the D$.
1628 1: or %g5, TD_CV, %g5
/freebsd-12-stable/stand/sparc64/loader/
H A Dmain.c557 TD_CV | TD_P | TD_W;
946 printf(tte & TD_CV ? "CV " : " ");

Completed in 74 milliseconds