Lines Matching defs:hyp_idmap_start
28 static unsigned long __ro_after_init hyp_idmap_start;
1853 unsigned long size = hyp_idmap_end - hyp_idmap_start;
1854 int err = __create_hyp_mappings(hyp_idmap_start, size, hyp_idmap_start,
1858 hyp_idmap_start, hyp_idmap_end);
1882 hyp_idmap_start = __pa_symbol(__hyp_idmap_text_start);
1883 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE);
1892 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK);
1920 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start);
1925 if (hyp_idmap_start >= kern_hyp_va(PAGE_OFFSET) &&
1926 hyp_idmap_start < kern_hyp_va((unsigned long)high_memory - 1) &&
1927 hyp_idmap_start != (unsigned long)__hyp_idmap_text_start) {
1952 io_map_base = hyp_idmap_start;