Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dmm.h22 #define phys_to_virt phys_to_virt macro
23 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
/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.h44 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
/linux/arch/arm64/include/asm/
H A Dkvm_pgtable.h224 void* (*phys_to_virt)(phys_addr_t phys); member