Home
last modified time | relevance | path

Searched full:exact (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/openbmc/qemu/tests/fp/
H A Dfp-test.c171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat() argument
267 test_a_f16_z_ui32_rx(slow_f16_to_ui32, qemu_f16_to_ui32, rmode, exact); in do_testfloat()
270 test_a_f16_z_ui64_rx(slow_f16_to_ui64, qemu_f16_to_ui64, rmode, exact); in do_testfloat()
273 test_a_f16_z_i32_rx(slow_f16_to_i32, qemu_f16_to_i32, rmode, exact); in do_testfloat()
276 test_a_f16_z_i64_rx(slow_f16_to_i64, qemu_f16_to_i64, rmode, exact); in do_testfloat()
280 qemu_f16_to_ui32_r_minMag, exact); in do_testfloat()
284 qemu_f16_to_ui64_r_minMag, exact); in do_testfloat()
288 exact); in do_testfloat()
292 exact); in do_testfloat()
307 test_az_f16_rx(slow_f16_roundToInt, qemu_f16_roundToInt, rmode, exact); in do_testfloat()
[all …]
H A Dwrap.c.inc165 /* Note: exact is ignored since qemu's softfloat assumes it is set */
167 static fast_type name(type##_t a, uint_fast8_t round, bool exact) \
194 /* Note: exact is ignored since qemu's softfloat assumes it is set */
196 static fast_type name(type##_t a, bool exact) \
323 /* Note: exact is ignored since qemu's softfloat assumes it is set */
326 bool exact) \
339 /* Note: exact is ignored since qemu's softfloat assumes it is set */
341 static fast_type name(const extFloat80_t *ap, bool exact) \
355 /* Note: exact is ignored since qemu's softfloat assumes it is set */
358 bool exact) \
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics23 See the network driver for the exact meaning of when this
51 packet processing. See the network driver for the exact
60 See the network driver for the exact meaning of this value.
68 network device. See the network driver for the exact
79 the exact meaning of this value.
88 exact meaning of this value.
97 driver for the exact meaning of this value.
114 (e.g: larger than MTU). See the network driver for the exact
132 a medium collision). See the network driver for the exact
141 device. See the network driver for the exact meaning of this
[all …]
/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.c128 {0x548, "MAC01ADDR1", "MAC exact match address 1, part 1", ACC_RW, 0x00000000},
129 {0x54C, "MAC01ADDR2", "MAC exact match address 1, part 2", ACC_RW, 0x00000000},
130 {0x550, "MAC02ADDR1", "MAC exact match address 2, part 1", ACC_RW, 0x00000000},
131 {0x554, "MAC02ADDR2", "MAC exact match address 2, part 2", ACC_RW, 0x00000000},
132 {0x558, "MAC03ADDR1", "MAC exact match address 3, part 1", ACC_RW, 0x00000000},
133 {0x55C, "MAC03ADDR2", "MAC exact match address 3, part 2", ACC_RW, 0x00000000},
134 {0x560, "MAC04ADDR1", "MAC exact match address 4, part 1", ACC_RW, 0x00000000},
135 {0x564, "MAC04ADDR2", "MAC exact match address 4, part 2", ACC_RW, 0x00000000},
136 {0x568, "MAC05ADDR1", "MAC exact match address 5, part 1", ACC_RW, 0x00000000},
137 {0x56C, "MAC05ADDR2", "MAC exact match address 5, part 2", ACC_RW, 0x00000000},
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst130 * ``field_exact``: Exact match on a specific field.
131 * ``field_exact_mask``: Exact match on a specific field after masking.
184 match: { meta.vr_id: exact,
187 meta.lpm_prefix: exact },
198 router interface (RIF), yet the exact MAC address is not known. The local
207 match: { meta.rif_port: exact,
208 ipv4.dst_addr: exact},
226 match: { meta.adj_index: exact,
227 meta.adj_group_size: exact,
228 meta.packet_hash_index: exact },
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c523 u32 exact, mask; in nfp_fl_set_eth() local
531 exact = act->mangle.val; in nfp_fl_set_eth()
533 if (exact & ~mask) { in nfp_fl_set_eth()
538 nfp_fl_set_helper32(exact, mask, &set_eth->eth_addr_val[off], in nfp_fl_set_eth()
564 __be32 exact, mask; in nfp_fl_set_ip4() local
568 exact = (__force __be32)act->mangle.val; in nfp_fl_set_ip4()
570 if (exact & ~mask) { in nfp_fl_set_ip4()
579 set_ip_addr->ipv4_dst |= exact & mask; in nfp_fl_set_ip4()
587 set_ip_addr->ipv4_src |= exact & mask; in nfp_fl_set_ip4()
594 ttl_word = (struct ipv4_ttl_word *)&exact; in nfp_fl_set_ip4()
[all …]
/openbmc/bmcweb/
H A DOWNERS82 - exact: redfish-core/include/query.hpp
85 - exact: redfish-core/include/utils/query_param.hpp
88 - exact: redfish-core/lib/certificate_service.hpp
91 - exact: redfish-core/lib/log_services.hpp
94 - exact: redfish-core/lib/memory.hpp
97 - exact: redfish-core/lib/sensors.hpp
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dgettimeofday.S66 * Exact prototype of gettimeofday
76 * Exact prototype of clock_gettime()
86 * Exact prototype of clock_gettime64()
98 * Exact prototype of clock_getres()
109 * Exact prototype of time()
/openbmc/qemu/docs/system/
H A Dauthz.rst61 based on an exact match against a single identity. This is useful when it is
99 matches. The match can either be done as an exact string comparison, or can
112 { "match": "fred", "policy": "allow", "format": "exact" },
113 { "match": "bob", "policy": "allow", "format": "exact" },
114 { "match": "danb", "policy": "deny", "format": "exact" },
158 { "match": "fred", "policy": "allow", "format": "exact" },
159 { "match": "bob", "policy": "allow", "format": "exact" },
160 { "match": "danb", "policy": "deny", "format": "exact" },
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h103 /* The number of Exact Match registers */
830 u32 mac01addr1; /* 0x.548 - MAC exact match address 1, part 1 */
831 u32 mac01addr2; /* 0x.54c - MAC exact match address 1, part 2 */
832 u32 mac02addr1; /* 0x.550 - MAC exact match address 2, part 1 */
833 u32 mac02addr2; /* 0x.554 - MAC exact match address 2, part 2 */
834 u32 mac03addr1; /* 0x.558 - MAC exact match address 3, part 1 */
835 u32 mac03addr2; /* 0x.55c - MAC exact match address 3, part 2 */
836 u32 mac04addr1; /* 0x.560 - MAC exact match address 4, part 1 */
837 u32 mac04addr2; /* 0x.564 - MAC exact match address 4, part 2 */
838 u32 mac05addr1; /* 0x.568 - MAC exact match address 5, part 1 */
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dsmovecr.S87 bra no_finx |if 3, it is exact
92 bra no_finx |if 3, it is exact
97 bra no_finx |if 3, it is exact
109 ble no_finx |if 0 - 7, it is exact
116 ble no_finx |if 0 - 7, it is exact
123 ble no_finx |if 0 - 7, it is exact
/openbmc/qemu/qapi/
H A Dauthz.json28 # @exact: an exact string match
36 'data': ['exact', 'glob']}
47 # @format: the format of the @match rule (default 'exact')
/openbmc/qemu/tests/unit/
H A Dtest-authz-listfile.c89 " \"format\": \"exact\" } ]," in test_authz_explicit_deny()
112 " \"format\": \"exact\" } ]," in test_authz_explicit_allow()
136 " \"format\": \"exact\" }," in test_authz_complex()
139 " \"format\": \"exact\" }," in test_authz_complex()
142 " \"format\": \"exact\" }," in test_authz_complex()
/openbmc/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py113 test(name="exact", size=SIZE, good=False)
115 test(name="exact-space", size=SIZE, good=False, leading=" ")
142 # Exact size, but trailing whitespace visible instead of newline
143 test(name="exact-trunc-whitespace", size=SIZE, arg=" ")
144 # Exact size, but trailing space and first arg char visible instead of newline.
145 test(name="exact-trunc-arg", size=SIZE, arg=" f")
/openbmc/qemu/include/authz/
H A Dlist.h52 * { "match": "fred", "policy": "allow", "format": "exact" },
53 * { "match": "bob", "policy": "allow", "format": "exact" },
54 * { "match": "danb", "policy": "deny", "format": "exact" },
H A Dlistfile.h65 * { "match": "fred", "policy": "allow", "format": "exact" },
66 * { "match": "bob", "policy": "allow", "format": "exact" },
67 * { "match": "danb", "policy": "deny", "format": "exact" },
/openbmc/u-boot/lib/
H A Dslre.c31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator
43 {"EXACT", 2, "d"}, /* Match exact string */
71 * EXACT data_offset data_length
72 * Try to match exact string. String is recorded in data section from
195 exact(struct slre *r, const char **re) in exact() function
202 emit(r, EXACT); in exact()
290 if (r->code[prev] == EXACT && r->code[prev + 2] > 1) { in quantifier()
292 emit(r, EXACT); in quantifier()
305 emit(r, EXACT); in exact_one_char()
406 exact(r, re); in compile()
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_86xx.h413 uint mac01addr1; /* 0x24548 - MAC exact match address 1, part 1 */
414 uint mac01addr2; /* 0x2454C - MAC exact match address 1, part 2 */
415 uint mac02addr1; /* 0x24550 - MAC exact match address 2, part 1 */
416 uint mac02addr2; /* 0x24554 - MAC exact match address 2, part 2 */
417 uint mac03addr1; /* 0x24558 - MAC exact match address 3, part 1 */
418 uint mac03addr2; /* 0x2455C - MAC exact match address 3, part 2 */
419 uint mac04addr1; /* 0x24560 - MAC exact match address 4, part 1 */
420 uint mac04addr2; /* 0x24564 - MAC exact match address 4, part 2 */
421 uint mac05addr1; /* 0x24568 - MAC exact match address 5, part 1 */
422 uint mac05addr2; /* 0x2456C - MAC exact match address 5, part 2 */
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/
H A Dfrontend.json49 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or…
57 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
65 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Dfrontend.json49 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line or…
57 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
65 …nts new cache line accesses, so that multiple back to back fetches to the exact same cache line an…
/openbmc/linux/include/uapi/linux/
H A Dbtf.h102 * The exact number of btf_enum is stored in the vlen (of the
118 * by multiple "struct btf_member". The exact number
142 * The exact number of btf_param is stored in the vlen (of the
191 * The exact number of btf_enum64 is stored in the vlen (of the
/openbmc/linux/tools/include/uapi/linux/
H A Dbtf.h102 * The exact number of btf_enum is stored in the vlen (of the
118 * by multiple "struct btf_member". The exact number
142 * The exact number of btf_param is stored in the vlen (of the
191 * The exact number of btf_enum64 is stored in the vlen (of the
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c492 dev_dbg(rvu->dev, "%s: No space in 4 way exact way, weight=%u\n", __func__, in rvu_npc_exact_alloc_mem_table_entry()
549 * @index: Index to exact CAM table.
563 dev_info(rvu->dev, "%s: No space in exact cam table, weight=%u\n", __func__, in rvu_npc_exact_alloc_cam_table_entry()
579 * rvu_exact_prepare_table_entry - Data for exact match table entry.
585 * Return: mdata for exact match table.
663 * rvu_exact_config_result_ctrl - Set exact table hash control
665 * @depth: Depth of Exact match table.
690 * rvu_exact_config_table_mask - Set exact table mask.
730 * rvu_npc_exact_has_match_table - Checks support for exact match.
732 * Return: True if exact match table is supported/enabled.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dpwm-clock.yaml20 description: Exact output frequency, in case the PWM period is not exact
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c143 "Conntrack eth_proto is not exact-match; mask %04x\n", in efx_tc_ct_parse_match()
157 "Conntrack ip_proto is not exact-match; mask %02x\n", in efx_tc_ct_parse_match()
186 "Conntrack ipv4.src is not exact-match; mask %08x\n", in efx_tc_ct_parse_match()
193 "Conntrack ipv4.dst is not exact-match; mask %08x\n", in efx_tc_ct_parse_match()
204 "Conntrack ipv6.src is not exact-match; mask %pI6\n", in efx_tc_ct_parse_match()
211 "Conntrack ipv6.dst is not exact-match; mask %pI6\n", in efx_tc_ct_parse_match()
228 "Conntrack ports.src is not exact-match; mask %04x\n", in efx_tc_ct_parse_match()
235 "Conntrack ports.dst is not exact-match; mask %04x\n", in efx_tc_ct_parse_match()

12345678910>>...61