Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
De500mc.c225 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500mc()
248 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500mc()
De500.c372 sregs->u.e.impl_id = KVM_SREGS_E_IMPL_FSL; in kvmppc_core_get_sregs_e500()
396 if (sregs->u.e.impl_id == KVM_SREGS_E_IMPL_FSL) { in kvmppc_core_set_sregs_e500()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dkvm.h198 __u32 impl_id; /* KVM_SREGS_E_IMPL_ */ member
/linux-4.4.14/fs/nfs/
Dsuper.c762 struct nfs41_impl_id *impl_id = nfss->nfs_client->cl_implid; in show_implementation_id() local
765 impl_id->name, impl_id->domain, in show_implementation_id()
766 impl_id->date.seconds, impl_id->date.nseconds); in show_implementation_id()
Dnfs4proc.c7020 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); in _nfs4_proc_exchange_id()
7021 if (unlikely(res.impl_id == NULL)) { in _nfs4_proc_exchange_id()
7066 clp->cl_implid = res.impl_id; in _nfs4_proc_exchange_id()
7067 res.impl_id = NULL; in _nfs4_proc_exchange_id()
7086 kfree(res.impl_id); in _nfs4_proc_exchange_id()
Dnfs4xdr.c5630 memcpy(res->impl_id->domain, dummy_str, dummy); in decode_exchange_id()
5638 memcpy(res->impl_id->name, dummy_str, dummy); in decode_exchange_id()
5644 p = xdr_decode_hyper(p, &res->impl_id->date.seconds); in decode_exchange_id()
5645 res->impl_id->date.nseconds = be32_to_cpup(p); in decode_exchange_id()
/linux-4.4.14/include/linux/
Dnfs_xdr.h1249 struct nfs41_impl_id *impl_id; member