Searched refs:write_ptr (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_queue.c45 pr_debug("Queue Write Pointer: 0x%px\n", q->write_ptr);
62 pr_debug("Queue Write Pointer: 0x%px\n", q->properties.write_ptr);
H A Dkfd_mqd_manager_v10.c156 (uint32_t __user *)p->write_ptr,
186 m->cp_hqd_pq_wptr_poll_addr_lo = lower_32_bits((uint64_t)q->write_ptr);
187 m->cp_hqd_pq_wptr_poll_addr_hi = upper_32_bits((uint64_t)q->write_ptr);
320 (uint32_t __user *)p->write_ptr,
H A Dkfd_mqd_manager_v9.c195 (uint32_t __user *)p->write_ptr,
223 m->cp_hqd_pq_wptr_poll_addr_lo = lower_32_bits((uint64_t)q->write_ptr);
224 m->cp_hqd_pq_wptr_poll_addr_hi = upper_32_bits((uint64_t)q->write_ptr);
363 (uint32_t __user *)p->write_ptr,
H A Dkfd_mqd_manager_vi.c170 (uint32_t __user *)p->write_ptr,
193 m->cp_hqd_pq_wptr_poll_addr_lo = lower_32_bits((uint64_t)q->write_ptr);
194 m->cp_hqd_pq_wptr_poll_addr_hi = upper_32_bits((uint64_t)q->write_ptr);
345 (uint32_t __user *)p->write_ptr,
H A Dkfd_packet_manager_v9.c206 lower_32_bits((uint64_t)q->properties.write_ptr);
209 upper_32_bits((uint64_t)q->properties.write_ptr);
H A Dkfd_packet_manager_vi.c196 lower_32_bits((uint64_t)q->properties.write_ptr);
199 upper_32_bits((uint64_t)q->properties.write_ptr);
H A Dkfd_mqd_manager_cik.c179 (uint32_t __user *)p->write_ptr,
188 (uint32_t __user *)p->write_ptr,
H A Dkfd_kernel_queue.c140 prop.write_ptr = (uint32_t *) kq->wptr_gpu_addr;
H A Dkfd_priv.h394 * @write_ptr: Defines the number of dwords written to the ring buffer.
397 * the queue ring buffer. This field should be similar to write_ptr and the
398 * user should update this field after he updated the write_ptr.
427 uint32_t *write_ptr; member in struct:queue_properties
H A Dkfd_chardev.c226 q_properties->write_ptr = (uint32_t *) args->write_pointer_address;
262 q_properties->write_ptr);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_status.c180 char *write_ptr = buf; local
190 write_ptr += printed_chars; \
193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string);
201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: ");
207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s",
218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>");
225 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ",
230 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s",
/netbsd-current/sys/dev/ic/
H A Ddm9000.c887 uint8_t *write_ptr; local
897 write_ptr = buf->m_data;
906 b = *write_ptr;
908 write_ptr++;
923 } else if ((long)write_ptr % 2 != 0) {
927 left_over_buf = *write_ptr;
929 write_ptr++;
933 uint16_t *dptr = (uint16_t *)write_ptr;
947 write_ptr += i * 2;
956 left_over_buf = *write_ptr;
1042 uint8_t *write_ptr; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dexeclist.h90 u32 write_ptr :3; member in struct:execlist_context_status_pointer_format::__anon770::__anon771
H A Dexeclist.c150 write_pointer = ctx_status_ptr.write_ptr;
164 ctx_status_ptr.write_ptr = write_pointer;
530 ctx_status_ptr.write_ptr = 0x7;
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
H A Dmessage.h86 uint32_t write_ptr; // hardware causes this to advance member in struct:rx_msg_slot_info
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_rar5.c224 int64_t write_ptr; /* This amount of data has been unpacked member in struct:comp_state
772 if(rar->cstate.write_ptr > flt->block_start &&
773 rar->cstate.write_ptr >= flt->block_start +
861 rar->cstate.solid_offset += rar->cstate.write_ptr;
866 rar->cstate.write_ptr = 0;
2456 rar->cstate.write_ptr = 0;
2874 const int64_t block_start = (ssize_t) start + rar->cstate.write_ptr;
2938 filt->block_start = rar->cstate.write_ptr + block_start;
2987 const uint64_t write_ptr = rar->cstate.write_ptr local
[all...]
/netbsd-current/sys/arch/sgimips/mace/
H A Dmavb.c722 uint64_t write_ptr; local
729 write_ptr = bus_space_read_8(st, sh, MAVB_CHANNEL2_WRITE_PTR);
732 dst = sc->sc_ring + write_ptr;
749 write_ptr = dst - sc->sc_ring;
750 bus_space_write_8(st, sh, MAVB_CHANNEL2_WRITE_PTR, write_ptr);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_fwif.h421 * is read only for GuC firmware. write_ptr is incremented by GuC with number
429 * to the value of write_ptr and raise the interrupt.
439 u32 write_ptr; member in struct:guc_log_buffer_state
H A Dintel_guc_log.c290 log_buf_snapshot_state->write_ptr = write_offset;

Completed in 308 milliseconds