Searched refs:lvls (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | kernel-pgtable.h | 51 #define EARLY_LEVEL(lvl, lvls, vstart, vend, add) \ argument 52 ((lvls) > (lvl) ? EARLY_ENTRIES(lvl, vstart, vend) + (add) : 0) 54 #define EARLY_PAGES(lvls, vstart, vend, add) (1 /* PGDIR page */ \ argument 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 */
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | cirrus,cs42l42.yaml | 140 cirrus,bias-lvls: 223 cirrus,bias-lvls = <0x0F 0x08 0x04 0x01>;
|
| /linux-6.15/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 590 s8 lvls; in kvm_get_vtcr() local 598 lvls = stage2_pgtable_levels(phys_shift); in kvm_get_vtcr() 599 if (lvls < 2) in kvm_get_vtcr() 600 lvls = 2; in kvm_get_vtcr() 610 vtcr |= VTCR_EL2_LVLS_TO_SL0(lvls); in kvm_get_vtcr()
|