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.c46 fd = phys_mapping(phys, &offset); in map_memory()
93 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping() function
Dtlb.c94 fd = phys_mapping(phys, &offset); in add_mmap()
427 fd = phys_mapping(pte_val(*pte) & PAGE_MASK, &offset); in flush_tlb_page()
/arch/um/os-Linux/skas/
Dprocess.c221 fd = phys_mapping(to_phys(&__syscall_stub_start), &offset); in userspace_tramp()
231 fd = phys_mapping(to_phys(stack), &offset); in userspace_tramp()
496 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0()
585 int code_fd = phys_mapping(to_phys((void *) &__syscall_stub_start), in map_stub_pages()
611 int map_fd = phys_mapping(to_phys((void *)stack), &map_offset); in map_stub_pages()