Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Dptdump.c28 static const struct ptdump_prot_bits stage2_pte_bits[] = { variable
82 for (i = 0; i < ARRAY_SIZE(stage2_pte_bits); i++) in kvm_ptdump_build_levels()
83 mask |= stage2_pte_bits[i].mask; in kvm_ptdump_build_levels()
88 level[i].num = ARRAY_SIZE(stage2_pte_bits); in kvm_ptdump_build_levels()
89 level[i].bits = stage2_pte_bits; in kvm_ptdump_build_levels()