Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A 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
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dkexec.h63 static inline phys_addr_t boot_phys_to_phys(unsigned long entry) in boot_phys_to_phys() function
67 #define boot_phys_to_phys boot_phys_to_phys macro
/kernel/linux/linux-5.10/include/linux/
H A Dkexec.h410 #ifndef boot_phys_to_phys
411 static inline phys_addr_t boot_phys_to_phys(unsigned long boot_phys) in boot_phys_to_phys() function
424 return phys_to_virt(boot_phys_to_phys(entry)); in boot_phys_to_virt()
/kernel/linux/linux-6.6/include/linux/
H A Dkexec.h454 #ifndef boot_phys_to_phys
455 static inline phys_addr_t boot_phys_to_phys(unsigned long boot_phys) in boot_phys_to_phys() function
478 return phys_to_virt(boot_phys_to_phys(entry)); in boot_phys_to_virt()

Completed in 3 milliseconds