Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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) in phys_to_virt() function
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dio.h31 static inline void *phys_to_virt(phys_addr_t paddr) in phys_to_virt() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dio.h35 #define phys_to_virt(vaddr) \ macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h88 phys_to_virt (unsigned long address) in phys_to_virt() function
92 #define phys_to_virt phys_to_virt macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmemory.h290 #define phys_to_virt phys_to_virt macro
291 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h148 static inline void *phys_to_virt(phys_addr_t address) in phys_to_virt() function
152 #define phys_to_virt phys_to_virt macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h294 #define phys_to_virt phys_to_virt macro
295 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
H A Dkvm_pgtable.h55 void* (*phys_to_virt)(phys_addr_t phys); member
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio.h239 #define phys_to_virt(address) ((void *)(address)) macro
242 #define phys_to_virt(address) (__va(address)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dio.h68 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
87 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Dkernel.h42 #define phys_to_virt(a) ((void *)(unsigned long)(a)) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpage_64.h157 #define phys_to_virt __va macro
H A Dpage_32.h128 #define phys_to_virt __va macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dio.h58 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dio.h9 #define phys_to_virt(a) __va(a) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h120 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h927 #define phys_to_virt phys_to_virt macro
928 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h111 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h806 static inline void * phys_to_virt(unsigned long address) in phys_to_virt() function
/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c96 #define phys_to_virt(addr, area) ((unsigned long)addr) macro