Home
last modified time | relevance | path

Searched refs:__virt_to_phys (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/mm/
H A Dphysaddr.c38 phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function
46 EXPORT_SYMBOL(__virt_to_phys);
/linux/arch/riscv/mm/
H A Dphysaddr.c9 phys_addr_t __virt_to_phys(unsigned long x) in __virt_to_phys() function
20 EXPORT_SYMBOL(__virt_to_phys);
/linux/scripts/gdb/linux/
H A Dmm.py158 def __virt_to_phys(self, va): member in x86_page_ops
165 return self.__virt_to_phys(va)
171 return self.__virt_to_phys(va)
180 return self.PHYS_PFN(self.__virt_to_phys(va))
183 return self.PHYS_PFN(self.__virt_to_phys(x))
383 def __virt_to_phys(self, va): member in aarch64_page_ops
390 return self.__virt_to_phys(va)
426 return self.__phys_to_pfn(self.__virt_to_phys(va))
/linux/arch/microblaze/mm/
H A Dpgtable.c74 !(p >= __virt_to_phys((phys_addr_t)__bss_stop) && in __ioremap()
75 p < __virt_to_phys((phys_addr_t)__bss_stop))) { in __ioremap()
/linux/Documentation/arch/arm/
H A Dporting.rst11 __virt_to_phys() does for your machine. This macro converts the passed
37 __virt_to_phys(TEXTADDR) == ZRELADDR
51 __virt_to_phys(INITRD_VIRT) == INITRD_PHYS
/linux/arch/microblaze/kernel/
H A Dsignal.c202 address = __virt_to_phys(address); in setup_rt_frame()
/linux/arch/arm64/mm/
H A Dpageattr.c292 start = __virt_to_phys(addr); in __set_memory_enc_dec()