Searched refs:TD_P (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/sparc64/include/
H A Dtte.h118 #define TD_P (1UL << 2) macro
145 (((tp)->tte_data & TD_P) != 0 ? (kernel_pmap) : \
/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;
1083 tp->tte_data = TD_V | TD_8K | TD_PA(pa) | TD_REF | TD_P | flags;
1585 data |= TD_P;
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;
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dmain.c560 TD_CV | TD_P | TD_W;
952 printf(tte & TD_P ? "\e[33mP\e[0m " : " ");

Completed in 123 milliseconds