Searched refs:phys_mapping (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/um/include/shared/
H A Dmem.h9 extern int phys_mapping(unsigned long phys, unsigned long long *offset_out);
/linux-4.1.27/arch/um/kernel/
H A Dphysmem.c46 fd = phys_mapping(phys, &offset); map_memory()
122 int phys_mapping(unsigned long phys, unsigned long long *offset_out) phys_mapping() function
H A Dtlb.c94 fd = phys_mapping(phys, &offset); add_mmap()
427 fd = phys_mapping(pte_val(*pte) & PAGE_MASK, &offset); flush_tlb_page()
/linux-4.1.27/arch/um/os-Linux/skas/
H A Dprocess.c200 fd = phys_mapping(to_phys(&__syscall_stub_start), &offset); userspace_tramp()
210 fd = phys_mapping(to_phys(stack), &offset); userspace_tramp()
469 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); copy_context_skas0()

Completed in 106 milliseconds