Searched refs:hbm (Results 1 – 13 of 13) sorted by relevance
105 rm -f hbm.out106 echo "./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog" > hbm.out107 echo " " >> hbm.out108 ./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog >> hbm.out 2>&1 &223 rm -f hbm.[0-9]*.$dir_name315 if [ -e hbm.$id.$dir_name ] ; then316 cat hbm.$id.$dir_name354 if [ -e hbm.$id.$dir_name ] ; then355 cat hbm.$id.$dir_name380 if [ -e hbm.$id.$dir_name ] ; then[all …]
52 tprogs-y += hbm113 hbm-objs := hbm.o $(CGROUP_HELPERS)337 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h338 $(obj)/hbm.o: $(src)/hbm.h339 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
4 hbm
797 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()969 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma() argument982 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()983 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()1006 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()1010 rb->buffer.size, hbm->msg_length, rb->buf_idx); in recv_ishtp_cl_msg_dma()1025 clflush_cache_range(msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()1027 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()1028 rb->buf_idx = hbm->msg_length; in recv_ishtp_cl_msg_dma()
212 uint8_t hbm; member221 uint8_t hbm; member
528 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()647 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()744 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local749 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()755 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
129 struct dma_xfer_hbm *hbm);
8 mei-objs += hbm.o
409 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT_SLOW); in mei_device_init()413 dev->timeouts.hbm = mei_secs_to_jiffies(MEI_HBM_TIMEOUT); in mei_device_init()
440 unsigned long hbm; /* HBM operation timeout, in jiffies */ member
235 dev->timeouts.hbm); in mei_hbm_start_wait()
9 intel-ishtp-objs += ishtp/hbm.o
162 (see ishtp/hbm.h for details)