Lines Matching refs:malloc
150 reg = malloc(sizeof(unsigned long)); in show_tar_registers()
196 reg = malloc(sizeof(unsigned long)); in write_tar_registers()
239 reg = malloc(sizeof(unsigned long)); in show_tm_checkpointed_state()
287 reg = malloc(sizeof(unsigned long)); in write_ckpt_tar_registers()
330 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_fpr()
349 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_fpr()
373 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_ckpt_fpr()
397 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_ckpt_fpr()
424 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in show_gpr()
449 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in write_gpr()
478 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in show_ckpt_gpr()
507 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in write_ckpt_gpr()
658 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs)); in show_tm_spr()