Home
last modified time | relevance | path

Searched refs:rrc (Results 1 – 11 of 11) sorted by relevance

/linux/arch/s390/kvm/
H A Dpv.c126 int kvm_s390_pv_destroy_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) in kvm_s390_pv_destroy_cpu() argument
133 cc = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), UVC_CMD_DESTROY_SEC_CPU, rc, rrc); in kvm_s390_pv_destroy_cpu()
135 KVM_UV_EVENT(vcpu->kvm, 3, "PROTVIRT DESTROY VCPU %d: rc %x rrc %x", in kvm_s390_pv_destroy_cpu()
136 vcpu->vcpu_id, *rc, *rrc); in kvm_s390_pv_destroy_cpu()
137 WARN_ONCE(cc, "protvirt destroy cpu failed rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_destroy_cpu()
160 int kvm_s390_pv_create_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) in kvm_s390_pv_create_cpu() argument
194 *rrc = uvcb.header.rrc; in kvm_s390_pv_create_cpu()
196 "PROTVIRT CREATE VCPU: cpu %d handle %llx rc %x rrc in kvm_s390_pv_create_cpu()
276 kvm_s390_pv_dispose_one_leftover(struct kvm * kvm,struct pv_vm_to_be_destroyed * leftover,u16 * rc,u16 * rrc) kvm_s390_pv_dispose_one_leftover() argument
331 kvm_s390_pv_deinit_vm_fast(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_vm_fast() argument
380 kvm_s390_pv_set_aside(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_set_aside() argument
446 kvm_s390_pv_deinit_vm(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_vm() argument
482 kvm_s390_pv_deinit_cleanup_all(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_cleanup_all() argument
559 kvm_s390_pv_deinit_aside_vm(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_aside_vm() argument
618 kvm_s390_pv_init_vm(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_init_vm() argument
671 kvm_s390_pv_set_sec_parms(struct kvm * kvm,void * hdr,u64 length,u16 * rc,u16 * rrc) kvm_s390_pv_set_sec_parms() argument
690 unpack_one(struct kvm * kvm,unsigned long addr,u64 tweak,u64 offset,u16 * rc,u16 * rrc) unpack_one() argument
730 kvm_s390_pv_unpack(struct kvm * kvm,unsigned long addr,unsigned long size,unsigned long tweak,u16 * rc,u16 * rrc) kvm_s390_pv_unpack() argument
779 kvm_s390_pv_dump_cpu(struct kvm_vcpu * vcpu,void * buff,u16 * rc,u16 * rrc) kvm_s390_pv_dump_cpu() argument
827 kvm_s390_pv_dump_stor_state(struct kvm * kvm,void __user * buff_user,u64 * gaddr,u64 buff_user_len,u16 * rc,u16 * rrc) kvm_s390_pv_dump_stor_state() argument
935 kvm_s390_pv_dump_complete(struct kvm * kvm,void __user * buff_user,u16 * rc,u16 * rrc) kvm_s390_pv_dump_complete() argument
[all...]
H A Dkvm-s390.h294 int kvm_s390_pv_destroy_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc);
295 int kvm_s390_pv_create_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc);
296 int kvm_s390_pv_set_aside(struct kvm *kvm, u16 *rc, u16 *rrc);
297 int kvm_s390_pv_deinit_aside_vm(struct kvm *kvm, u16 *rc, u16 *rrc);
298 int kvm_s390_pv_deinit_cleanup_all(struct kvm *kvm, u16 *rc, u16 *rrc);
299 int kvm_s390_pv_deinit_vm(struct kvm *kvm, u16 *rc, u16 *rrc);
300 int kvm_s390_pv_init_vm(struct kvm *kvm, u16 *rc, u16 *rrc);
302 u16 *rrc);
304 unsigned long tweak, u16 *rc, u16 *rrc);
306 int kvm_s390_pv_dump_cpu(struct kvm_vcpu *vcpu, void *buff, u16 *rc, u16 *rrc);
[all...]
H A Dkvm-s390.c2472 * @rrc: return value for the RRC field of the UVC (in case of error)
2480 int kvm_s390_cpus_from_pv(struct kvm *kvm, u16 *rc, u16 *rrc) in kvm_s390_cpus_from_pv() argument
2493 * We want to return the first failure rc and rrc, though. in kvm_s390_cpus_from_pv()
2499 *rrc = _rrc; in kvm_s390_cpus_from_pv()
2515 * @rrc: return value for the RRC field of the UVC (in case of error)
2521 static int kvm_s390_cpus_to_pv(struct kvm *kvm, u16 *rc, u16 *rrc) in kvm_s390_cpus_to_pv() argument
2535 r = kvm_s390_pv_create_cpu(vcpu, rc, rrc); in kvm_s390_cpus_to_pv()
2610 UVC_CMD_DUMP_INIT, &cmd->rc, &cmd->rrc); in kvm_s390_pv_dmp()
2611 KVM_UV_EVENT(kvm, 3, "PROTVIRT DUMP INIT: rc %x rrc %x", in kvm_s390_pv_dmp()
2612 cmd->rc, cmd->rrc); in kvm_s390_pv_dmp()
3485 u16 rc, rrc; kvm_arch_vcpu_destroy() local
3508 u16 rc, rrc; kvm_arch_destroy_vm() local
5827 u16 rc, rrc; kvm_arch_vcpu_ioctl() local
[all...]
/linux/fs/xfs/scrub/
H A Drtrefcount.c373 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcount_mergeable() argument
376 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_rtrefcount_mergeable()
397 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcountbt_check_mergeable() argument
403 if (xchk_rtrefcount_mergeable(rrc, irec)) in xchk_rtrefcountbt_check_mergeable()
406 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_rtrefcountbt_check_mergeable()
431 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcountbt_xref_gaps() argument
439 if (bno <= rrc->next_unshared_rgbno || !sc->sr.rmap_cur || in xchk_rtrefcountbt_xref_gaps()
444 low.rm_startblock = rrc->next_unshared_rgbno; in xchk_rtrefcountbt_xref_gaps()
463 struct xchk_rtrefcbt_records *rrc = bs->private; in xchk_rtrefcountbt_rec() local
483 rrc in xchk_rtrefcountbt_rec()
548 struct xchk_rtrefcbt_records rrc = { xchk_rtrefcountbt() local
[all...]
/linux/arch/s390/include/asm/
H A Duv.h115 u16 rrc; /* Return Reason Code */ member
473 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) in uv_cmd_nodata() argument
485 *rrc = uvcb.header.rrc; in uv_cmd_nodata()
496 * @rrc: Pointer to store the return reason code or NULL.
513 u16 *rc, u16 *rrc) in uv_list_secrets() argument
525 if (rrc) in uv_list_secrets()
526 *rrc = uvcb.header.rrc; in uv_list_secrets()
591 pr_err("%s UVC failed (rc: 0x%x, rrc in share()
[all...]
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c149 u16 ec, rrc; in gss_krb5_unwrap_v2() local
177 rrc = be16_to_cpup((__be16 *)(ptr + 6)); in gss_krb5_unwrap_v2()
184 if (rrc != 0) in gss_krb5_unwrap_v2()
185 rotate_left(offset + 16, buf, rrc); in gss_krb5_unwrap_v2()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-rnm-defs.h42 uint64_t rrc:1; member
46 uint64_t rrc:1;
/linux/arch/s390/kernel/
H A Duv.c52 pr_err("Ultravisor init failed with rc: 0x%x rrc: 0%x\n", in uv_init()
53 uvcb.header.rc, uvcb.header.rrc); in uv_init()
126 if (uvcb.header.rc == 0x107 && uvcb.header.rrc == 0xd) in uv_destroy()
/linux/arch/s390/include/uapi/asm/
H A Dkvm.h297 __u16 rrc; /* Ultravisor return reason code */ member
/linux/tools/arch/s390/include/uapi/asm/
H A Dkvm.h297 __u16 rrc; /* Ultravisor return reason code */ member
/linux/Documentation/virt/kvm/
H A Dapi.rst5341 __u16 rrc; /* Ultravisor return reason code */