Home
last modified time | relevance | path

Searched refs:expect2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_dscp_router.sh187 local expect2=0
191 expect2=10
198 ((expect2 == delta))
199 check_err $? "DSCP $dscpi@$dev2: Expected to capture $expect2 packets, got $delta."
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq-arm64-bits.h182 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
200 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER()
205 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[error3]) in RSEQ_TEMPLATE_IDENTIFIER()
217 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-ppc-bits.h208 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
230 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER()
238 RSEQ_ASM_OP_CMPEQ(v2, expect2, %l[error3]) in RSEQ_TEMPLATE_IDENTIFIER()
250 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-riscv-bits.h164 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
181 RSEQ_ASM_OP_CMPEQ(v2, expect2, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER()
186 RSEQ_ASM_OP_CMPEQ(v2, expect2, "%l[error3]") in RSEQ_TEMPLATE_IDENTIFIER()
198 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-x86-bits.h256 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
296 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
711 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
752 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq.h342 intptr_t *v2, intptr_t expect2, in rseq_cmpeqv_cmpeqv_storev() argument
349 return rseq_cmpeqv_cmpeqv_storev_relaxed_cpu_id(v, expect, v2, expect2, newv, cpu); in rseq_cmpeqv_cmpeqv_storev()
351 return rseq_cmpeqv_cmpeqv_storev_relaxed_mm_cid(v, expect, v2, expect2, newv, cpu); in rseq_cmpeqv_cmpeqv_storev()
H A Drseq-mips-bits.h191 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
234 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-arm-bits.h208 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
255 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-s390-bits.h200 intptr_t *v2, intptr_t expect2, in RSEQ_TEMPLATE_IDENTIFIER()
241 [expect2] "r" (expect2), in RSEQ_TEMPLATE_IDENTIFIER()
/openbmc/qemu/tests/unit/
H A Dtest-string-input-visitor.c110 int64_t expect2[] = { 32767, -32768, -32767 }; in test_visitor_in_intList() local
125 check_ilist(v, expect2, ARRAY_SIZE(expect2)); in test_visitor_in_intList()
218 uint64_t expect2[] = { 32767, -32768, -32767 }; in test_visitor_in_uintList() local
234 check_ulist(v, expect2, ARRAY_SIZE(expect2)); in test_visitor_in_uintList()
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c409 const int expect1[], const int expect2[]) in test_datapath() argument
445 ret |= sock_fanout_read(fds, rings, expect2); in test_datapath()