Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dsysreg.h52 #define CP14_DBGPRSR(rr) p14, 0, rr, c1, c5, 4 /* Device Powerdown and Reset Status */
127 #define CP15_DFSR(rr) p15, 0, rr, c5, c0, 0 /* Data Fault Status Register */
128 #define CP15_HSR(rr) p15, 4, rr, c5, c2, 0 /* Hyp Syndrome Register */
131 #define CP15_IFSR(rr) p15, 0, rr, c5, c0, 1 /* Instruction Fault Status Register */
134 #define CP15_ADFSR(rr) p15, 0, rr, c5, c1, 0 /* Auxiliary Data Fault Status Register */
135 #define CP15_AIFSR(rr) p15, 0, rr, c5, c1, 1 /* Auxiliary Instruction Fault Status Register */
160 #define CP15_ICIALLU p15, 0, r0, c7, c5, 0 /* Instruction cache invalidate all PoU */
161 #define CP15_ICIMVAU(rr) p15, 0, rr, c7, c5, 1 /* Instruction cache invalidate */
164 #define CP15_CP15ISB p15, 0, r0, c7, c5, 4 /* ISB */
166 #define CP15_BPIALL p15, 0, r0, c7, c5, 6 /* Branch predictor invalidate all */
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_encrypted.ksh116 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS2/c5
120 $TESTPOOL/$TESTFS2/c5
122 $TESTPOOL/$TESTFS2/c5
124 -o keylocation=prompt $TESTPOOL/$TESTFS2/c5
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c51 #define ngx_str6cmp(m, c0, c1, c2, c3, c4, c5) \ argument
53 && (((uint32_t *) m)[1] & 0xffff) == ((c5 << 8) | c4)
55 #define ngx_str7_cmp(m, c0, c1, c2, c3, c4, c5, c6, c7) \ argument
57 && ((uint32_t *) m)[1] == ((c7 << 24) | (c6 << 16) | (c5 << 8) | c4)
59 #define ngx_str8cmp(m, c0, c1, c2, c3, c4, c5, c6, c7) \ argument
61 && ((uint32_t *) m)[1] == ((c7 << 24) | (c6 << 16) | (c5 << 8) | c4)
63 #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8) \ argument
84 && m[4] == c4 && m[5] == c5
88 && m[4] == c4 && m[5] == c5 && m[6] == c6
92 && m[4] == c4 && m[5] == c5 && m[6] == c6 && m[7] == c7
[all …]
/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_avx512.c308 uint64_t c5 = 0x0000000031f8303f; in crc32_load_init_constants() local
332 crc32_eth.fold_7x128b = _mm512_setr_epi64(c4, c5, c6, c7, c8, in crc32_load_init_constants()
355 uint64_t c5 = 0x000000000000cd95; in crc16_load_init_constants() local
379 crc16_ccitt.fold_7x128b = _mm512_setr_epi64(c4, c5, c6, c7, c8, in crc16_load_init_constants()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,bcm4708.yaml47 - tplink,archer-c5-v2
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dbcm47081-tplink-archer-c5-v2.dts11 compatible = "tplink,archer-c5-v2", "brcm,bcm47081", "brcm,bcm4708";
H A Dr8a7740.dtsi675 pd_c5: c5 {
H A Dsh73a0.dtsi477 pd_c5: c5 {
H A Dr8a73a4.dtsi769 pd_c5: c5 {
/f-stack/dpdk/examples/ip_pipeline/examples/
H A Droute.cli59 …add match lpm ipv4 100.128.0.0 10 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 20:21:22:23:24:25
H A Droute_ecmp.cli56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2…
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Drenesas,sysc-rmobile.txt61 pd_c5: c5 {
/f-stack/dpdk/doc/guides/nics/
H A Dnetvsc.rst84 NET_UUID="f8615163-df3e-46c5-913f-f2d2f965ed0e"
H A Dena.rst188 * x86_64 (e.g. c5.metal, i3.metal):
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1104 int64_t c5 = 2097151 & (load_3(c + 13) >> 1); in sc25519_muladd() local
1166 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0; in sc25519_muladd()