cvmx_ptr_to_phys  140 arch/mips/cavium-octeon/executive/cvmx-boot-vector.c 	kseg0_mem = cvmx_ptr_to_phys(mem) | 0x8000000000000000ull;
cvmx_ptr_to_phys  186 arch/mips/cavium-octeon/executive/cvmx-cmd-queue.c 		qstate->base_ptr_div128 = cvmx_ptr_to_phys(buffer) / 128;
cvmx_ptr_to_phys  844 arch/mips/cavium-octeon/executive/cvmx-helper.c 		    cvmx_ptr_to_phys(cvmx_fpa_alloc(CVMX_FPA_WQE_POOL));
cvmx_ptr_to_phys  856 arch/mips/cavium-octeon/executive/cvmx-helper.c 		    cvmx_ptr_to_phys(cvmx_fpa_alloc(CVMX_FPA_PACKET_POOL));
cvmx_ptr_to_phys  105 arch/mips/cavium-octeon/executive/cvmx-pko.c 		config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr) >> 7;
cvmx_ptr_to_phys  536 arch/mips/cavium-octeon/executive/cvmx-pko.c 			config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr);
cvmx_ptr_to_phys  391 arch/mips/include/asm/octeon/cvmx-cmd-queue.h 		*ptr = cvmx_ptr_to_phys(new_buffer);
cvmx_ptr_to_phys  489 arch/mips/include/asm/octeon/cvmx-cmd-queue.h 		*ptr = cvmx_ptr_to_phys(new_buffer);
cvmx_ptr_to_phys  594 arch/mips/include/asm/octeon/cvmx-cmd-queue.h 		*ptr = cvmx_ptr_to_phys(new_buffer);
cvmx_ptr_to_phys  230 arch/mips/include/asm/octeon/cvmx-fpa.h 	newptr.u64 = cvmx_ptr_to_phys(ptr);
cvmx_ptr_to_phys  252 arch/mips/include/asm/octeon/cvmx-fpa.h 	newptr.u64 = cvmx_ptr_to_phys(ptr);
cvmx_ptr_to_phys  147 arch/mips/include/asm/octeon/cvmx-helper-util.h 	if (cvmx_ptr_to_phys(work) == start_of_buffer) {
cvmx_ptr_to_phys 1830 arch/mips/include/asm/octeon/cvmx-pow.h 	ptr.sio.offset = cvmx_ptr_to_phys(wqp);
cvmx_ptr_to_phys  123 drivers/staging/octeon/ethernet-mem.c 			fpa = (char *)phys_to_virt(cvmx_ptr_to_phys(fpa));
cvmx_ptr_to_phys  283 drivers/staging/octeon/ethernet-rx.c 				cvmx_ptr_to_phys(skb->head);
cvmx_ptr_to_phys  573 drivers/staging/octeon/ethernet-tx.c 	work->packet_ptr.s.addr = cvmx_ptr_to_phys(copy_location);