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

/linux-master/arch/s390/kvm/
H A Dpv.c66 int kvm_s390_pv_destroy_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) argument
73 cc = uv_cmd_nodata(kvm_s390_pv_cpu_get_handle(vcpu), UVC_CMD_DESTROY_SEC_CPU, rc, rrc);
75 KVM_UV_EVENT(vcpu->kvm, 3, "PROTVIRT DESTROY VCPU %d: rc %x rrc %x",
76 vcpu->vcpu_id, *rc, *rrc);
77 WARN_ONCE(cc, "protvirt destroy cpu failed rc %x rrc %x", *rc, *rrc);
100 int kvm_s390_pv_create_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc) argument
134 *rrc = uvcb.header.rrc;
136 "PROTVIRT CREATE VCPU: cpu %d handle %llx rc %x rrc
214 kvm_s390_pv_dispose_one_leftover(struct kvm *kvm, struct pv_vm_to_be_destroyed *leftover, u16 *rc, u16 *rrc) argument
271 kvm_s390_pv_deinit_vm_fast(struct kvm *kvm, u16 *rc, u16 *rrc) argument
320 kvm_s390_pv_set_aside(struct kvm *kvm, u16 *rc, u16 *rrc) argument
386 kvm_s390_pv_deinit_vm(struct kvm *kvm, u16 *rc, u16 *rrc) argument
422 kvm_s390_pv_deinit_cleanup_all(struct kvm *kvm, u16 *rc, u16 *rrc) argument
499 kvm_s390_pv_deinit_aside_vm(struct kvm *kvm, u16 *rc, u16 *rrc) argument
558 kvm_s390_pv_init_vm(struct kvm *kvm, u16 *rc, u16 *rrc) argument
610 kvm_s390_pv_set_sec_parms(struct kvm *kvm, void *hdr, u64 length, u16 *rc, u16 *rrc) argument
629 unpack_one(struct kvm *kvm, unsigned long addr, u64 tweak, u64 offset, u16 *rc, u16 *rrc) argument
651 kvm_s390_pv_unpack(struct kvm *kvm, unsigned long addr, unsigned long size, unsigned long tweak, u16 *rc, u16 *rrc) argument
699 kvm_s390_pv_dump_cpu(struct kvm_vcpu *vcpu, void *buff, u16 *rc, u16 *rrc) argument
746 kvm_s390_pv_dump_stor_state(struct kvm *kvm, void __user *buff_user, u64 *gaddr, u64 buff_user_len, u16 *rc, u16 *rrc) argument
854 kvm_s390_pv_dump_complete(struct kvm *kvm, void __user *buff_user, u16 *rc, u16 *rrc) argument
[all...]
H A Dkvm-s390.h263 int kvm_s390_pv_destroy_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc);
264 int kvm_s390_pv_create_cpu(struct kvm_vcpu *vcpu, u16 *rc, u16 *rrc);
265 int kvm_s390_pv_set_aside(struct kvm *kvm, u16 *rc, u16 *rrc);
266 int kvm_s390_pv_deinit_aside_vm(struct kvm *kvm, u16 *rc, u16 *rrc);
267 int kvm_s390_pv_deinit_cleanup_all(struct kvm *kvm, u16 *rc, u16 *rrc);
268 int kvm_s390_pv_deinit_vm(struct kvm *kvm, u16 *rc, u16 *rrc);
269 int kvm_s390_pv_init_vm(struct kvm *kvm, u16 *rc, u16 *rrc);
271 u16 *rrc);
273 unsigned long tweak, u16 *rc, u16 *rrc);
275 int kvm_s390_pv_dump_cpu(struct kvm_vcpu *vcpu, void *buff, u16 *rc, u16 *rrc);
[all...]
H A Dkvm-s390.c2428 * @rrc: return value for the RRC field of the UVC (in case of error)
2436 int kvm_s390_cpus_from_pv(struct kvm *kvm, u16 *rc, u16 *rrc) argument
2449 * We want to return the first failure rc and rrc, though.
2455 *rrc = _rrc;
2471 * @rrc: return value for the RRC field of the UVC (in case of error)
2477 static int kvm_s390_cpus_to_pv(struct kvm *kvm, u16 *rc, u16 *rrc) argument
2491 r = kvm_s390_pv_create_cpu(vcpu, rc, rrc);
2566 UVC_CMD_DUMP_INIT, &cmd->rc, &cmd->rrc);
2567 KVM_UV_EVENT(kvm, 3, "PROTVIRT DUMP INIT: rc %x rrc %x",
2568 cmd->rc, cmd->rrc);
3434 u16 rc, rrc; local
3457 u16 rc, rrc; local
5535 u16 rc, rrc; local
[all...]
/linux-master/fs/xfs/scrub/
H A Drefcount.c381 struct xchk_refcbt_records *rrc,
389 if (bno <= rrc->next_unshared_agbno || !sc->sa.rmap_cur ||
394 low.rm_startblock = rrc->next_unshared_agbno;
408 struct xchk_refcbt_records *rrc,
411 const struct xfs_refcount_irec *r1 = &rrc->prev_rec;
434 struct xchk_refcbt_records *rrc,
440 if (xchk_refcount_mergeable(rrc, irec))
443 memcpy(&rrc->prev_rec, irec, sizeof(struct xfs_refcount_irec));
453 struct xchk_refcbt_records *rrc = bs->private; local
462 rrc
379 xchk_refcountbt_xref_gaps( struct xfs_scrub *sc, struct xchk_refcbt_records *rrc, xfs_agblock_t bno) argument
407 xchk_refcount_mergeable( struct xchk_refcbt_records *rrc, const struct xfs_refcount_irec *r2) argument
432 xchk_refcountbt_check_mergeable( struct xchk_btree *bs, struct xchk_refcbt_records *rrc, const struct xfs_refcount_irec *irec) argument
525 struct xchk_refcbt_records rrc = { local
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-rnm-defs.h42 uint64_t rrc:1; member in struct:cvmx_rnm_bist_status::cvmx_rnm_bist_status_s
46 uint64_t rrc:1;
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c149 u16 ec, rrc; local
177 rrc = be16_to_cpup((__be16 *)(ptr + 6));
184 if (rrc != 0)
185 rotate_left(offset + 16, buf, rrc);
/linux-master/arch/s390/include/asm/
H A Duv.h110 u16 rrc; /* Return Reason Code */ member in struct:uv_cb_header
369 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) argument
381 *rrc = uvcb.header.rrc;
/linux-master/drivers/s390/char/
H A Duvdevice.c227 uv_ioctl->uv_rrc = uvcb_attest->header.rrc;
292 uv_ioctl->uv_rrc = uvcb.header.rrc;
338 uv_ioctl->uv_rrc = uvcb.header.rrc;
377 ioctl->uv_rrc = uvcb.header.rrc;
/linux-master/arch/s390/kernel/
H A Duv.c51 pr_err("Ultravisor init failed with rc: 0x%x rrc: 0%x\n",
52 uvcb.header.rc, uvcb.header.rrc);
125 if (uvcb.header.rc == 0x107 && uvcb.header.rrc == 0xd)
/linux-master/arch/s390/include/uapi/asm/
H A Dkvm.h297 __u16 rrc; /* Ultravisor return reason code */ member in struct:kvm_pv_cmd
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h297 __u16 rrc; /* Ultravisor return reason code */ member in struct:kvm_pv_cmd

Completed in 230 milliseconds