Lines Matching +full:space +full:- +full:constraint
1 // SPDX-License-Identifier: GPL-2.0-or-later
11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
56 * Map all physical memory into kernel's address space.
58 * This is explicitly coded for two-level page tables, so if you need
72 /* These mark extents of read-only kernel pages... in map_ram()
93 "two-level page tables", in map_ram()
119 printk(KERN_INFO "%s: Memory: 0x%x-0x%x\n", __func__, in map_ram()
159 *itlb_vector = ((unsigned long)&itlb_miss_handler - in paging_init()
162 /* Soft ordering constraint to ensure that dtlb_vector is in paging_init()
168 *dtlb_vector = ((unsigned long)&dtlb_miss_handler - in paging_init()
173 /* Soft ordering constraint to ensure that cache invalidation and in paging_init()
199 /* clear the zero-page */ in mem_init()