Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Dmmu.c30 static unsigned long hyp_idmap_start; variable
579 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 …]
/Linux-v5.4/arch/arm64/include/asm/
Dkvm_mmu.h388 unsigned long hyp_idmap_start)
408 idmap_idx = hyp_idmap_start >> VA_BITS;
/Linux-v5.4/arch/arm/include/asm/
Dkvm_mmu.h349 unsigned long hyp_idmap_start) { } in __kvm_extend_hypmap() argument