Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dmemory.h289 #define __kimg_to_phys(addr) ((addr) - kimage_voffset) macro
293 __is_lm_address(__x) ? __lm_to_phys(__x) : __kimg_to_phys(__x); \
296 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x))

Completed in 6 milliseconds