Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dpv.c247 int kvm_s390_pv_destroy_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) in kvm_s390_pv_destroy_cpu() argument
254 cc = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), UVC_CMD_DESTROY_SEC_CPU, rc, rrc); in kvm_s390_pv_destroy_cpu()
256 KVM_UV_EVENT(vcpu->kvm, 3, "PROTVIRT DESTROY VCPU %d: rc %x rrc %x", in kvm_s390_pv_destroy_cpu()
257 vcpu->vcpu_id, *rc, *rrc); in kvm_s390_pv_destroy_cpu()
258 WARN_ONCE(cc, "protvirt destroy cpu failed rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_destroy_cpu()
281 int kvm_s390_pv_create_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) in kvm_s390_pv_create_cpu() argument
315 *rrc = uvcb.header.rrc; in kvm_s390_pv_create_cpu()
317 "PROTVIRT CREATE VCPU: cpu %d handle %llx rc %x rrc in kvm_s390_pv_create_cpu()
397 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
423 kvm_s390_pv_deinit_vm_fast(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_vm_fast() argument
471 kvm_s390_pv_set_aside(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_set_aside() argument
536 kvm_s390_pv_deinit_vm(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_vm() argument
571 kvm_s390_pv_deinit_cleanup_all(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_cleanup_all() argument
648 kvm_s390_pv_deinit_aside_vm(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_deinit_aside_vm() argument
708 kvm_s390_pv_init_vm(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_pv_init_vm() argument
769 kvm_s390_pv_set_sec_parms(struct kvm * kvm,void * hdr,u64 length,u16 * rc,u16 * rrc) kvm_s390_pv_set_sec_parms() argument
788 unpack_one(struct kvm * kvm,unsigned long addr,u64 tweak,u64 offset,u16 * rc,u16 * rrc) unpack_one() argument
816 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
865 kvm_s390_pv_dump_cpu(struct kvm_vcpu * vcpu,void * buff,u16 * rc,u16 * rrc) kvm_s390_pv_dump_cpu() argument
913 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
1021 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.c2395 * @rrc: return value for the RRC field of the UVC (in case of error) in kvm_s390_cpus_to_pv()
2403 int kvm_s390_cpus_from_pv(struct kvm *kvm, u16 *rc, u16 *rrc) in kvm_s390_cpus_to_pv()
2416 * We want to return the first failure rc and rrc, though.
2422 *rrc = _rrc; in kvm_s390_handle_pv_info()
2438 * @rrc: return value for the RRC field of the UVC (in case of error) in kvm_s390_handle_pv_info()
2444 static int kvm_s390_cpus_to_pv(struct kvm *kvm, u16 *rc, u16 *rrc) in kvm_s390_handle_pv_info()
2458 r = kvm_s390_pv_create_cpu(vcpu, rc, rrc);
2533 UVC_CMD_DUMP_INIT, &cmd->rc, &cmd->rrc); in kvm_s390_handle_pv()
2534 KVM_UV_EVENT(kvm, 3, "PROTVIRT DUMP INIT: rc %x rrc %x", in kvm_s390_handle_pv()
2535 cmd->rc, cmd->rrc); in kvm_s390_handle_pv()
2347 kvm_s390_cpus_from_pv(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_cpus_from_pv() argument
2388 kvm_s390_cpus_to_pv(struct kvm * kvm,u16 * rc,u16 * rrc) kvm_s390_cpus_to_pv() argument
3335 u16 rc, rrc; kvm_arch_vcpu_destroy() local
3362 u16 rc, rrc; kvm_arch_destroy_vm() local
5446 u16 rc, rrc; kvm_arch_vcpu_ioctl() local
[all...]
/linux/fs/xfs/scrub/
H A Drefcount.c380 struct xchk_refcbt_records *rrc, in xchk_refcountbt_xref_gaps() argument
388 if (bno <= rrc->next_unshared_agbno || !sc->sa.rmap_cur || in xchk_refcountbt_xref_gaps()
393 low.rm_startblock = rrc->next_unshared_agbno; in xchk_refcountbt_xref_gaps()
407 struct xchk_refcbt_records *rrc, in xchk_refcount_mergeable() argument
410 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_refcount_mergeable()
433 struct xchk_refcbt_records *rrc, in xchk_refcountbt_check_mergeable() argument
439 if (xchk_refcount_mergeable(rrc, irec)) in xchk_refcountbt_check_mergeable()
442 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_refcountbt_check_mergeable()
452 struct xchk_refcbt_records *rrc = bs->private; in xchk_refcountbt_rec() local
462 rrc->cow_blocks += irec.rc_blockcount; in xchk_refcountbt_rec()
[all …]
H A Drtrefcount.c372 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcount_mergeable() argument
375 const struct xfs_refcount_irec *r1 = &rrc->prev_rec; in xchk_rtrefcount_mergeable()
396 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcountbt_check_mergeable() argument
402 if (xchk_rtrefcount_mergeable(rrc, irec)) in xchk_rtrefcountbt_check_mergeable()
405 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec)); in xchk_rtrefcountbt_check_mergeable()
430 struct xchk_rtrefcbt_records *rrc, in xchk_rtrefcountbt_xref_gaps() argument
438 if (bno <= rrc->next_unshared_rgbno || !sc->sr.rmap_cur || in xchk_rtrefcountbt_xref_gaps()
443 low.rm_startblock = rrc->next_unshared_rgbno; in xchk_rtrefcountbt_xref_gaps()
462 struct xchk_rtrefcbt_records *rrc = bs->private; in xchk_rtrefcountbt_rec() local
482 rrc in xchk_rtrefcountbt_rec()
547 struct xchk_rtrefcbt_records rrc = { xchk_rtrefcountbt() local
[all...]
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c148 u16 ec, rrc; in gss_krb5_unwrap_v2()
176 rrc = be16_to_cpup((__be16 *)(ptr + 6)); in gss_krb5_unwrap_v2()
183 if (rrc != 0) in gss_krb5_unwrap_v2()
184 rotate_left(offset + 16, buf, rrc); in gss_krb5_unwrap_v2()
149 u16 ec, rrc; gss_krb5_unwrap_v2() local
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-rnm-defs.h42 uint64_t rrc:1; member
46 uint64_t rrc:1;
/linux/drivers/s390/char/
H A Duvdevice.c230 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/Documentation/virt/kvm/
H A Dapi.rst5377 __u16 rrc; /* Ultravisor return reason code */