Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/boot/
H A Dstartup.c563 __kaslr_offset_phys = text_lma - TEXT_OFFSET; in startup_kernel()
564 kaslr_adjust_vmlinux_info(__kaslr_offset_phys); in startup_kernel()
607 __kaslr_offset, __kaslr_offset_phys); in startup_kernel()
620 get_lowcore()->vmcore_info = __kaslr_offset_phys ? __kaslr_offset_phys | 0x1UL : 0; in startup_kernel()
H A Dboot.h114 #define __kernel_va(x) ((void *)((unsigned long)(x) - __kaslr_offset_phys + __kaslr_offset))
115 #define __kernel_pa(x) ((unsigned long)(x) - __kaslr_offset + __kaslr_offset_phys)
H A Dpgm_check.c74 boot_emerg("Kernel random base phys: %lx\n", __kaslr_offset_phys); in do_pgm_check()
/linux-6.15/Documentation/arch/s390/
H A Dmm.rst40 +- __kaslr_offset_phys | kernel rand. phys start
98 | | __kaslr_offset_phys
/linux-6.15/arch/s390/kernel/
H A Dvmcore_info.c20 vmcoreinfo_append_str("KERNELOFFPHYS=%lx\n", __kaslr_offset_phys); in arch_crash_save_vmcoreinfo()
H A Dos_info.c83 os_info_entry_add_val(OS_INFO_KASLR_OFF_PHYS, __kaslr_offset_phys); in os_info_init()
/linux-6.15/arch/s390/include/asm/
H A Dpage.h193 #define __kaslr_offset_phys vm_layout.kaslr_offset_phys macro
230 return x - __kaslr_offset + __kaslr_offset_phys; in __pa_nodebug()