phys_to_boot_phys
#define phys_to_boot_phys phys_to_boot_phys
#ifndef phys_to_boot_phys
return phys_to_boot_phys(__pa((unsigned long)addr));
if ((entry < phys_to_boot_phys(crashk_res.start)) ||
(entry > phys_to_boot_phys(crashk_res.end)))
if ((mstart < phys_to_boot_phys(crashk_res.start)) ||
(mend > phys_to_boot_phys(crashk_res.end)))