Home
last modified time | relevance | path

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

/tools/include/linux/
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
/tools/virtio/linux/
Dkernel.h44 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro