Home
last modified time | relevance | path

Searched refs:c8 (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dsysreg.h176 #define CP15_ATS1CPR(rr) p15, 0, rr, c7, c8, 0 /* Stage 1 Current state PL1 read */
177 #define CP15_ATS1CPW(rr) p15, 0, rr, c7, c8, 1 /* Stage 1 Current state PL1 write */
178 #define CP15_ATS1CUR(rr) p15, 0, rr, c7, c8, 2 /* Stage 1 Current state unprivileged read */
219 #define CP15_TLBIALLIS p15, 0, r0, c8, c3, 0 /* Invalidate entire unified TLB IS */
220 #define CP15_TLBIMVAIS(rr) p15, 0, rr, c8, c3, 1 /* Invalidate unified TLB by MVA IS */
221 #define CP15_TLBIASIDIS(rr) p15, 0, rr, c8, c3, 2 /* Invalidate unified TLB by ASID IS */
225 #define CP15_TLBIALL p15, 0, r0, c8, c7, 0 /* Invalidate entire unified TLB */
226 #define CP15_TLBIMVA(rr) p15, 0, rr, c8, c7, 1 /* Invalidate unified TLB by MVA */
227 #define CP15_TLBIASID(rr) p15, 0, rr, c8, c7, 2 /* Invalidate unified TLB by ASID */
229 #define CP15_TLBIALLH(rr) p15, 4, rr, c8, c7, 0 /* Invalidate Entire Hyp Unified TLB */
[all …]
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.exp4 fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17
8 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62
/f-stack/dpdk/lib/librte_net/
H A Dnet_crc_avx512.c311 uint64_t c8 = 0x00000000ae0b5394; in crc32_load_init_constants() local
332 crc32_eth.fold_7x128b = _mm512_setr_epi64(c4, c5, c6, c7, c8, in crc32_load_init_constants()
358 uint64_t c8 = 0x0000000000000842; 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/src/arm/
H A Dkeystone-k2e-clocks.dtsi65 clkxge: clkxge@23500c8 {
H A Dkeystone-k2l-clocks.dtsi234 clkiqnail: clkiqnail@23500c8 {
H A Dkeystone-k2hk-clocks.dtsi413 clkxge: clkxge@23500c8 {
H A Ddra7xx-clocks.dtsi703 dpll_gmac_h13x2_ck: dpll_gmac_h13x2_ck@2c8 {
882 sys_clk1_dclk_div: sys_clk1_dclk_div@1c8 {
H A Dsocfpga.dtsi259 ddr_dqs_clk: ddr_dqs_clk@c8 {
H A Domap44xx-clocks.dtsi773 sha2md5_fck: sha2md5_fck@15c8 {
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c63 #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8) \ argument
66 && m[8] == c8
94 #define ngx_str9cmp(m, c0, c1, c2, c3, c4, c5, c6, c7, c8) \ argument
96 && m[4] == c4 && m[5] == c5 && m[6] == c6 && m[7] == c7 && m[8] == c8
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst362 …| Yes | No | No | 2 | C62x | linux/4.5+ | qat_c62x | c6xx | 37c8 | 3 | …
420 lspci -d:37c8
424 1a:00.0 Co-processor: Intel Corporation Device 37c8
425 3d:00.0 Co-processor: Intel Corporation Device 37c8
426 3f:00.0 Co-processor: Intel Corporation Device 37c8
/f-stack/dpdk/doc/guides/nics/
H A Dkni.rst129 ether ae:8e:79:8e:9b:c8 txqueuelen 1000 (Ethernet)
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1107 int64_t c8 = 2097151 & load_3(c + 21); in sc25519_muladd() local
1171 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + in sc25519_muladd()