Home
last modified time | relevance | path

Searched defs:__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
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py194 def __lm_to_phys(self, addr): member in aarch64_page_ops