Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpage.h200 #define __identity_base vm_layout.identity_base macro
202 #define __identity_base 0UL macro
219 #define __PAGE_OFFSET __identity_base
234 return x - __identity_base; in __pa_nodebug()
253 #define __va(x) ((void *)((unsigned long)(x) + __identity_base))
/linux/Documentation/arch/s390/
H A Dmm.rst53 +- __identity_base + identity mapping start (>= 2GB)
55 | identity | phys == virt - __identity_base
56 | mapping | virt == phys + __identity_base
/linux/arch/s390/boot/
H A Dboot.h129 #define __identity_va(x) ((void *)((unsigned long)(x) + __identity_base))
130 #define __identity_pa(x) ((unsigned long)(x) - __identity_base)
H A Dstartup.c443 __identity_base = round_down(vmemmap_start - max_mappable, rte_size); in setup_kernel_memory_layout()
445 boot_debug("identity map: 0x%016lx-0x%016lx\n", __identity_base, in setup_kernel_memory_layout()
446 __identity_base + ident_map_size); in setup_kernel_memory_layout()
/linux/arch/s390/kernel/
H A Dvmcore_info.c18 vmcoreinfo_append_str("IDENTITYBASE=%lx\n", __identity_base); in arch_crash_save_vmcoreinfo()
H A Dsetup.c734 if (absolute_pointer(__identity_base) < lowcore_end) { in reserve_lowcore()
735 start = max(lowcore_start, (void *)__identity_base); in reserve_lowcore()
736 end = min(lowcore_end, (void *)(__identity_base + ident_map_size)); in reserve_lowcore()
H A Dos_info.c80 os_info_entry_add_val(OS_INFO_IDENTITY_BASE, __identity_base); in os_info_init()
/linux/arch/s390/mm/
H A Ddump_pagetables.c334 rc |= add_marker(__identity_base, __identity_base + ident_map_size, "Identity Mapping"); in pt_dump_init()