Home
last modified time | relevance | path

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

/openbmc/linux/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); \
/openbmc/linux/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)