Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dmem.h9 extern int phys_mapping(unsigned long phys, unsigned long long *offset_out);
/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.c105 fd = phys_mapping(phys, &offset); in add_mmap()
438 fd = phys_mapping(pte_val(*pte) & PAGE_MASK, &offset); in flush_tlb_page()
/arch/um/os-Linux/skas/
Dprocess.c207 fd = phys_mapping(to_phys(__syscall_stub_start), &offset); in userspace_tramp()
217 fd = phys_mapping(to_phys(stack), &offset); in userspace_tramp()
474 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0()