Home
last modified time | relevance | path

Searched refs:IMMED2 (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dpdcp.h340 IMMED2); in pdcp_insert_cplane_null_op()
343 IMMED2); in pdcp_insert_cplane_null_op()
350 IMMED2); in pdcp_insert_cplane_null_op()
354 IMMED2); in pdcp_insert_cplane_null_op()
356 IMMED2); in pdcp_insert_cplane_null_op()
379 IMMED2); in pdcp_insert_cplane_null_op()
555 IMMED2); in pdcp_insert_cplane_int_only_op()
1819 4, IMMED2); in pdcp_insert_cplane_aes_snow_op()
1821 4, IMMED2); in pdcp_insert_cplane_aes_snow_op()
2214 4, IMMED2); in pdcp_insert_cplane_zuc_snow_op()
[all …]
H A Dsdap.h132 MATHB(p, MATH1, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_no_int_op()
134 MATHB(p, MATH0, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_no_int_op()
212 MATHB(p, MATH1, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_enc_only_op()
214 MATHB(p, MATH0, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_enc_only_op()
332 MATHB(p, SEQINSZ, SUB, length, VSEQINSZ, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
354 MATHB(p, MATH1, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_snoop_op()
357 MATHB(p, MATH0, AND, sn_mask, MATH1, 8, IFB | IMMED2); in pdcp_sdap_insert_snoop_op()
396 MATH2, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
398 MATH3, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
401 MATH2, 4, IMMED2); in pdcp_sdap_insert_snoop_op()
[all …]
H A Dipsec.h945 8, IFB | IMMED2); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
964 VSEQINSZ, 4, IMMED2); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
1084 IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1096 IFB | IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1117 MATHB(p, MATH0, ADD, ip_hdr_len, VSEQOUTSZ, 4, IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1133 IMMED2); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1282 IMMED2); in cnstr_shdsc_ipsec_new_encap()
1541 MATHB(p, DPOVRD, ADD, 0x80000000, MATH2, 4, IMMED2); in cnstr_shdsc_authenc()
1544 MATHB(p, MATH2, AND, 0xFFFF, MATH0, 4, IMMED2); in cnstr_shdsc_authenc()
1547 MATHB(p, MATH2, AND, 0xFFF0000, MATH2, 4, IMMED2); in cnstr_shdsc_authenc()
[all …]
H A Dalgo.h98 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_zuca()
254 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_snow_f9()
451 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_hmac()
536 MATHB(p, SEQINSZ, SUB, trunc_len, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_hash()
630 MATHB(p, SEQINSZ, SUB, authlen, VSEQINSZ, 4, IMMED2); in cnstr_shdsc_kasumi_f9()
729 MATHB(p, DPOVRD, AND, 0x7fffffff, MATH3, 4, IMMED2); in cnstr_shdsc_gcm_encap()
732 MATHB(p, SEQINSZ, SUB, ivlen, VSEQOUTSZ, 4, IMMED2); in cnstr_shdsc_gcm_encap()
836 MATHB(p, DPOVRD, AND, 0x7fffffff, MATH3, 4, IMMED2); in cnstr_shdsc_gcm_decap()
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmath_cmd.h105 (!(options & IMMED) && !(options & IMMED2)) || in rta_math()
106 ((options & IMMED) && (options & IMMED2))) { in rta_math()
153 if (options & IMMED2) { in rta_math()
205 opcode |= (options & ~(IMMED | IMMED2)); in rta_math()
232 if ((options & IMMED) && !(options & IMMED2)) { in rta_math()
235 } else if ((options & IMMED2) && !(options & IMMED)) { in rta_math()
238 } else if ((options & IMMED) && (options & IMMED2)) { in rta_math()
H A Dsec_run_time_asm.h369 #define IMMED2 BIT(31) macro