Home | History | Annotate | Download | only in include

Lines Matching refs:raw

102 		u_long raw; /* struct above, addressable as a long */
113 u_long raw; /* struct above, addressable as a long */
164 u_long raw; /* struct above, addressable as a long */
175 u_long raw; /* struct above, addressable as a long */
206 u_long raw;
252 u_long raw;
274 #define MMU_VALID_DT(dte) ((dte).attr.raw & MMU_DT_MASK)
276 #define MMU_INVALID_DT(dte) (!((dte).attr.raw & MMU_DT_MASK))
278 #define MMU_PTE_USED(pte) ((pte).attr.raw & MMU_SHORT_PTE_USED)
280 #define MMU_PTE_MODIFIED(pte) ((pte).attr.raw & MMU_SHORT_PTE_M)
282 #define MMU_PTE_PA(pte) ((pte).attr.raw & MMU_SHORT_PTE_BASEADDR)
284 #define MMU_DTE_PA(dte) ((dte).attr.raw & MMU_SHORT_DTE_BASEADDR)