Home
last modified time | relevance | path

Searched refs:copy_location (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/octeon/
H A Dethernet-tx.c510 void *copy_location; in cvm_oct_xmit_pow() local
542 copy_location = packet_buffer + sizeof(u64); in cvm_oct_xmit_pow()
543 copy_location += ((CVMX_HELPER_FIRST_MBUFF_SKIP + 7) & 0xfff8) + 6; in cvm_oct_xmit_pow()
551 memcpy(copy_location, skb->data, skb->len); in cvm_oct_xmit_pow()
569 work->packet_ptr.s.addr = cvmx_ptr_to_phys(copy_location); in cvm_oct_xmit_pow()
572 work->packet_ptr.s.back = (copy_location - packet_buffer) >> 7; in cvm_oct_xmit_pow()
/linux/tools/perf/pmu-events/
H A Dmetric.py726 ast.copy_location(call, node.test)