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
86 #define __pa(virt) uml_to_phys((void *) (unsigned long) (virt))
318 init_data.stub_code_fd = phys_mapping(uml_to_phys(__syscall_stub_start), in userspace_tramp()322 init_data.stub_data_fd = phys_mapping(uml_to_phys(tramp_data->stub_data), in userspace_tramp()
Completed in 7 milliseconds