Searched defs:fpr (Results 1 - 5 of 5) sorted by relevance

/arch/mips/include/uapi/asm/
H A Dkvm.h44 __u64 fpr[32]; member in struct:kvm_fpu
/arch/mips/include/asm/
H A Dprocessor.h118 static inline u##width get_fpr##width(union fpureg *fpr, unsigned idx) \
120 return fpr->val##width[FPR_IDX(width, idx)]; \
123 static inline void set_fpr##width(union fpureg *fpr, unsigned idx, \
126 fpr->val##width[FPR_IDX(width, idx)] = val; \
139 union fpureg fpr[NUM_FPU_REGS]; member in struct:mips_fpu_struct
323 .fpr = {{{0,},},}, \
/arch/powerpc/include/asm/
H A Dprocessor.h155 #define TS_FPR(i) fp_state.fpr[i][TS_FPROFFSET]
156 #define TS_TRANS_FPR(i) transact_fp.fpr[i][TS_FPROFFSET]
160 u64 fpr[32][TS_FPRWIDTH] __attribute__((aligned(16))); member in struct:thread_fp_state
282 * However, fpr[] is the checkpointed 'base state' of FP regs, and
/arch/x86/include/uapi/asm/
H A Dkvm.h156 __u8 fpr[8][16]; member in struct:kvm_fpu
/arch/powerpc/include/uapi/asm/
H A Dkvm.h270 __u64 fpr[32]; member in struct:kvm_fpu

Completed in 153 milliseconds