Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
A 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()
A 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)
A Dpgm_check_info.c46 boot_printk("Kernel random base phys: %lx\n", __kaslr_offset_phys); in print_pgm_check_info()
/linux/Documentation/arch/s390/
A Dmm.rst40 +- __kaslr_offset_phys | kernel rand. phys start
98 | | __kaslr_offset_phys
/linux/arch/s390/kernel/
A Dvmcore_info.c19 vmcoreinfo_append_str("KERNELOFFPHYS=%lx\n", __kaslr_offset_phys); in arch_crash_save_vmcoreinfo()
A Dos_info.c82 os_info_entry_add_val(OS_INFO_KASLR_OFF_PHYS, __kaslr_offset_phys); in os_info_init()
/linux/arch/s390/include/asm/
A Dpage.h190 #define __kaslr_offset_phys vm_layout.kaslr_offset_phys macro
223 return x - __kaslr_offset + __kaslr_offset_phys; in __pa_nodebug()

Completed in 10 milliseconds