Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Dmmu.c31 static unsigned long hyp_idmap_end; variable
2164 hyp_idmap_start, hyp_idmap_end, in kvm_map_idmap_text()
2169 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
2180 hyp_idmap_end = kvm_virt_to_phys(__hyp_idmap_text_end); in kvm_mmu_init()
2181 hyp_idmap_end = ALIGN(hyp_idmap_end, PAGE_SIZE); in kvm_mmu_init()
2188 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()