Searched refs:rtype (Results 1 – 6 of 6) sorted by relevance
| /arch/riscv/kvm/ |
| A D | vcpu_fp.c | 79 unsigned long rtype) in kvm_riscv_vcpu_get_reg_fp() argument 86 rtype); in kvm_riscv_vcpu_get_reg_fp() 89 if ((rtype == KVM_REG_RISCV_FP_F) && in kvm_riscv_vcpu_get_reg_fp() 100 } else if ((rtype == KVM_REG_RISCV_FP_D) && in kvm_riscv_vcpu_get_reg_fp() 124 unsigned long rtype) in kvm_riscv_vcpu_set_reg_fp() argument 131 rtype); in kvm_riscv_vcpu_set_reg_fp() 134 if ((rtype == KVM_REG_RISCV_FP_F) && in kvm_riscv_vcpu_set_reg_fp() 145 } else if ((rtype == KVM_REG_RISCV_FP_D) && in kvm_riscv_vcpu_set_reg_fp()
|
| /arch/riscv/include/asm/ |
| A D | kvm_vcpu_fp.h | 54 unsigned long rtype); 57 unsigned long rtype);
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-sli-defs.h | 110 __BITFIELD_FIELD(uint64_t rtype:2, 122 __BITFIELD_FIELD(uint64_t rtype:2,
|
| /arch/x86/kvm/vmx/ |
| A D | vmx.h | 446 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \ argument 447 static inline rtype vmx_##action##_msr_bitmap_##access(unsigned long *bitmap, \ 456 return (rtype)true; \
|
| /arch/x86/kvm/svm/ |
| A D | svm.h | 653 #define __BUILD_SVM_MSR_BITMAP_HELPER(rtype, action, bitop, access, bit_rw) \ argument 654 static inline rtype svm_##action##_msr_bitmap_##access(unsigned long *bitmap, \ 661 return (rtype)true; \
|
| /arch/mips/pci/ |
| A D | pcie-octeon.c | 1353 mem_access_subid.s.rtype = 0; /* "No snoop" and "Relaxed ordering" are not set */ in __cvmx_pcie_rc_initialize_gen2()
|
Completed in 22 milliseconds