Searched refs:token (Results 251 - 275 of 518) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/kernel/
H A Drtas_flash.c152 unsigned int update_results; /* Update results token */
447 int token = rtas_function_token(RTAS_FN_IBM_VALIDATE_FLASH_IMAGE); local
455 rc = rtas_call(token, 2, 2, &update_results,
723 int token; local
732 token = rtas_function_token(f->handle);
733 if (token == RTAS_UNKNOWN_SERVICE)
/linux-master/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c79 u16 token; local
83 &token);
86 ret = fsl_mc_obj_reset(mc_dev->mc_io, 0, token);
88 fsl_mc_obj_close(mc_dev->mc_io, 0, token);
91 ret = fsl_mc_obj_close(mc_dev->mc_io, 0, token);
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c94 unsigned long ret_buf[PLPAR_HCALL_BUFSIZE], token = 0; local
100 rc = plpar_hcall(H_SCM_FLUSH, ret_buf, p->drc_index, token);
101 token = ret_buf[0];
129 uint64_t token; local
134 * hcall it returns H_BUSY and we call again with the token until
138 token = 0;
142 p->blocks, BIND_ANY_ADDR, token);
143 token = ret[0];
161 uint64_t token = 0; local
171 p->drc_index, token);
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c48 u32 token; member in struct:mlx5_pagefault
389 pfault->wqe.wq_num : pfault->token;
395 MLX5_SET(page_fault_resume_in, in, token, pfault->token);
1272 ret, wqe_index, pfault->token);
1331 ret, pfault->token, pfault->type);
1337 pfault->token, pfault->type,
1353 ret, pfault->token, address, prefetch_len);
1414 pfault->token =
1426 "PAGE_FAULT: type:0x%x, token
[all...]
/linux-master/net/mptcp/
H A Dsubflow.c69 /* validate received token and create truncated hmac and nonce for SYN-ACK */
91 msk = mptcp_token_get_sock(sock_net(req_to_sk(req)), subflow_req->token);
184 &subflow_req->token,
186 if (mptcp_token_exists(subflow_req->token)) {
209 subflow_req->token = mp_opt.token;
242 pr_debug("token=%u, remote_nonce=%u msk=%p", subflow_req->token,
408 pr_debug("subflow=%p, token=%u, thmac=%llu, subflow->thmac=%llu\n",
409 subflow, subflow->token, thma
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c594 /* resume token is non-zero => list incomplete */
605 struct net_if_token *token)
607 return ((card->info.ddev_devno == token->devnum) &&
608 (card->info.cssid == token->cssid) &&
609 (card->info.iid == token->iid) &&
610 (card->info.ssid == token->ssid) &&
611 (card->info.chpid == token->chpid) &&
612 (card->info.chid == token->chid));
623 * @token: "network token" structur
604 qeth_is_my_net_if_token(struct qeth_card *card, struct net_if_token *token) argument
627 qeth_l2_dev2br_fdb_notify(struct qeth_card *card, u8 code, struct net_if_token *token, struct mac_addr_lnid *addr_lnid) argument
1246 qeth_bridge_emit_host_event(struct qeth_card *card, enum qeth_an_event_type evtype, u8 code, struct net_if_token *token, struct mac_addr_lnid *addr_lnid) argument
[all...]
/linux-master/sound/soc/sof/
H A Dtopology.c40 * sof_update_ipc_object - Parse multiple sets of tokens within the token array associated with the
41 * token ID.
44 * @token_id: token ID for the token array to be searched
49 * looks for @token_instance_num of each token in the token array associated
68 dev_err(scomp->dev, "Invalid token count for token ID: %d\n", token_id);
78 dev_err(scomp->dev, "Invalid tokens for token id: %d\n", token_id);
87 if (tokens[i].token
[all...]
/linux-master/include/linux/
H A Dbpf.h1502 struct bpf_token *token; member in struct:bpf_prog_aux
1653 /* BPF token-related delegation options */
2305 bool bpf_token_capable(const struct bpf_token *token, int cap);
2307 static inline bool bpf_allow_ptr_leaks(const struct bpf_token *token) argument
2309 return bpf_token_capable(token, CAP_PERFMON);
2312 static inline bool bpf_allow_uninit_stack(const struct bpf_token *token) argument
2314 return bpf_token_capable(token, CAP_PERFMON);
2317 static inline bool bpf_bypass_spec_v1(const struct bpf_token *token) argument
2319 return cpu_mitigations_off() || bpf_token_capable(token, CAP_PERFMON);
2322 static inline bool bpf_bypass_spec_v4(const struct bpf_token *token) argument
2716 bpf_token_capable(const struct bpf_token *token, int cap) argument
2721 bpf_token_inc(struct bpf_token *token) argument
2725 bpf_token_put(struct bpf_token *token) argument
[all...]
H A Dsecurity.h2133 struct bpf_token *token);
2136 struct bpf_token *token);
2138 extern int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr,
2140 extern void security_bpf_token_free(struct bpf_token *token);
2141 extern int security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd);
2142 extern int security_bpf_token_capable(const struct bpf_token *token, int cap);
2161 struct bpf_token *token)
2170 struct bpf_token *token)
2178 static inline int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, argument
2184 static inline void security_bpf_token_free(struct bpf_token *token) argument
2160 security_bpf_map_create(struct bpf_map *map, union bpf_attr *attr, struct bpf_token *token) argument
2169 security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr, struct bpf_token *token) argument
2187 security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd) argument
2192 security_bpf_token_capable(const struct bpf_token *token, int cap) argument
[all...]
H A Dlsm_hook_defs.h427 struct bpf_token *token)
430 struct bpf_token *token)
432 LSM_HOOK(int, 0, bpf_token_create, struct bpf_token *token, union bpf_attr *attr,
434 LSM_HOOK(void, LSM_RET_VOID, bpf_token_free, struct bpf_token *token)
435 LSM_HOOK(int, 0, bpf_token_cmd, const struct bpf_token *token, enum bpf_cmd cmd)
436 LSM_HOOK(int, 0, bpf_token_capable, const struct bpf_token *token, int cap)
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci.c128 int token, ret; local
134 token = opal_async_get_token_interruptible();
135 if (unlikely(token < 0))
136 return token;
138 rc = opal_pci_set_power_state(token, id, (uint64_t)&state);
147 ret = opal_async_wait_response(token, &m);
157 opal_async_release_token(token);
/linux-master/drivers/misc/mei/
H A Dvsc-fw-loader.c70 /* command ack token */
140 __u8 token; member in struct:vsc_rom_cmd_ack
322 if (ack->token == VSC_TOKEN_ERROR)
330 if (ack->token != VSC_TOKEN_DUMP_RESP)
354 if (ack->token == VSC_TOKEN_ERROR)
362 if (ack->token != VSC_TOKEN_DUMP_RESP)
589 if (ack->token != VSC_TOKEN_DUMP_RESP &&
590 ack->token != VSC_TOKEN_BOOTLOADER_REQ)
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c1315 char *token; local
1318 while ((token = strsep(&str, ",")) != NULL) {
1319 if (!*token)
1322 if (!strcmp(token, "all")) {
1327 if (!strcmp(token, "named")) {
1333 if (strcmp(token, ss->name) &&
1334 strcmp(token, ss->legacy_name))
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c14 * using target, token and offset/size matching. The generic CPP bus
735 u32 token; member in struct:nfp6000_area_priv
755 u32 token = NFP_CPP_ID_TOKEN_of(dest); local
758 pp = nfp_target_pushpull(NFP_CPP_ID(target, action, token), address);
780 priv->token = token;
821 barnum = nfp_alloc_bar(nfp, priv->target, priv->action, priv->token,
838 priv->bar, priv->token);
953 priv->token),
1016 priv->token),
[all...]
/linux-master/fs/hfs/
H A Dsuper.c227 int tmp, token; local
246 token = match_token(p, tokens, args);
247 switch (token) {
/linux-master/sound/soc/samsung/
H A Didma.c46 void *token; member in struct:idma_ctrl
71 prtd->token = (void *) substream;
278 prtd->cb(prtd->token, prtd->period);
/linux-master/fs/devpts/
H A Dinode.c250 int token; local
256 token = match_token(p, tokens, args);
257 switch (token) {
/linux-master/arch/powerpc/include/asm/
H A Drtas.h426 int rtas_call(int token, int nargs, int nret, int *outputs, ...);
427 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs,
438 bool rtas_indicator_present(int token, int *maxindex);
/linux-master/fs/pstore/
H A Dinode.c247 int token; local
252 token = match_token(p, tokens, args);
253 switch (token) {
/linux-master/fs/adfs/
H A Dsuper.c140 int token; local
144 token = match_token(p, tokens, args);
145 switch (token) {
/linux-master/net/smc/
H A Dsmc_diag.c110 .token = conn->alert_token_local,
181 dinfo.token = conn->rmb_desc->token;
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c1983 dev_err(dev, "Invalid token config: %d\n", tkn);
2075 if (uuid_tkn->token == SKL_TKN_UUID) {
2080 dev_err(dev, "Not an UUID token %d\n", uuid_tkn->token);
2092 switch (tkn_elem->token) {
2110 dev_err(dev, "%d Not a pin token\n", tkn_elem->token);
2195 dev_err(dev, "Invalid token %d\n", tkn);
2261 switch (tkn_elem->token) {
2271 dev_err(dev, "Invalid token
[all...]
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c83 cdesc->control_data.token[0] = ctx->nonce;
85 memcpy(&cdesc->control_data.token[1], iv, 8);
87 cdesc->control_data.token[3] =
94 memcpy(&cdesc->control_data.token[0], &iv[4], 12);
96 cdesc->control_data.token[3] = *(u32 *)iv;
101 memcpy(cdesc->control_data.token, iv, ctx->blocksz);
110 struct safexcel_token *token; local
117 token = atoken;
120 token = (struct safexcel_token *)(cdesc->control_data.token
[all...]
/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h212 __u32 token; /* DMA transaction ID token */ member in struct:rio_async_tx_wait
/linux-master/drivers/media/i2c/
H A Dtvp514x_regs.h258 #define TOK_WRITE (0) /* token for write operation */
259 #define TOK_TERM (1) /* terminating token */
260 #define TOK_DELAY (2) /* delay token for reg list */
261 #define TOK_SKIP (3) /* token to skip a register */
264 * @token: Token: TOK_WRITE, TOK_TERM etc..
269 u8 token; member in struct:tvp514x_reg

Completed in 406 milliseconds

<<11121314151617181920>>