to_phys           628 arch/mips/mm/page.c 	u64 to_phys = CPHYSADDR((unsigned long)page);
to_phys           635 arch/mips/mm/page.c 	page_descr[cpu].dscr_a = to_phys | M_DM_DSCRA_ZERO_MEM |
to_phys           654 arch/mips/mm/page.c 	u64 to_phys = CPHYSADDR((unsigned long)to);
to_phys           662 arch/mips/mm/page.c 	page_descr[cpu].dscr_a = to_phys | M_DM_DSCRA_L2C_DEST |
to_phys           105 arch/um/include/asm/page.h #define __pa(virt) to_phys((void *) (unsigned long) (virt))
to_phys           207 arch/um/os-Linux/skas/process.c 	fd = phys_mapping(to_phys(__syscall_stub_start), &offset);
to_phys           217 arch/um/os-Linux/skas/process.c 		fd = phys_mapping(to_phys(stack), &offset);
to_phys           474 arch/um/os-Linux/skas/process.c 	int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset);