Lines Matching refs:hyp_idmap_start
29 static unsigned long __ro_after_init hyp_idmap_start;
2049 unsigned long size = hyp_idmap_end - hyp_idmap_start;
2050 int err = __create_hyp_mappings(hyp_idmap_start, size, hyp_idmap_start,
2054 hyp_idmap_start, hyp_idmap_end);
2078 hyp_idmap_start = __pa_symbol(__hyp_idmap_text_start);
2079 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE);
2088 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK);
2109 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start);
2114 if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) &&
2115 hyp_idmap_start < kern_hyp_va((unsigned long)high_memory - 1) &&
2116 hyp_idmap_start != (unsigned long)__hyp_idmap_text_start) {
2141 io_map_base = hyp_idmap_start;