Lines Matching refs:fpr_regs
36 struct fpr_regs { struct
327 struct fpr_regs *regs; in show_fpr()
330 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_fpr()
346 struct fpr_regs *regs; in write_fpr()
349 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_fpr()
369 struct fpr_regs *regs; in show_ckpt_fpr()
373 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_ckpt_fpr()
375 iov.iov_len = sizeof(struct fpr_regs); in show_ckpt_fpr()
393 struct fpr_regs *regs; in write_ckpt_fpr()
397 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_ckpt_fpr()
399 iov.iov_len = sizeof(struct fpr_regs); in write_ckpt_fpr()