Home
last modified time | relevance | path

Searched refs:__lm_to_phys (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dmemory.h247 #define __lm_to_phys(addr) (((addr) & ~PAGE_OFFSET) + PHYS_OFFSET) macro
252 __is_lm_address(__x) ? __lm_to_phys(__x) : __kimg_to_phys(__x); \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmemory.h292 #define __lm_to_phys(addr) (((addr) - PAGE_OFFSET) + PHYS_OFFSET) macro
297 __is_lm_address(__x) ? __lm_to_phys(__x) : __kimg_to_phys(__x); \
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dmm.py194 def __lm_to_phys(self, addr): member in aarch64_page_ops
203 return self.__lm_to_phys(untagged_va)

Completed in 2 milliseconds