Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kvm/
Dmmu.c29 static unsigned long hyp_idmap_end; variable
1595 unsigned long size = hyp_idmap_end - hyp_idmap_start; in kvm_map_idmap_text()
1600 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1624 hyp_idmap_end = __pa_symbol(__hyp_idmap_text_end); in kvm_mmu_init()
1625 hyp_idmap_end = ALIGN(hyp_idmap_end, PAGE_SIZE); in kvm_mmu_init()
1632 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()