Searched refs:EARLY_LEVEL (Results 1 – 1 of 1) sorted by relevance
| /arch/arm64/include/asm/ |
| A D | kernel-pgtable.h | 51 #define EARLY_LEVEL(lvl, lvls, vstart, vend, add) \ macro 55 + EARLY_LEVEL(3, (lvls), (vstart), (vend), add) /* each entry needs a next level page table */ \ 56 + EARLY_LEVEL(2, (lvls), (vstart), (vend), add) /* each entry needs a next level page table */ \ 57 + EARLY_LEVEL(1, (lvls), (vstart), (vend), add))/* each entry needs a next level page table */
|
Completed in 3 milliseconds