Lines Matching defs:early
44 unsigned long end, bool early)
55 if (!early) {
70 * The early shadow memory is mapping all KASan
94 unsigned long end, bool early)
106 void *p = early ? kasan_early_shadow_pte :
119 kasan_pte_populate(pmdp, addr, next, early);
124 bool early)
138 if (!early && pgd_none(*pgdp)) {
158 kasan_pmd_populate(pudp, addr, next, early);
218 * At first we should unmap early shadow (clear_pgds() call bellow).
221 * To keep the early shadow memory MMU tables around while setting up
223 * table) to tmp_pgd_table and use that to keep the early shadow memory