Home
last modified time | relevance | path

Searched refs:stage2_pte_bits (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm64/kvm/
H A Dptdump.c28 static const struct ptdump_prot_bits stage2_pte_bits[] = { variable
101 for (i = 0; i < ARRAY_SIZE(stage2_pte_bits); i++) in kvm_ptdump_build_levels()
102 mask |= stage2_pte_bits[i].mask; in kvm_ptdump_build_levels()
107 level[i].num = ARRAY_SIZE(stage2_pte_bits); in kvm_ptdump_build_levels()
108 level[i].bits = stage2_pte_bits; in kvm_ptdump_build_levels()