Home
last modified time | relevance | path

Searched refs:__identity_base (Results 1 – 7 of 7) sorted by relevance

/arch/s390/include/asm/
A Dpage.h203 #define __identity_base vm_layout.identity_base macro
205 #define __identity_base 0UL macro
222 #define __PAGE_OFFSET __identity_base
237 return x - __identity_base; in __pa_nodebug()
256 #define __va(x) ((void *)((unsigned long)(x) + __identity_base))
/arch/s390/kernel/
A Dvmcore_info.c18 vmcoreinfo_append_str("IDENTITYBASE=%lx\n", __identity_base); in arch_crash_save_vmcoreinfo()
A Dos_info.c81 os_info_entry_add_val(OS_INFO_IDENTITY_BASE, __identity_base); in os_info_init()
A Dsetup.c736 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()
/arch/s390/boot/
A Dboot.h117 #define __identity_va(x) ((void *)((unsigned long)(x) + __identity_base))
118 #define __identity_pa(x) ((unsigned long)(x) - __identity_base)
A Dstartup.c446 __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()
/arch/s390/mm/
A Ddump_pagetables.c339 rc |= add_marker(__identity_base, __identity_base + ident_map_size, "Identity Mapping"); in pt_dump_init()

Completed in 14 milliseconds