Searched refs:hyp_idmap_start (Results 1 – 3 of 3) sorted by relevance
30 static unsigned long hyp_idmap_start; variable579 io_map_base = hyp_idmap_start; in free_hyp_pgds()581 hyp_idmap_start + PAGE_SIZE - io_map_base); in free_hyp_pgds()2164 hyp_idmap_start, hyp_idmap_end, in kvm_map_idmap_text()2165 __phys_to_pfn(hyp_idmap_start), in kvm_map_idmap_text()2169 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()2178 hyp_idmap_start = kvm_virt_to_phys(__hyp_idmap_text_start); in kvm_mmu_init()2179 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE); in kvm_mmu_init()2188 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()2190 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()[all …]
388 unsigned long hyp_idmap_start)408 idmap_idx = hyp_idmap_start >> VA_BITS;
349 unsigned long hyp_idmap_start) { } in __kvm_extend_hypmap() argument