Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkvm_mmu.h150 #define kvm_phys_shift(mmu) VTCR_EL2_IPA((mmu)->vtcr)
151 #define kvm_phys_size(mmu) (_AC(1, ULL) << kvm_phys_shift(mmu))
148 #define kvm_phys_shift( global() macro