Searched refs:phys_to_boot_phys (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dkexec.h57 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) function
61 #define phys_to_boot_phys phys_to_boot_phys macro
/linux-master/include/linux/
H A Dkexec.h420 #ifndef phys_to_boot_phys
421 static inline unsigned long phys_to_boot_phys(phys_addr_t phys) function
446 return phys_to_boot_phys(__pa((unsigned long)addr));
/linux-master/kernel/
H A Dkexec.c34 if ((entry < phys_to_boot_phys(crashk_res.start)) ||
35 (entry > phys_to_boot_phys(crashk_res.end)))
H A Dkexec_core.c206 if ((mstart < phys_to_boot_phys(crashk_res.start)) ||
207 (mend > phys_to_boot_phys(crashk_res.end)))

Completed in 142 milliseconds