phys_to_boot_phys   66 arch/arm/include/asm/kexec.h #define phys_to_boot_phys phys_to_boot_phys
phys_to_boot_phys  361 include/linux/kexec.h #ifndef phys_to_boot_phys
phys_to_boot_phys  377 include/linux/kexec.h 	return phys_to_boot_phys(__pa((unsigned long)addr));
phys_to_boot_phys   50 kernel/kexec.c 		if ((entry < phys_to_boot_phys(crashk_res.start)) ||
phys_to_boot_phys   51 kernel/kexec.c 		    (entry > phys_to_boot_phys(crashk_res.end)))
phys_to_boot_phys  245 kernel/kexec_core.c 			if ((mstart < phys_to_boot_phys(crashk_res.start)) ||
phys_to_boot_phys  246 kernel/kexec_core.c 			    (mend > phys_to_boot_phys(crashk_res.end)))