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()
458 fprs = malloc(sizeof(unsigned long) * PT_NUM_FPRS); in peek_fprs()
513 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in write_gpr()
542 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in show_ckpt_gpr()
571 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in write_ckpt_gpr()
722 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs)); in show_tm_spr()