Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/
Dmmu.c43 static unsigned long hyp_idmap_end; variable
1948 hyp_idmap_start, hyp_idmap_end, in kvm_map_idmap_text()
1953 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1964 hyp_idmap_end = kvm_virt_to_phys(__hyp_idmap_text_end); in kvm_mmu_init()
1965 hyp_idmap_end = ALIGN(hyp_idmap_end, PAGE_SIZE); in kvm_mmu_init()
1972 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()