alloc_pt
struct i915_page_table *alloc_pt(struct i915_address_space *vm, int sz);
pt = alloc_pt(vm, pt_sz);
.alloc = alloc_pt,