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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dmem.h18 static inline unsigned long to_phys(void *virt) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-sb1.c231 u64 to_phys = CPHYSADDR(page); local
238 page_descr[cpu].dscr_a = to_phys | M_DM_DSCRA_ZERO_MEM |
256 u64 to_phys = CPHYSADDR(to); local
264 page_descr[cpu].dscr_a = to_phys | M_DM_DSCRA_L2C_DEST |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c197 fd = phys_mapping(to_phys(&__syscall_stub_start), &offset);
207 fd = phys_mapping(to_phys(stack), &offset);
386 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset);
450 int code_fd = phys_mapping(to_phys((void *) &__syscall_stub_start),
474 int map_fd = phys_mapping(to_phys((void *)stack), &map_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpage.h105 #define __pa(virt) to_phys((void *) (unsigned long) (virt))

Completed in 81 milliseconds