Searched defs:_PAGE_READ (Results 1 – 11 of 11) sorted by relevance
57 #define _PAGE_READ (1 << _PAGE_READ_SHIFT) macro80 #define _PAGE_READ (1 << _PAGE_READ_SHIFT) macro119 #define _PAGE_READ (1 << _PAGE_READ_SHIFT) macro147 #define _PAGE_READ (cpu_has_rixi ? 0 : (1 << _PAGE_READ_SHIFT)) macro
23 #define _PAGE_READ (1<<23) macro
18 #define _PAGE_READ (1 << 1) /* Readable */ macro
11 #define _PAGE_READ (1<<8) macro
11 #define _PAGE_READ (1<<1) macro
60 #define _PAGE_READ (1<<5) /* Page has user read perm (H) */ macro71 #define _PAGE_READ (1<<3) /* Page has user read perm (H) */ macro
33 #define _PAGE_READ __HVM_PTE_R macro
150 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
211 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro
20 #define _PAGE_READ 0x00004 /* read access allowed */ macro
173 #define _PAGE_READ 0x010 /* SW pte read bit */ macro