Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dkexec.h68 static inline phys_addr_t boot_phys_to_phys(unsigned long entry) in boot_phys_to_phys() function
72 #define boot_phys_to_phys boot_phys_to_phys macro
/Linux-v4.19/include/linux/
Dkexec.h335 #ifndef boot_phys_to_phys
336 static inline phys_addr_t boot_phys_to_phys(unsigned long boot_phys) in boot_phys_to_phys() function
349 return phys_to_virt(boot_phys_to_phys(entry)); in boot_phys_to_virt()