Searched refs:boot_phys_to_phys (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dkexec.h63 static inline phys_addr_t boot_phys_to_phys(unsigned long entry) function
67 #define boot_phys_to_phys boot_phys_to_phys macro
/linux-master/include/linux/
H A Dkexec.h427 #ifndef boot_phys_to_phys
428 static inline phys_addr_t boot_phys_to_phys(unsigned long boot_phys) function
451 return phys_to_virt(boot_phys_to_phys(entry));

Completed in 147 milliseconds