Searched defs:reloc_ofs (Results 1 – 1 of 1) sorted by relevance
56 static void exec1(int fd, uint32_t handle, uint64_t reloc_ofs, unsigned flags, char *ptr) in exec1()130 #define reloc_ofs(N, T) ((((N)+1) << 12) - 4*(1 + ((N) == ((T)-1)))) in execN() macro204 uint64_t batch_size, max, ggtt_max, reloc_ofs; in exhaustive() local