Searched refs:uml_to_phys (Results 1 – 3 of 3) sorted by relevance
12 static inline unsigned long uml_to_phys(void *virt) in uml_to_phys() function
105 #define __pa(virt) uml_to_phys((void *) (unsigned long) (virt))
222 fd = phys_mapping(uml_to_phys(__syscall_stub_start), &offset); in userspace_tramp()231 fd = phys_mapping(uml_to_phys(stack), &offset); in userspace_tramp()