Lines Matching refs:read_regs
259 static uint32_t read_regs(int fd, in read_regs() function
571 tmpl = read_regs(fd, ctx, e, flags); in nonpriv()
572 regs[0] = read_regs(fd, ctx, e, flags); in nonpriv()
582 regs[1] = read_regs(fd, ctx, e, flags); in nonpriv()
625 regs[0] = read_regs(fd, ctx[0], e, flags); in isolation()
644 regs[1] = read_regs(fd, ctx[1], e, flags); in isolation()
656 tmp = read_regs(fd, ctx[0], e, flags); in isolation()
734 regs[num_values][0] = read_regs(fd, ctx[num_values], e, flags); in preservation()
739 regs[v][0] = read_regs(fd, ctx[v], e, flags); in preservation()
742 gem_close(fd, read_regs(fd, ctx[num_values], e, flags)); in preservation()
775 regs[v][1] = read_regs(fd, ctx[v], e, flags); in preservation()
776 regs[num_values][1] = read_regs(fd, ctx[num_values], e, flags); in preservation()