hyp_idmap_start   349 arch/arm/include/asm/kvm_mmu.h 				       unsigned long hyp_idmap_start) { }
hyp_idmap_start   388 arch/arm64/include/asm/kvm_mmu.h 				       unsigned long hyp_idmap_start)
hyp_idmap_start   408 arch/arm64/include/asm/kvm_mmu.h 	idmap_idx = hyp_idmap_start >> VA_BITS;
hyp_idmap_start    30 virt/kvm/arm/mmu.c static unsigned long hyp_idmap_start;
hyp_idmap_start   584 virt/kvm/arm/mmu.c 			io_map_base = hyp_idmap_start;
hyp_idmap_start   586 virt/kvm/arm/mmu.c 				      hyp_idmap_start + PAGE_SIZE - io_map_base);
hyp_idmap_start  2178 virt/kvm/arm/mmu.c 				      hyp_idmap_start, hyp_idmap_end,
hyp_idmap_start  2179 virt/kvm/arm/mmu.c 				      __phys_to_pfn(hyp_idmap_start),
hyp_idmap_start  2183 virt/kvm/arm/mmu.c 			hyp_idmap_start, hyp_idmap_end);
hyp_idmap_start  2192 virt/kvm/arm/mmu.c 	hyp_idmap_start = kvm_virt_to_phys(__hyp_idmap_text_start);
hyp_idmap_start  2193 virt/kvm/arm/mmu.c 	hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE);
hyp_idmap_start  2202 virt/kvm/arm/mmu.c 	BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK);
hyp_idmap_start  2204 virt/kvm/arm/mmu.c 	kvm_debug("IDMAP page: %lx\n", hyp_idmap_start);
hyp_idmap_start  2209 virt/kvm/arm/mmu.c 	if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) &&
hyp_idmap_start  2210 virt/kvm/arm/mmu.c 	    hyp_idmap_start <  kern_hyp_va((unsigned long)high_memory - 1) &&
hyp_idmap_start  2211 virt/kvm/arm/mmu.c 	    hyp_idmap_start != (unsigned long)__hyp_idmap_text_start) {
hyp_idmap_start  2247 virt/kvm/arm/mmu.c 				    hyp_idmap_start);
hyp_idmap_start  2254 virt/kvm/arm/mmu.c 	io_map_base = hyp_idmap_start;