| /f-stack/freebsd/arm/include/ |
| H A D | sysreg.h | 52 #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 D | zfs_create_encrypted.ksh | 116 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 D | ngx_http_parse.c | 51 #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 D | net_crc_avx512.c | 308 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 D | brcm,bcm4708.yaml | 47 - tplink,archer-c5-v2
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | bcm47081-tplink-archer-c5-v2.dts | 11 compatible = "tplink,archer-c5-v2", "brcm,bcm47081", "brcm,bcm4708";
|
| H A D | r8a7740.dtsi | 675 pd_c5: c5 {
|
| H A D | sh73a0.dtsi | 477 pd_c5: c5 {
|
| H A D | r8a73a4.dtsi | 769 pd_c5: c5 {
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | route.cli | 59 …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 D | route_ecmp.cli | 56 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 D | renesas,sysc-rmobile.txt | 61 pd_c5: c5 {
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | netvsc.rst | 84 NET_UUID="f8615163-df3e-46c5-913f-f2d2f965ed0e"
|
| H A D | ena.rst | 188 * x86_64 (e.g. c5.metal, i3.metal):
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 1104 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()
|