Searched refs:hyp_idmap_start (Results 1 – 3 of 3) sorted by relevance
42 static unsigned long hyp_idmap_start; variable574 io_map_base = hyp_idmap_start; in free_hyp_pgds()576 hyp_idmap_start + PAGE_SIZE - io_map_base); in free_hyp_pgds()1948 hyp_idmap_start, hyp_idmap_end, in kvm_map_idmap_text()1949 __phys_to_pfn(hyp_idmap_start), in kvm_map_idmap_text()1953 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()1962 hyp_idmap_start = kvm_virt_to_phys(__hyp_idmap_text_start); in kvm_mmu_init()1963 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE); in kvm_mmu_init()1972 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()1974 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()[all …]
348 unsigned long hyp_idmap_start)368 idmap_idx = hyp_idmap_start >> VA_BITS;
297 unsigned long hyp_idmap_start) { } in __kvm_extend_hypmap() argument