Home
last modified time | relevance | path

Searched refs:impl_id (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dtee.h80 __u32 impl_id; member
/Linux-v5.10/fs/nfs/
Dsuper.c570 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local
573 impl_id->name, impl_id->domain, in show_implementation_id()
574 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
Dnfs4proc.c8422 kfree(cdata->res.impl_id); in nfs4_exchange_id_release()
8479 calldata->res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in nfs4_run_exchange_id()
8480 if (unlikely(calldata->res.impl_id == NULL)) in nfs4_run_exchange_id()
8517 kfree(calldata->res.impl_id); in nfs4_run_exchange_id()
8582 swap(clp->cl_implid, resp->impl_id); in _nfs4_proc_exchange_id()
Dnfs4xdr.c5613 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
5619 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id()
5625 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id()
5626 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
/Linux-v5.10/drivers/tee/optee/
Ddevice.c16 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
Dcore.c211 .impl_id = TEE_IMPL_ID_OPTEE, in optee_get_version()
/Linux-v5.10/arch/powerpc/kvm/
De500mc.c221 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()
De500.c368 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.10/drivers/firmware/broadcom/
Dtee_bnxt_fw.c181 return (ver->impl_id == TEE_IMPL_ID_OPTEE); in optee_ctx_match()
/Linux-v5.10/drivers/char/hw_random/
Doptee-rng.c208 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
/Linux-v5.10/drivers/char/tpm/
Dtpm_ftpm_tee.c203 if ((ver->impl_id == TEE_IMPL_ID_OPTEE) && in ftpm_tee_match()
/Linux-v5.10/tools/arch/powerpc/include/uapi/asm/
Dkvm.h208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/Linux-v5.10/arch/powerpc/include/uapi/asm/
Dkvm.h208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h449 u32 impl_id; member
/Linux-v5.10/drivers/tee/amdtee/
Dcore.c28 .impl_id = TEE_IMPL_ID_AMDTEE, in amdtee_get_version()
/Linux-v5.10/drivers/tee/
Dtee_core.c970 return scnprintf(buf, PAGE_SIZE, "%d\n", vers.impl_id); in implementation_id_show()
/Linux-v5.10/include/linux/
Dnfs_xdr.h1342 struct nfs41_impl_id *impl_id; member