Searched refs:AP_RW (Results 1 – 3 of 3) sorted by relevance
127 #define AP_RW (AP2_RW << 5) macro
196 desc |= (attr & MT_RW) ? LOWER_ATTRS(AP_RW) : LOWER_ATTRS(AP_RO); in mmap_desc()
141 desc |= (attr & MT_RW) ? LOWER_ATTRS(AP_RW) : LOWER_ATTRS(AP_RO); in xlat_desc()