Searched refs:impl_id (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ |
| D | tee.h | 76 __u32 impl_id; member
|
| /Linux-v5.4/drivers/tee/optee/ |
| D | device.c | 28 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
|
| D | core.c | 210 .impl_id = TEE_IMPL_ID_OPTEE, in optee_get_version()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | e500mc.c | 221 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500mc() 244 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500mc()
|
| D | e500.c | 368 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500() 392 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500()
|
| /Linux-v5.4/drivers/char/hw_random/ |
| D | optee-rng.c | 208 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
|
| /Linux-v5.4/drivers/char/tpm/ |
| D | tpm_ftpm_tee.c | 203 if ((ver->impl_id == TEE_IMPL_ID_OPTEE) && in ftpm_tee_match()
|
| /Linux-v5.4/fs/nfs/ |
| D | super.c | 777 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local 780 impl_id->name, impl_id->domain, in show_implementation_id() 781 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
|
| D | nfs4proc.c | 8064 kfree(cdata->res.impl_id); in nfs4_exchange_id_release() 8121 calldata->res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in nfs4_run_exchange_id() 8122 if (unlikely(calldata->res.impl_id == NULL)) in nfs4_run_exchange_id() 8159 kfree(calldata->res.impl_id); in nfs4_run_exchange_id() 8220 swap(clp->cl_implid, resp->impl_id); in _nfs4_proc_exchange_id()
|
| D | nfs4xdr.c | 5588 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id() 5594 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id() 5600 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id() 5601 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
|
| /Linux-v5.4/drivers/net/ethernet/amazon/ena/ |
| D | ena_admin_defs.h | 435 u32 impl_id; member
|
| /Linux-v5.4/arch/powerpc/include/uapi/asm/ |
| D | kvm.h | 208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
|
| /Linux-v5.4/tools/arch/powerpc/include/uapi/asm/ |
| D | kvm.h | 208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
|
| /Linux-v5.4/drivers/tee/ |
| D | tee_core.c | 799 return scnprintf(buf, PAGE_SIZE, "%d\n", vers.impl_id); in implementation_id_show()
|
| /Linux-v5.4/include/linux/ |
| D | nfs_xdr.h | 1329 struct nfs41_impl_id *impl_id; member
|