Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/asm/
H A Dio.h54 #define phys_to_virt phys_to_virt macro
55 static inline void *phys_to_virt(unsigned long phys) in phys_to_virt() function
/kvm-unit-tests/lib/arm/asm/
H A Dio.h92 #define phys_to_virt phys_to_virt macro
93 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
/kvm-unit-tests/lib/arm64/asm/
H A Dio.h86 #define phys_to_virt phys_to_virt macro
87 static inline void *phys_to_virt(phys_addr_t x) in phys_to_virt() function
/kvm-unit-tests/lib/riscv/asm/
H A Dio.h82 #define phys_to_virt phys_to_virt macro
/kvm-unit-tests/lib/riscv/
H A Dmmu.c212 void *phys_to_virt(phys_addr_t address) in phys_to_virt() function
/kvm-unit-tests/lib/asm-generic/
H A Dio.h211 static inline void *phys_to_virt(unsigned long address) in phys_to_virt() function