Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/include/shared/
Dmem.h12 static inline unsigned long to_phys(void *virt) in to_phys() function
/linux-2.6.39/arch/um/os-Linux/skas/
Dprocess.c229 fd = phys_mapping(to_phys(&__syscall_stub_start), &offset); in userspace_tramp()
239 fd = phys_mapping(to_phys(stack), &offset); in userspace_tramp()
486 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0()
568 int code_fd = phys_mapping(to_phys((void *) &__syscall_stub_start), in map_stub_pages()
594 int map_fd = phys_mapping(to_phys((void *)stack), &map_offset); in map_stub_pages()
/linux-2.6.39/arch/mips/mm/
Dpage.c643 u64 to_phys = CPHYSADDR((unsigned long)page); in clear_page() local
650 page_descr[cpu].dscr_a = to_phys | M_DM_DSCRA_ZERO_MEM | in clear_page()
668 u64 to_phys = CPHYSADDR((unsigned long)to); in copy_page() local
676 page_descr[cpu].dscr_a = to_phys | M_DM_DSCRA_L2C_DEST | in copy_page()
/linux-2.6.39/arch/um/include/asm/
Dpage.h109 #define __pa(virt) to_phys((void *) (unsigned long) (virt))