Lines Matching full:page
9 This page contains information on certain aspects when developing for
15 During very early boot, page tables are loaded so technically the kernel
36 possible as the page table generation script
38 at the page directory level, in addition to mapping virtual addresses
40 the entries for identity mapping at the page directory level are
45 is done at the page directory level, there is no need to allocate
46 additional space for the page table. However, additional space may
47 still be required for additional page directory table.
52 required as the entries in page directory table will be cleared.
58 (Page Directory Pointer) covers 1GB of memory. For example:
71 (Page Directory) covers 4MB of memory.
79 The page table generation script (:file:`arch/x86/gen_mmu.py`) generates
80 the necessary multi-level page tables for code execution and data access
103 - ``L``: Large page at the page directory level.
113 - Default is small page (4KB), supervisor only, read only, and
119 space for the pre-allocated page tables (both kernel and per-domain
121 specify how many more memory pages to be reserved for the page tables.