Searched refs:_PAGE_KERNEL (Results 1 – 17 of 17) sorted by relevance
44 #define _PAGE_KERNEL (1 << 2) /* Kernel mode page. */ macro79 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \81 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | _PAGE_EXECUTE | \86 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL)
52 #define _PAGE_KERNEL (1<<1) /* page is kernel only */ macro79 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \81 #define _KERNPG_TABLE (_PAGE_TABLE | _PAGE_KERNEL)
68 _PAGE_KERNEL | flags)); in __ioremap()
53 _PAGE_ACCESSED | _PAGE_KERNEL | _PAGE_CACHE_WIN0 | in __ioremap()
192 _PAGE_CACHEABLE | _PAGE_KERNEL); in mmu_init()
246 #define _PAGE_KERNEL \ macro249 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)260 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
39 #define _PAGE_KERNEL _PAGE_PRIV macro
67 _PAGE_CACHEABLE | _PAGE_KERNEL)
204 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro234 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)238 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
47 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
125 #define _PAGE_KERNEL \ macro129 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
137 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); in consistent_alloc()
107 flags |= _PAGE_KERNEL; in __ioremap()
40 pgprot_t prot_rwx = __pgprot(_PAGE_KERNEL | _PAGE_KERNEL_EXEC); in module_alloc()
249 pte = hv_pte(_PAGE_KERNEL | _PAGE_HUGE_PAGE); in setup_quasi_va_is_pa()
103 #define pmd_bad(x) ((pmd_val(x) & (~PAGE_MASK & ~_PAGE_KERNEL)) != _PAGE_TABLE)
316 if (!(start_pte & _PAGE_KERNEL)) in setup_arch()