Lines Matching refs:malloc
146 reg = malloc(sizeof(unsigned long)); in show_tar_registers()
192 reg = malloc(sizeof(unsigned long)); in write_tar_registers()
235 reg = malloc(sizeof(unsigned long)); in show_tm_checkpointed_state()
283 reg = malloc(sizeof(unsigned long)); in write_ckpt_tar_registers()
326 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_fpr()
345 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_fpr()
369 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_ckpt_fpr()
393 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_ckpt_fpr()
420 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in show_gpr()
445 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in write_gpr()
474 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in show_ckpt_gpr()
503 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs)); in write_ckpt_gpr()
654 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs)); in show_tm_spr()