Searched refs:IOPTE_SMALL (Results 1 – 2 of 2) sorted by relevance
83 #define IOPTE_SMALL (2) macro86 #define iopte_is_small(x) (((x) & 2) == IOPTE_SMALL)
589 *iopte = (pa & IOPAGE_MASK) | prot | IOPTE_SMALL; in iopte_alloc_page()