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