Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Dmmu.c28 static unsigned long __ro_after_init hyp_idmap_start; variable
1960 unsigned long size = hyp_idmap_end - hyp_idmap_start; in kvm_map_idmap_text()
1961 int err = __create_hyp_mappings(hyp_idmap_start, size, hyp_idmap_start, in kvm_map_idmap_text()
1965 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1989 hyp_idmap_start = __pa_symbol(__hyp_idmap_text_start); in kvm_mmu_init()
1990 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE); in kvm_mmu_init()
1999 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()
2020 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()
2025 if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) && in kvm_mmu_init()
2026 hyp_idmap_start < kern_hyp_va((unsigned long)high_memory - 1) && in kvm_mmu_init()
[all …]