Searched refs:__virt_to_phys (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dmodule.h40 /* Add __virt_to_phys patching state as well */
H A Dmemory.h147 #if defined(__virt_to_phys)
203 static inline phys_addr_t __virt_to_phys(unsigned long x) __virt_to_phys() function
235 static inline phys_addr_t __virt_to_phys(unsigned long x) __virt_to_phys() function
260 return __virt_to_phys((unsigned long)(x)); virt_to_phys()
272 #define __pa(x) __virt_to_phys((unsigned long)(x))
288 return __virt_to_phys(x); __virt_to_idmap()
300 #define __virt_to_bus __virt_to_phys
/linux-4.4.14/arch/unicore32/include/asm/
H A Dmemory.h58 #ifndef __virt_to_phys
59 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
88 #define __pa(x) __virt_to_phys((unsigned long)(x))
/linux-4.4.14/arch/arm64/include/asm/
H A Dmemory.h78 #define __virt_to_phys(x) (((phys_addr_t)(x) - PAGE_OFFSET + PHYS_OFFSET)) macro
135 return __virt_to_phys((unsigned long)(x)); virt_to_phys()
147 #define __pa(x) __virt_to_phys((unsigned long)(x))
150 #define virt_to_pfn(x) __phys_to_pfn(__virt_to_phys(x))
H A Dkvm_mmu.h269 #define kvm_virt_to_phys(x) __virt_to_phys((unsigned long)(x))
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/
H A Dmemory.h52 __dma = __virt_to_phys((unsigned long)__virt); \
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
H A Dmemory.h32 (dma_addr_t)__virt_to_phys((unsigned long)x) \
/linux-4.4.14/arch/unicore32/include/mach/
H A Dmemory.h48 #define __virt_to_pcibus(x) (__virt_to_phys((x) + PKUNITY_PCIAHB_BASE))
/linux-4.4.14/arch/microblaze/include/asm/
H A Dpage.h177 # define __pa(x) __virt_to_phys((unsigned long)(x))
183 #define __virt_to_phys(addr) addr macro
188 #define __virt_to_phys(addr) \ macro
198 #define TOPHYS(addr) __virt_to_phys(addr)
/linux-4.4.14/arch/arm/mach-omap1/include/mach/
H A Dmemory.h50 __virt_to_phys(__addr)); })
/linux-4.4.14/arch/arm/mach-realview/include/mach/
H A Dmemory.h57 #define __virt_to_phys(virt) \ macro
/linux-4.4.14/arch/microblaze/mm/
H A Dpgtable.c75 !(p >= __virt_to_phys((phys_addr_t)__bss_stop) && __ioremap()
76 p < __virt_to_phys((phys_addr_t)__bss_stop))) { __ioremap()
H A Dconsistent.c120 *dma_handle = pa = __virt_to_phys(vaddr); consistent_alloc()
H A Dinit.c372 memblock_reserve(__virt_to_phys(initrd_start), size); mmu_init()
/linux-4.4.14/arch/microblaze/kernel/
H A Ddma.c95 * phys_to_virt is here because in __dma_sync_page is __virt_to_phys and dma_direct_unmap_page()
H A Dsignal.c209 address = __virt_to_phys(address); setup_rt_frame()
/linux-4.4.14/arch/arm64/kernel/
H A Dsetup.c233 phys_addr_t orig_start = __virt_to_phys(initrd_start); relocate_initrd()
234 phys_addr_t orig_end = __virt_to_phys(initrd_end); relocate_initrd()
/linux-4.4.14/arch/arm64/mm/
H A Dinit.c171 memblock_reserve(__virt_to_phys(initrd_start), initrd_end - initrd_start); arm64_memblock_init()
/linux-4.4.14/drivers/dma/
H A Dk3dma.c432 ds->desc_hw_lli = __virt_to_phys((unsigned long)&ds->desc_hw[0]); k3_dma_prep_memcpy()
488 ds->desc_hw_lli = __virt_to_phys((unsigned long)&ds->desc_hw[0]);
/linux-4.4.14/arch/arm/mm/
H A Dinit.c74 phys_initrd_start = __virt_to_phys(tag->u.initrd.start); parse_tag_initrd()
241 phys_initrd_start = __virt_to_phys(initrd_start); arm_memblock_init()

Completed in 652 milliseconds