Home
last modified time | relevance | path

Searched refs:hbm (Results 1 – 8 of 8) sorted by relevance

/linux/samples/bpf/
H A Ddo_hbm_test.sh55 echo " -S or --stats whether to update hbm stats (default is yes)."
105 rm -f hbm.out
106 echo "./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog" > hbm.out
107 echo " " >> hbm.out
108 ./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog >> hbm.out 2>&1 &
216 cg_dir="$cg_base_dir/cgroup-test-work-dir/hbm$id"
223 rm -f hbm.[0-9]*.$dir_name
315 if [ -e hbm
[all...]
H A DMakefile39 tprogs-y += hbm
80 hbm-objs := hbm.o $(CGROUP_HELPERS)
288 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
289 $(obj)/hbm.o: $(src)/hbm.h
290 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
H A D.gitignore4 hbm
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c943 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
1112 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma() argument
1125 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()
1126 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()
1149 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()
1153 rb->buffer.size, hbm->msg_length, rb->buf_idx); in recv_ishtp_cl_msg_dma()
1168 clflush_cache_range(msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
1170 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
1171 rb->buf_idx = hbm->msg_length; in recv_ishtp_cl_msg_dma()
H A Dhbm.h212 uint8_t hbm; member
221 uint8_t hbm; member
H A Dhbm.c528 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()
651 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()
748 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local
753 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()
759 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
/linux/drivers/hid/intel-ish-hid/
H A DMakefile9 intel-ishtp-objs += ishtp/hbm.o
/linux/drivers/misc/mei/
H A Dhbm.c237 dev->timeouts.hbm); in mei_hbm_start_wait()