Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c29 static unsigned long __ro_after_init hyp_idmap_end; variable
1853 unsigned long size = hyp_idmap_end - hyp_idmap_start; in kvm_map_idmap_text()
1858 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1884 hyp_idmap_end = __pa_symbol(__hyp_idmap_text_end); in kvm_mmu_init()
1885 hyp_idmap_end = ALIGN(hyp_idmap_end, PAGE_SIZE); in kvm_mmu_init()
1892 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()