Searched defs:phys_to_virt (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dvirtconvert.h25 #define phys_to_virt phys_to_virt macro
26 static inline void *phys_to_virt(unsigned long address) function
/linux-master/arch/nios2/include/asm/
H A Dio.h35 #define phys_to_virt(vaddr) \ macro
/linux-master/tools/include/linux/
H A Dmm.h24 #define phys_to_virt phys_to_virt macro
25 static inline void *phys_to_virt(unsigned long address) function
/linux-master/arch/loongarch/include/asm/
H A Dio.h78 #define phys_to_virt(paddr) \ macro
/linux-master/tools/virtio/linux/
H A Dkernel.h44 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
/linux-master/arch/arm/include/asm/
H A Dmemory.h324 #define phys_to_virt phys_to_virt macro
325 static inline void *phys_to_virt(phys_addr_t x) function
/linux-master/arch/hexagon/include/asm/
H A Dio.h56 static inline void *phys_to_virt(unsigned long address) function
312 #define phys_to_virt phys_to_virt macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h156 #define phys_to_virt __va macro
H A Dpage_32.h128 #define phys_to_virt __va macro
/linux-master/arch/parisc/include/asm/
H A Dio.h9 #define phys_to_virt(a) __va(a) macro
/linux-master/arch/x86/include/asm/
H A Dio.h147 static inline void *phys_to_virt(phys_addr_t address) function
151 #define phys_to_virt phys_to_virt macro
/linux-master/arch/alpha/include/asm/
H A Dio.h64 static inline void * phys_to_virt(unsigned long address) function
83 static inline void * phys_to_virt(unsigned long address) function
90 #define phys_to_virt phys_to_virt macro
/linux-master/arch/sh/include/asm/
H A Dio.h286 #define phys_to_virt(address) ((void *)(address)) macro
289 #define phys_to_virt(address) (__va(address)) macro
/linux-master/arch/arm64/include/asm/
H A Dkvm_pgtable.h177 void* (*phys_to_virt)(phys_addr_t phys); member in struct:kvm_pgtable_mm_ops
H A Dmemory.h371 #define phys_to_virt phys_to_virt macro
372 static inline void *phys_to_virt(phys_addr_t x) function
/linux-master/include/asm-generic/
H A Dio.h1010 #define phys_to_virt phys_to_virt macro
1011 static inline void *phys_to_virt(unsigned long address) function
/linux-master/arch/powerpc/include/asm/
H A Dio.h966 static inline void * phys_to_virt(unsigned long address) function
970 #define phys_to_virt phys_to_virt macro

Completed in 193 milliseconds