Home
last modified time | relevance | path

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

/linux-4.4.14/arch/um/include/shared/
Dmem.h9 extern int phys_mapping(unsigned long phys, unsigned long long *offset_out);
/linux-4.4.14/arch/um/kernel/
Dphysmem.c47 fd = phys_mapping(phys, &offset); in map_memory()
121 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping() function
Dtlb.c104 fd = phys_mapping(phys, &offset); in add_mmap()
437 fd = phys_mapping(pte_val(*pte) & PAGE_MASK, &offset); in flush_tlb_page()
/linux-4.4.14/arch/um/os-Linux/skas/
Dprocess.c199 fd = phys_mapping(to_phys(__syscall_stub_start), &offset); in userspace_tramp()
209 fd = phys_mapping(to_phys(stack), &offset); in userspace_tramp()
449 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0()