Searched refs:dialect (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/powerpc/xmon/
H A Dppc-dis.c27 unsigned long insn, ppc_cpu_t dialect)
33 value = (*operand->extract) (insn, dialect, &invalid);
60 unsigned long insn, ppc_cpu_t dialect)
69 && operand_value_powerpc (operand, insn, dialect) !=
81 lookup_powerpc (unsigned long insn, ppc_cpu_t dialect) argument
95 || (dialect != (ppc_cpu_t) -1
96 && ((opcode->flags & dialect) == 0
97 || (opcode->deprecated & dialect) != 0)))
106 (*operand->extract) (insn, dialect, &invalid);
123 ppc_cpu_t dialect; local
26 operand_value_powerpc(const struct powerpc_operand *operand, unsigned long insn, ppc_cpu_t dialect) argument
59 skip_optional_operands(const unsigned char *opindex, unsigned long insn, ppc_cpu_t dialect) argument
[all...]
H A Dppc.h264 (unsigned long instruction, long op, ppc_cpu_t dialect, const char **errmsg);
285 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
H A Dppc-opc.c969 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
983 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
992 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1006 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1015 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1031 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1044 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1060 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1079 ppc_cpu_t dialect ATTRIBUTE_UNUSED,
1087 ppc_cpu_t dialect ATTRIBUTE_UNUSE
1138 insert_bdm(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg ATTRIBUTE_UNUSED) argument
1159 extract_bdm(unsigned long insn, ppc_cpu_t dialect, int *invalid) argument
1183 insert_bdp(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg ATTRIBUTE_UNUSED) argument
1204 extract_bdp(unsigned long insn, ppc_cpu_t dialect, int *invalid) argument
1274 valid_bo(long value, ppc_cpu_t dialect, int extract) argument
1293 insert_bo(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
1306 extract_bo(unsigned long insn, ppc_cpu_t dialect, int *invalid) argument
1323 insert_boe(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
1339 extract_boe(unsigned long insn, ppc_cpu_t dialect, int *invalid) argument
1412 insert_fxm(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
1509 insert_ls(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
1533 insert_esync(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
1892 insert_sci8n(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
1901 extract_sci8n(unsigned long insn, ppc_cpu_t dialect, int *invalid) argument
2010 insert_sprg(unsigned long insn, long value, ppc_cpu_t dialect, const char **errmsg) argument
2028 extract_sprg(unsigned long insn, ppc_cpu_t dialect, int *invalid) argument
[all...]
/linux-master/fs/smb/server/
H A Dsmb_common.c108 ksmbd_debug(SMB, "selected %s dialect idx = %d\n",
118 ksmbd_debug(SMB, "selected %s dialect idx = %d\n",
191 static char *next_dialect(char *dialect, int *next_off, int bcount) argument
193 dialect = dialect + *next_off;
194 *next_off = strnlen(dialect, bcount);
195 if (dialect[*next_off] != '\0')
197 return dialect;
203 char *dialect; local
208 dialect
[all...]
H A Dconnection.h87 /* dialect index that server chose */
88 __u16 dialect; member in struct:ksmbd_conn
H A Dsmb2pdu.c248 * dialect auto-negotiation.
276 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect);
277 rsp->DialectRevision = cpu_to_le16(conn->dialect);
1107 if (conn->dialect == SMB311_PROT_ID) {
1138 switch (conn->dialect) {
1188 ksmbd_debug(SMB, "Server dialect :0x%x not supported\n",
1189 conn->dialect);
1197 conn->connection_type = conn->dialect;
1208 rsp->DialectRevision = cpu_to_le16(conn->dialect);
7759 int dialect; local
[all...]
H A Dauth.c775 if (conn->dialect >= SMB30_PROT_ID && signing->binding)
785 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding))
/linux-master/fs/smb/server/mgmt/
H A Duser_session.h35 __u16 dialect; member in struct:ksmbd_session
H A Duser_session.c194 sess->dialect = conn->dialect;
/linux-master/include/linux/
H A Dmpi.h198 enum ecc_dialects dialect; /* The ECC dialect used with the curve. */ member in struct:mpi_ec_ctx
249 enum ecc_dialects dialect,
/linux-master/crypto/
H A Dsm2.c36 /* The actual ECC dialect used. This is used for curve specific
39 enum ecc_dialects dialect; member in struct:ecc_domain_parms
56 .dialect = ECC_DIALECT_STANDARD,
114 mpi_ec_init(ec, ecp->model, ecp->dialect, 0, p, a, b);
/linux-master/lib/crypto/mpi/
H A Dec.c565 enum ecc_dialects dialect,
577 ctx->dialect = dialect;
579 if (dialect == ECC_DIALECT_ED25519)
874 if (ctx->dialect == ECC_DIALECT_ED25519)
1130 if (ctx->dialect == ECC_DIALECT_ED25519) {
1488 if (ctx->dialect == ECC_DIALECT_ED25519)
564 mpi_ec_init(struct mpi_ec_ctx *ctx, enum gcry_mpi_ec_models model, enum ecc_dialects dialect, int flags, MPI p, MPI a, MPI b) argument
/linux-master/fs/smb/client/
H A Dcifs_debug.c155 server->dialect,
445 server->dialect);
H A Dsmb2pdu.c99 if (server->dialect >= SMB30_PROT_ID) {
129 /* GLOBAL_CAP_LARGE_MTU will only be set if dialect > SMB2.02 */
1090 /* otherwise send specific dialect */
1108 /* ClientGUID must be zero for SMB2.02 dialect */
1147 "SMB2 dialect returned but not requested\n");
1151 "SMB2.1 dialect returned but not requested\n");
1162 "SMB2 dialect returned but not requested\n");
1174 /* if requested single dialect ensure returned dialect matched */
1175 cifs_server_dbg(VFS, "Invalid 0x%x dialect returne
[all...]
H A Dsmb2misc.c93 /* Negotiate contexts are only valid for latest dialect SMB3.11 */
894 * neg prot was already done, so the server dialect was set
897 if (server->dialect != SMB311_PROT_ID)
H A Dcifsglob.h720 u16 dialect; /* dialect index that server chose */ member in struct:TCP_Server_Info
2204 if (ses->server->dialect <= SMB20_PROT_ID)
H A Dsess.c208 if (server->dialect < SMB30_PROT_ID) {
H A Dconnect.c2548 if (ses->server->dialect >= SMB20_PROT_ID &&
2727 if (ses->server->dialect >= SMB30_PROT_ID &&
H A Dcifssmb.c59 /* define the number of elements in the cifs dialect array */
450 server->dialect = le16_to_cpu(pSMBr->DialectIndex);
451 cifs_dbg(FYI, "Dialect: %d\n", server->dialect);
453 if ((pSMBr->hdr.WordCount <= 13) || (server->dialect == BAD_PROT)) {
455 small wct just comes when dialect index is -1 indicating we
456 could not negotiate a common dialect */
H A Dsmb2ops.c2520 if (server->dialect < SMB30_PROT_ID)
5541 .req_capabilities = 0, /* MBZ on negotiate req until SMB3 dialect */
/linux-master/scripts/
H A Dkernel-doc390 # The C domain dialect changed on Sphinx 3. So, we need to check the
2459 Use the ReST C domain dialect compatible with a specific Sphinx Version.

Completed in 316 milliseconds