/linux/arch/s390/kvm/ |
H A D | pv.c | 67 int kvm_s390_pv_destroy_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) in kvm_s390_pv_destroy_cpu() argument 74 cc = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), UVC_CMD_DESTROY_SEC_CPU, rc, rrc); in kvm_s390_pv_destroy_cpu() 77 vcpu->vcpu_id, *rc, *rrc); in kvm_s390_pv_destroy_cpu() 78 WARN_ONCE(cc, "protvirt destroy cpu failed rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_destroy_cpu() 101 int kvm_s390_pv_create_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) in kvm_s390_pv_create_cpu() argument 135 *rrc = uvcb.header.rrc; in kvm_s390_pv_create_cpu() 139 uvcb.header.rrc); in kvm_s390_pv_create_cpu() 217 u16 *rc, u16 *rrc) in kvm_s390_pv_dispose_one_leftover() argument 224 cc = uv_cmd_nodata(leftover->handle, UVC_CMD_DESTROY_SEC_CONF, rc, rrc); in kvm_s390_pv_dispose_one_leftover() 225 KVM_UV_EVENT(kvm, 3, "PROTVIRT DESTROY LEFTOVER VM: rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_dispose_one_leftover() [all …]
|
H A D | kvm-s390.h | 294 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 D | kvm-s390.c | 2477 int kvm_s390_cpus_from_pv(struct kvm *kvm, u16 *rc, u16 *rrc) in kvm_s390_cpus_from_pv() argument 2496 *rrc = _rrc; in kvm_s390_cpus_from_pv() 2518 static int kvm_s390_cpus_to_pv(struct kvm *kvm, u16 *rc, u16 *rrc) in kvm_s390_cpus_to_pv() argument 2532 r = kvm_s390_pv_create_cpu(vcpu, rc, rrc); in kvm_s390_cpus_to_pv() 2607 UVC_CMD_DUMP_INIT, &cmd->rc, &cmd->rrc); in kvm_s390_pv_dmp() 2609 cmd->rc, cmd->rrc); in kvm_s390_pv_dmp() 2628 &cmd->rc, &cmd->rrc); in kvm_s390_pv_dmp() 2640 &cmd->rc, &cmd->rrc); in kvm_s390_pv_dmp() 2679 r = kvm_s390_pv_init_vm(kvm, &cmd->rc, &cmd->rrc); in kvm_s390_handle_pv() 2683 r = kvm_s390_cpus_to_pv(kvm, &cmd->rc, &cmd->rrc); in kvm_s390_handle_pv() [all …]
|
/linux/fs/xfs/scrub/ |
H A D | refcount.c | 381 struct xchk_refcbt_records *rrc, in xchk_refcountbt_xref_gaps() argument 389 if (bno <= rrc->next_unshared_agbno || !sc->sa.rmap_cur || in xchk_refcountbt_xref_gaps() 394 low.rm_startblock = rrc->next_unshared_agbno; in xchk_refcountbt_xref_gaps() 408 struct xchk_refcbt_records *rrc, in xchk_refcount_mergeable() argument 411 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable() 434 struct xchk_refcbt_records *rrc, in xchk_refcountbt_check_mergeable() argument 440 if (xchk_refcount_mergeable(rrc, irec)) in xchk_refcountbt_check_mergeable() 443 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable() 453 struct xchk_refcbt_records *rrc = bs->private; in xchk_refcountbt_rec() local 463 rrc->cow_blocks += irec.rc_blockcount; in xchk_refcountbt_rec() [all …]
|
H A D | rtrefcount.c | 373 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->cow_blocks += irec.rc_blockcount; in xchk_rtrefcountbt_rec() [all …]
|
/linux/arch/s390/include/asm/ |
H A D | uv.h | 116 u16 rrc; /* Return Reason Code */ member 474 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) in uv_cmd_nodata() argument 486 *rrc = uvcb.header.rrc; in uv_cmd_nodata() 514 u16 *rc, u16 *rrc) in uv_list_secrets() argument 526 if (rrc) in uv_list_secrets() 527 *rrc = uvcb.header.rrc; in uv_list_secrets() 594 uvcb.header.rc, uvcb.header.rrc); in share()
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_wrap.c | 149 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 D | cvmx-rnm-defs.h | 42 uint64_t rrc:1; member 46 uint64_t rrc:1;
|
/linux/drivers/s390/char/ |
H A D | uvdevice.c | 230 uv_ioctl->uv_rrc = uvcb_attest->header.rrc; in uvio_attestation() 296 uv_ioctl->uv_rrc = uvcb.header.rrc; in uvio_add_secret() 416 ioctl->uv_rrc = uvcb.header.rrc; in uvio_lock_secrets() 467 uv_ioctl->uv_rrc = uvcb.header.rrc; in uvio_retr_secret()
|
/linux/arch/s390/kernel/ |
H A D | uv.c | 51 uvcb.header.rc, uvcb.header.rrc); in uv_init() 124 if (uvcb.header.rc == 0x107 && uvcb.header.rrc == 0xd) in uv_destroy()
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 5313 __u16 rrc; /* Ultravisor return reason code */
|