Home
last modified time | relevance | path

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

/arch/s390/kernel/
A Dvmcore_info.c20 vmcoreinfo_append_str("KERNELOFFPHYS=%lx\n", __kaslr_offset_phys); in arch_crash_save_vmcoreinfo()
A Dos_info.c83 os_info_entry_add_val(OS_INFO_KASLR_OFF_PHYS, __kaslr_offset_phys); in os_info_init()
/arch/s390/boot/
A Dboot.h115 #define __kernel_va(x) ((void *)((unsigned long)(x) - __kaslr_offset_phys + __kaslr_offset))
116 #define __kernel_pa(x) ((unsigned long)(x) - __kaslr_offset + __kaslr_offset_phys)
A Dstartup.c580 __kaslr_offset_phys = text_lma - TEXT_OFFSET; in startup_kernel()
581 kaslr_adjust_vmlinux_info(__kaslr_offset_phys); in startup_kernel()
624 __kaslr_offset, __kaslr_offset_phys); in startup_kernel()
637 get_lowcore()->vmcore_info = __kaslr_offset_phys ? __kaslr_offset_phys | 0x1UL : 0; in startup_kernel()
A Dpgm_check.c74 boot_emerg("Kernel random base phys: %lx\n", __kaslr_offset_phys); in do_pgm_check()
/arch/s390/include/asm/
A Dpage.h201 #define __kaslr_offset_phys vm_layout.kaslr_offset_phys macro
238 return x - __kaslr_offset + __kaslr_offset_phys; in __pa_nodebug()

Completed in 10 milliseconds