IOTTE_V
if (tte & IOTTE_V) {
tte |= IOTTE_V;
if ((tte & IOTTE_V) == 0) {
*tte_ptr = htole64(tte & ~IOTTE_V);
if (tte & IOTTE_V) {
if ((tte & IOTTE_V) == 0) {
*tte_ptr = tte & ~IOTTE_V;
if ((tte & IOTTE_V) == 0)
#define MAKEIOTTE(pa,w,c,s) (((pa)&IOTTE_PAMASK)|((w)?IOTTE_W:0)|((c)?IOTTE_C:0)|((s)?IOTTE_STREAM:0)|(IOTTE_V|IOTTE_8K))