Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/boot/
Dstartup.c468 __kaslr_offset_phys = text_lma - TEXT_OFFSET; in startup_kernel()
469 kaslr_adjust_vmlinux_info(__kaslr_offset_phys); in startup_kernel()
512 __kaslr_offset, __kaslr_offset_phys); in startup_kernel()
524 get_lowcore()->vmcore_info = __kaslr_offset_phys ? __kaslr_offset_phys | 0x1UL : 0; in startup_kernel()
Dboot.h99 #define __kernel_va(x) ((void *)((unsigned long)(x) - __kaslr_offset_phys + __kaslr_offset))
100 #define __kernel_pa(x) ((unsigned long)(x) - __kaslr_offset + __kaslr_offset_phys)
Dpgm_check_info.c46 boot_printk("Kernel random base phys: %lx\n", __kaslr_offset_phys); in print_pgm_check_info()
/linux-6.12.1/Documentation/arch/s390/
Dmm.rst40 +- __kaslr_offset_phys | kernel rand. phys start
98 | | __kaslr_offset_phys
/linux-6.12.1/arch/s390/kernel/
Dvmcore_info.c19 vmcoreinfo_append_str("KERNELOFFPHYS=%lx\n", __kaslr_offset_phys); in arch_crash_save_vmcoreinfo()
Dos_info.c82 os_info_entry_add_val(OS_INFO_KASLR_OFF_PHYS, __kaslr_offset_phys); in os_info_init()
/linux-6.12.1/arch/s390/include/asm/
Dpage.h190 #define __kaslr_offset_phys vm_layout.kaslr_offset_phys macro
223 return x - __kaslr_offset + __kaslr_offset_phys; in __pa_nodebug()