Searched refs:NUM_REGS (Results 1 – 3 of 3) sorted by relevance
28 #define NUM_REGS (MAX_REG / sizeof(uint32_t)) macro234 regs_size = NUM_REGS * sizeof(uint32_t); in tmpl_regs()274 reloc = calloc(NUM_REGS, sizeof(*reloc)); in read_regs()277 regs_size = NUM_REGS * sizeof(uint32_t); in read_regs()280 batch_size = NUM_REGS * 4 * sizeof(uint32_t) + 4; in read_regs()345 batch_size = NUM_REGS * 3 * sizeof(uint32_t) + 4; in write_regs()403 reloc = calloc(NUM_REGS, sizeof(*reloc)); in restore_regs()406 batch_size = NUM_REGS * 3 * sizeof(uint32_t) + 4; in restore_regs()465 regs_size = NUM_REGS * sizeof(uint32_t); in dump_regs()497 regs_size = NUM_REGS * sizeof(uint32_t); in compare_regs()[all …]
63 #define NUM_REGS (MAX_BANKS_PER_SLICE * NUM_SUBBANKS) macro204 if (read(fd[i], l3logs[i], NUM_REGS * sizeof(uint32_t)) < 0) { in main()350 memset(l3logs[i], 0, NUM_REGS * sizeof(struct l3_log_register)); in main()389 ret = write(fd[i], l3logs[i], NUM_REGS * sizeof(uint32_t)); in main()
58 #define NUM_REGS (4 * 48) /* r0 to r47 */ macro67 return (NUM_REGS - (class_sizes[i] - 1)); in CLASS_REGS()74 return (NUM_REGS - (half_class_sizes[i] - 1)); in HALF_CLASS_REGS()183 unsigned namebuf[NUM_REGS];