Lines Matching +full:0 +full:x0c00
22 #define CBE_IOPTE_PP_W 0x8000000000000000ul /* protection: write */
23 #define CBE_IOPTE_PP_R 0x4000000000000000ul /* protection: read */
24 #define CBE_IOPTE_M 0x2000000000000000ul /* coherency required */
25 #define CBE_IOPTE_SO_R 0x1000000000000000ul /* ordering: writes */
26 #define CBE_IOPTE_SO_RW 0x1800000000000000ul /* ordering: r & w */
27 #define CBE_IOPTE_RPN_Mask 0x07fffffffffff000ul /* RPN */
28 #define CBE_IOPTE_H 0x0000000000000800ul /* cache hint */
29 #define CBE_IOPTE_IOID_Mask 0x00000000000007fful /* ioid */