Home
last modified time | relevance | path

Searched defs:phys_to_virt (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/linux/
H A Dmm.h22 #define phys_to_virt phys_to_virt global() macro
23 static inline void *phys_to_virt(unsigned long address) phys_to_virt() function
/linux/arch/loongarch/include/asm/
H A Dio.h77 #define phys_to_virt(paddr) \ macro
/linux/arch/alpha/include/asm/
H A Dio.h60 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
79 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
86 #define phys_to_virt phys_to_virt macro
/linux/tools/virtio/linux/
H A Dkernel.h45 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
/linux/tools/objtool/arch/x86/
H A Ddecode.c80 static unsigned long phys_to_virt(unsigned long pa) in phys_to_virt() function