Searched refs:lvls (Results 1 – 3 of 3) sorted by relevance
18 #define pt_levels_pgdir_shift(lvls) ARM64_HW_PGTABLE_LEVEL_SHIFT(4 - (lvls)) argument
71 - cirrus,bias-lvls : For a level-detect headset button scheme, each button113 cirrus,bias-lvls = <0x0F 0x08 0x04 0x01>;
523 u8 lvls; in kvm_get_vtcr() local531 lvls = stage2_pgtable_levels(phys_shift); in kvm_get_vtcr()532 if (lvls < 2) in kvm_get_vtcr()533 lvls = 2; in kvm_get_vtcr()534 vtcr |= VTCR_EL2_LVLS_TO_SL0(lvls); in kvm_get_vtcr()
Completed in 9 milliseconds