Searched refs:IOTTE_STREAM (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/sparc64/dev/
H A Diommureg.h105 #define IOTTE_STREAM 0x1000000000000000LL /* Is page streamable? */ macro
146 #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))
H A Diommu.c382 * entry has the IOTTE_STREAM flags set. It should be impossible for
425 if (sb && (tte & IOTTE_STREAM))
1609 if ((is->is_tsb[IOTSBSLOT(va, is->is_tsbsize)] & IOTTE_STREAM) == 0) {

Completed in 202 milliseconds