Searched refs:__identity_base (Results 1 – 7 of 7) sorted by relevance
203 #define __identity_base vm_layout.identity_base macro205 #define __identity_base 0UL macro222 #define __PAGE_OFFSET __identity_base237 return x - __identity_base; in __pa_nodebug()256 #define __va(x) ((void *)((unsigned long)(x) + __identity_base))
18 vmcoreinfo_append_str("IDENTITYBASE=%lx\n", __identity_base); in arch_crash_save_vmcoreinfo()
81 os_info_entry_add_val(OS_INFO_IDENTITY_BASE, __identity_base); in os_info_init()
736 if (absolute_pointer(__identity_base) < lowcore_end) { in reserve_lowcore()737 start = max(lowcore_start, (void *)__identity_base); in reserve_lowcore()738 end = min(lowcore_end, (void *)(__identity_base + ident_map_size)); in reserve_lowcore()
117 #define __identity_va(x) ((void *)((unsigned long)(x) + __identity_base))118 #define __identity_pa(x) ((unsigned long)(x) - __identity_base)
446 __identity_base = round_down(vmemmap_start - max_mappable, rte_size); in setup_kernel_memory_layout()448 boot_debug("identity map: 0x%016lx-0x%016lx\n", __identity_base, in setup_kernel_memory_layout()449 __identity_base + ident_map_size); in setup_kernel_memory_layout()
339 rc |= add_marker(__identity_base, __identity_base + ident_map_size, "Identity Mapping"); in pt_dump_init()
Completed in 14 milliseconds