Lines Matching defs:hyp_idmap_start
28 static unsigned long hyp_idmap_start;
1198 unsigned long size = hyp_idmap_end - hyp_idmap_start;
1199 int err = __create_hyp_mappings(hyp_idmap_start, size, hyp_idmap_start,
1203 hyp_idmap_start, hyp_idmap_end);
1213 hyp_idmap_start = __pa_symbol(__hyp_idmap_text_start);
1214 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE);
1223 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK);
1227 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start);
1232 if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) &&
1233 hyp_idmap_start < kern_hyp_va((unsigned long)high_memory - 1) &&
1234 hyp_idmap_start != (unsigned long)__hyp_idmap_text_start) {
1259 io_map_base = hyp_idmap_start;