DSISR_STORE
(R(&tf->tf_dsisr) & DSISR_STORE
(tf->tf_dsisr & DSISR_STORE)
if (tf->tf_dsisr & DSISR_STORE)
"=%d), lr %#lx\n", (tf->tf_dsisr & DSISR_STORE) ? "write" : "read",
if (tf->tf_dsisr & DSISR_STORE)
(tf->tf_dsisr & DSISR_STORE) ? "write" : "read",