Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dmemory.h307 #define __phys_to_kimg(x) ((unsigned long)((x) + kimage_voffset)) macro
A Dpgtable.h668 #define pte_offset_kimg(dir,addr) ((pte_t *)__phys_to_kimg(pte_offset_phys((dir), (addr))))
731 #define pmd_offset_kimg(dir,addr) ((pmd_t *)__phys_to_kimg(pmd_offset_phys((dir), (addr))))
793 #define pud_offset_kimg(dir,addr) ((pud_t *)__phys_to_kimg(pud_offset_phys((dir), (addr))))
/linux-6.3-rc2/arch/arm64/kvm/
A Dhandle_exit.c375 u64 elr_in_kimg = __phys_to_kimg(elr_phys); in nvhe_hyp_panic_handler()

Completed in 12 milliseconds