Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dtee.h76 __u32 impl_id; member
/Linux-v4.19/arch/powerpc/kvm/
De500mc.c224 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500mc()
247 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500mc()
De500.c371 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500()
395 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500()
/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h463 u32 impl_id; member
/Linux-v4.19/fs/nfs/
Dsuper.c757 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local
760 impl_id->name, impl_id->domain, in show_implementation_id()
761 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
Dnfs4proc.c7853 kfree(cdata->res.impl_id); in nfs4_exchange_id_release()
7910 calldata->res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in nfs4_run_exchange_id()
7911 if (unlikely(calldata->res.impl_id == NULL)) in nfs4_run_exchange_id()
7948 kfree(calldata->res.impl_id); in nfs4_run_exchange_id()
8009 swap(clp->cl_implid, resp->impl_id); in _nfs4_proc_exchange_id()
Dnfs4xdr.c5770 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
5776 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id()
5782 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id()
5783 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
/Linux-v4.19/tools/arch/powerpc/include/uapi/asm/
Dkvm.h208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dkvm.h208 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/Linux-v4.19/drivers/tee/optee/
Dcore.c219 .impl_id = TEE_IMPL_ID_OPTEE, in optee_get_version()
/Linux-v4.19/drivers/tee/
Dtee_core.c794 return scnprintf(buf, PAGE_SIZE, "%d\n", vers.impl_id); in implementation_id_show()
/Linux-v4.19/include/linux/
Dnfs_xdr.h1283 struct nfs41_impl_id *impl_id; member