Searched refs:_PAGE_KERNEL (Results 1 – 11 of 11) sorted by relevance
44 #define _PAGE_KERNEL (1 << 2) /* Kernel mode page. */ macro80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \82 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | _PAGE_EXECUTE | \87 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL)
52 #define _PAGE_KERNEL (1<<1) /* page is kernel only */ macro80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \82 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL)
240 pte = hv_pte(_PAGE_KERNEL | _PAGE_HUGE_PAGE); in setup_quasi_va_is_pa()270 __pgprot(_PAGE_KERNEL | _PAGE_EXECUTABLE)); in machine_kexec()
50 pgprot_t prot_rwx = __pgprot(_PAGE_KERNEL | _PAGE_KERNEL_EXEC); in module_alloc()
68 _PAGE_KERNEL | flags)); in __ioremap()
258 #define _PAGE_KERNEL \ macro261 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)272 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
191 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro221 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)225 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
121 #define _PAGE_KERNEL \ macro125 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
138 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); in consistent_alloc()
109 flags |= _PAGE_KERNEL; in __ioremap()
103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE)