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>
60 * Map all physical memory into kernel's address space.
62 * This is explicitly coded for two-level page tables, so if you need
76 /* These mark extents of read-only kernel pages... in map_ram()
97 "two-level page tables", in map_ram()
123 printk(KERN_INFO "%s: Memory: 0x%x-0x%x\n", __func__, in map_ram()
168 *itlb_vector = ((unsigned long)&itlb_miss_handler - in paging_init()
171 /* Soft ordering constraint to ensure that dtlb_vector is in paging_init()
177 *dtlb_vector = ((unsigned long)&dtlb_miss_handler - in paging_init()
182 /* Soft ordering constraint to ensure that cache invalidation and in paging_init()
208 /* clear the zero-page */ in mem_init()