Lines Matching refs:kern_memmap
52 The kernel maintains another table, kern_memmap, which describes the
56 The kern_memmap table typically contains only a subset of the system
75 Therefore, kern_memmap contains only full granule-sized regions that
101 happens to be in kern_memmap, meaning that it may also be mapped
105 If the region is not in kern_memmap, the user mapping should use
132 If WC is requested, and the region in kern_memmap is either WC
144 kern_memmap.
146 There may be corner cases of things that are not in kern_memmap,
148 space are not in kern_memmap, but could be accessed with a UC
159 If the region is in kern_memmap, we should use the attribute
164 or occupied by firmware do not appear in kern_memmap).
183 on whether the region is in kern_memmap or the EFI memory map.