Searched refs:clear_tail (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 262 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 287 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 299 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 311 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 329 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 347 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 365 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 383 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 500 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() 522 clear_tail(d, opr_sz, simd_maxsz(desc)); in HELPER() [all …]
|
H A D | crypto_helper.c | 45 clear_tail(vd, opr_sz, max_sz); in clear_tail_16() 76 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER() 101 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER() 124 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER() 147 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER() 634 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER() 667 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER() 678 clear_tail(vd, opr_sz, simd_maxsz(desc)); in HELPER()
|
H A D | vec_internal.h | 69 static inline void clear_tail(void *vd, uintptr_t opr_sz, uintptr_t max_sz) in clear_tail() function
|
H A D | neon_helper.c | 129 clear_tail(d, opr_sz, simd_maxsz(desc)); \ 141 clear_tail(d, opr_sz, simd_maxsz(desc)); \ 154 clear_tail(d, opr_sz, simd_maxsz(desc)); \
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 1470 u16 clear_tail = req->clear_tail; in hfi1_kern_exp_rcv_setup() local 1479 if (!CIRC_SPACE(req->setup_head, clear_tail, MAX_FLOWS) || in hfi1_kern_exp_rcv_setup() 1480 CIRC_CNT(req->setup_head, clear_tail, MAX_FLOWS) >= in hfi1_kern_exp_rcv_setup() 1556 struct tid_rdma_flow *flow = &req->flows[req->clear_tail]; in hfi1_kern_exp_rcv_clear() 1564 if (!CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) in hfi1_kern_exp_rcv_clear() 1580 req->clear_tail = (req->clear_tail + 1) & (MAX_FLOWS - 1); in hfi1_kern_exp_rcv_clear() 1600 while (CIRC_CNT(req->setup_head, req->clear_tail, MAX_FLOWS)) { in hfi1_kern_exp_rcv_clear_all() 1688 tail = req->clear_tail; in find_flow_ib() 1936 req->clear_tail = req->setup_head; in tid_rdma_rcv_read_request() 2118 if (req->clear_tail == req->setup_head) in tid_rdma_rcv_error() [all …]
|
H A D | tid_rdma.h | 109 u16 clear_tail; /* flow index we are clearing */ member
|
H A D | trace_tid.h | 1060 __field(u16, clear_tail) 1082 __entry->clear_tail = req->clear_tail; 1105 __entry->clear_tail,
|
H A D | rc.c | 715 req->setup_head = req->clear_tail; in hfi1_make_rc_req() 798 req->clear_tail = req->setup_head; in hfi1_make_rc_req() 807 req->flow_idx = req->clear_tail; in hfi1_make_rc_req()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 3182 goto clear_tail; in do_gvec_shifts() 3226 goto clear_tail; in do_gvec_shifts() 3255 clear_tail: in do_gvec_shifts()
|