Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h80 __u32 impl_id; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtee.h76 __u32 impl_id; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtee.h76 __u32 impl_id; member
/OK3568_Linux_fs/kernel/fs/nfs/
H A 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()
H A Dnfs4proc.c8476 kfree(cdata->res.impl_id); in nfs4_exchange_id_release()
8533 calldata->res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in nfs4_run_exchange_id()
8534 if (unlikely(calldata->res.impl_id == NULL)) in nfs4_run_exchange_id()
8571 kfree(calldata->res.impl_id); in nfs4_run_exchange_id()
8636 swap(clp->cl_implid, resp->impl_id); in _nfs4_proc_exchange_id()
H A Dnfs4xdr.c5616 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
5622 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id()
5628 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id()
5629 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h80 __u32 impl_id; member
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Ddevice.c16 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
H A Dcore.c202 .impl_id = TEE_IMPL_ID_OPTEE, in optee_get_version()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c181 return (ver->impl_id == TEE_IMPL_ID_OPTEE); in optee_ctx_match()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c208 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ftpm_tee.c203 if ((ver->impl_id == TEE_IMPL_ID_OPTEE) && in ftpm_tee_match()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-secure-otp.c44 if (ver->impl_id == TEE_IMPL_ID_OPTEE) in optee_ctx_match()
/OK3568_Linux_fs/kernel/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dkvm.h208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dcore.c28 .impl_id = TEE_IMPL_ID_AMDTEE, in amdtee_get_version()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h449 u32 impl_id; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c110 if (vers.impl_id != TEE_IMPL_ID_OPTEE) in teec_open_dev()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c977 return scnprintf(buf, PAGE_SIZE, "%d\n", vers.impl_id); in implementation_id_show()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h1347 struct nfs41_impl_id *impl_id; member