Lines Matching +full:0 +full:x040000
13 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */
14 #define _PAGE_SW1 0x000002
15 #define _PAGE_BAP_SR 0x000004
16 #define _PAGE_BAP_UR 0x000008
17 #define _PAGE_BAP_SW 0x000010
18 #define _PAGE_BAP_UW 0x000020
19 #define _PAGE_BAP_SX 0x000040
20 #define _PAGE_BAP_UX 0x000080
21 #define _PAGE_PSIZE_MSK 0x000f00
22 #define _PAGE_TSIZE_4K 0x000100
23 #define _PAGE_DIRTY 0x001000 /* C: page changed */
24 #define _PAGE_SW0 0x002000
25 #define _PAGE_U3 0x004000
26 #define _PAGE_U2 0x008000
27 #define _PAGE_U1 0x010000
28 #define _PAGE_U0 0x020000
29 #define _PAGE_ACCESSED 0x040000
30 #define _PAGE_ENDIAN 0x080000
31 #define _PAGE_GUARDED 0x100000
32 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */
33 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */
34 #define _PAGE_WRITETHRU 0x800000 /* W: cache write-through */
49 #define _PAGE_NA 0
65 #define _PTE_NONE_MASK 0xffffffff00000000ULL
66 #define _PMD_PRESENT 0
69 #define _PMD_USER 0
71 #define _PTE_NONE_MASK 0
107 return (long)pmd_val(pmd) > 0; in pmd_leaf()
123 return (long)pud_val(pud) > 0; in pud_leaf()