Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 15 of 15) sorted by relevance

/dpdk/doc/guides/prog_guide/img/
H A Ddir_24_8_alg.svg6 <linearGradient id="grad0-4" x1="0" y1="0" x2="1" y2="0">
11 …<linearGradient xlink:href="#grad0-4" id="linearGradient224" x1="-.573" y1="46.345" x2="277.982" y…
12 …<linearGradient xlink:href="#grad0-4" id="linearGradient226" x1="-.185" y1="928.807" x2="75.865" y…
13 …<linearGradient xlink:href="#grad0-4" id="linearGradient228" x1="-.185" y1="928.807" x2="75.865" y…
14 …<linearGradient xlink:href="#grad0-4" id="linearGradient230" x1="-.185" y1="928.807" x2="75.865" y…
15 …<linearGradient xlink:href="#grad0-4" id="linearGradient232" x1="-.185" y1="928.807" x2="75.865" y…
16 …<linearGradient xlink:href="#grad0-4" id="linearGradient234" x1="-.185" y1="928.807" x2="75.865" y…
17 …<linearGradient xlink:href="#grad0-4" id="linearGradient236" x1="-.185" y1="928.807" x2="75.865" y…
18 …<linearGradient xlink:href="#grad0-4" id="linearGradient238" x1="-.185" y1="928.807" x2="75.865" y…
19 …<linearGradient xlink:href="#grad0-4" id="linearGradient240" x1="-.378" y1="309.413" x2="183.201" …
[all …]
/dpdk/lib/table/
H A Drte_lru.h48 uint64_t x, pos, x0, x1, x2, mask; \
70 x2 = (x << (48 - pos)) & (0xFFFFLLU << 48); \
71 x = x0 | x1 | x2; \
/dpdk/lib/eal/arm/include/
H A Drte_memcpy_64.h123 const __uint128_t x0 = src128[0], x1 = src128[1], x2 = src128[2]; in rte_mov48() local
126 dst128[2] = x2; in rte_mov48()
135 x0 = src128[0], x1 = src128[1], x2 = src128[2], x3 = src128[3]; in rte_mov64() local
138 dst128[2] = x2; in rte_mov64()
149 x0 = src128[0], x1 = src128[1], x2 = src128[2], x3 = src128[3]; in rte_mov128() local
154 dst128[2] = x2; in rte_mov128()
H A Drte_atomic_64.h61 register uint64_t x2 __asm("x2") = (uint64_t)updated.val[0]; \
68 : [upd0] "r" (x2), \
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm_sse.h20 uint32_t x0, x1, x2, x3; in processx4_step1() local
34 x2 = ipv4_hdr->dst_addr; in processx4_step1()
42 dip[0] = _mm_set_epi32(x3, x2, x1, x0); in processx4_step1()
H A Dl3fwd_lpm_altivec.h22 uint32_t x0, x1, x2, x3; in processx4_step1() local
38 x2 = ipv4_hdr->dst_addr; in processx4_step1()
48 dip[0] = (__vector unsigned int){x0, x1, x2, x3}; in processx4_step1()
/dpdk/lib/eal/x86/include/
H A Drte_byteorder.h31 : [x2] "0" (x) in rte_arch_bswap16()
/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst117 ./build/ipsec-secgw --log-level=8 -c 0xff -- -P -p 0x3 -u 0x2 --config
/dpdk/doc/guides/sample_app_ug/
H A Dvdpa.rst54 ./dpdk-vdpa -c 0x2 -n 4 --socket-mem 1024,1024 \
H A Dbbdev_app.rst53 * ``e ENCODING_CORES``: hexmask for encoding lcores (default = 0x2)
/dpdk/doc/guides/nics/
H A Dcnxk.rst188 -a 0002:02:00.0,switch_header="pre_l2",flow_pre_l2_info=0x2/0x7e/0x1
191 port and size of the header is placed at byte offset 0x2 in the packet with
193 (pkt[0x2] & 0x7e) >> shift count. Shift count will be calculated based on
H A Dcxgbe.rst150 PFVF 0x2
293 | PFVF | 0x2 |
H A Dsoftnic.rst125 --portmask=0x2
/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst278 This can be done using ``rte_node_enqueue_[x1|x2|x4]()`` APIs if
H A Denv_abstraction_layer.rst677 lcore 1 runs on cpuset 0x2 (cpu 1);