Lines Matching defs:addr
44 * | ... | L2-tbl-addr | ... | V |
47 * If the `V` (valid) bit is set, then the L2-tbl-addr gives the address for
55 * | ... | L1-tbl-addr | ... | V |
58 * If the `V` bit is set, then the L1-tbl-addr gives the address for the
65 * | Format | Y/Cr | Depth | TM | ... | aux-data-addr | ... | V |
73 * - aux-data-addr: VMA/GPU address for the aux-data
265 find_buffer(struct intel_aux_map_context *ctx, uint64_t addr)
268 if (buf->buffer->gpu <= addr && buf->buffer->gpu_end > addr) {
276 get_u64_entry_ptr(struct intel_aux_map_context *ctx, uint64_t addr)
278 struct aux_map_buffer *buf = find_buffer(ctx, addr);
280 uintptr_t map_offset = addr - buf->buffer->gpu;