Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Ddo_hbm_test.sh105 rm -f hbm.out
107 echo " " >> hbm.out
108 ./hbm $dir -n $id -r $rate -t $dur $flags $dbg $prog >> hbm.out 2>&1 &
223 rm -f hbm.[0-9]*.$dir_name
315 if [ -e hbm.$id.$dir_name ] ; then
316 cat hbm.$id.$dir_name
354 if [ -e hbm.$id.$dir_name ] ; then
355 cat hbm.$id.$dir_name
380 if [ -e hbm.$id.$dir_name ] ; then
381 cat hbm.$id.$dir_name
[all …]
A DMakefile55 tprogs-y += hbm
120 hbm-objs := hbm.o $(CGROUP_HELPERS)
342 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
343 $(obj)/hbm.o: $(src)/hbm.h
344 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
A D.gitignore4 hbm
/linux/drivers/hid/intel-ish-hid/ishtp/
A Dclient.c787 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()
959 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma() argument
972 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()
973 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()
996 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()
1000 rb->buffer.size, hbm->msg_length, rb->buf_idx); in recv_ishtp_cl_msg_dma()
1015 clflush_cache_range(msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
1017 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
1018 rb->buf_idx = hbm->msg_length; in recv_ishtp_cl_msg_dma()
A Dhbm.c528 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() local
749 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()
A Dhbm.h212 uint8_t hbm; member
221 uint8_t hbm; member
A Dclient.h129 struct dma_xfer_hbm *hbm);
/linux/drivers/misc/mei/
A DMakefile8 mei-objs += hbm.o
/linux/drivers/hid/intel-ish-hid/
A DMakefile9 intel-ishtp-objs += ishtp/hbm.o
/linux/Documentation/hid/
A Dintel-ish-hid.rst162 (see ishtp/hbm.h for details)

Completed in 16 milliseconds