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

/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dpmap.c547 TD_SW | TD_CP | TD_CV | TD_P | TD_W;
591 TD_CV | TD_P | TD_W;
696 TD_P | TD_W;
1059 TD_P | TD_W;
1327 if ((data & TD_W) != 0)
1394 if ((tp->tte_data & TD_W) != 0)
1416 data = atomic_clear_long(&tp->tte_data, TD_SW | TD_W);
1417 if ((data & (TD_PV | TD_W)) == (TD_PV | TD_W)) {
1538 tp->tte_data &= ~(TD_EXEC | TD_SW | TD_W);
[all...]
H A Dgenassym.c118 ASSYM(TD_W, TD_W);
H A Dmp_machdep.c156 TD_L | TD_CP | TD_CV | TD_P | TD_W;
398 TD_L | TD_CP | TD_CV | TD_P | TD_W;
H A Dbus_machdep.c664 pm_flags |= TD_W;
H A Dexception.S103 #define TTE_SET_W(r1, r2, r3, a, asi) TTE_SET_BIT(r1, r2, r3, TD_W, a, asi)
1030 or %g2, TD_W, %g2
1615 or %g5, TD_CP | TD_W, %g5
1740 or %g6, TD_W, %g6
/freebsd-10.0-release/sys/sparc64/include/
H A Dtte.h119 #define TD_W (1UL << 1) macro
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dmain.c560 TD_CV | TD_P | TD_W;
951 printf(tte & TD_W ? "W " : " ");

Completed in 202 milliseconds