Searched refs:e2 (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/arch/mips/bcm47xx/
H A Dboard.c242 const struct bcm47xx_board_type_list2 *e2; local
261 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) {
262 if (!strstarts(buf1, e2->value1) &&
263 !strcmp(buf2, e2->value2))
264 return &e2->board;
293 for (e2 = bcm47xx_board_list_boot_hw; e2->value1; e2
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h68 const struct skl_ddb_entry *e2)
70 if (e1->start == e2->start && e1->end == e2->end)
67 skl_ddb_entry_equal(const struct skl_ddb_entry *e1, const struct skl_ddb_entry *e2) argument
/linux-master/scripts/kconfig/
H A Dexpr.c34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) argument
39 e->right.expr = e2;
52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) argument
55 return e2;
56 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1;
59 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) argument
62 return e2;
63 return e2 ? expr_alloc_two(E_OR, e1, e2)
140 #define e2 macro
244 #undef e2 macro
252 expr_eq(struct expr *e1, struct expr *e2) argument
431 expr_join_or(struct expr *e1, struct expr *e2) argument
495 expr_join_and(struct expr *e1, struct expr *e2) argument
599 #define e2 macro
650 #undef e2 macro
924 struct expr *e1, *e2; local
[all...]
H A Dexpr.h282 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
284 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
285 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2);
289 int expr_eq(struct expr *e1, struct expr *e2);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dcpuid_test.c75 const struct kvm_cpuid_entry2 *e1, *e2; local
83 e2 = &cpuid2->entries[i];
85 TEST_ASSERT(e1->function == e2->function &&
86 e1->index == e2->index && e1->flags == e2->flags,
89 e2->function, e2->index, e2->flags);
94 TEST_ASSERT(e1->eax == e2->eax && e1->ebx == e2
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c14 enum e2 { enum
20 typedef enum e2 e2_t;
172 enum e2 e;
178 enum e2 arr2[5];
257 enum e2 _2;
/linux-master/arch/x86/kvm/
H A Dcpuid.c170 static int kvm_cpuid_check_equal(struct kvm_vcpu *vcpu, struct kvm_cpuid_entry2 *e2, argument
181 if (e2[i].function != orig->function ||
182 e2[i].index != orig->index ||
183 e2[i].flags != orig->flags ||
184 e2[i].eax != orig->eax || e2[i].ebx != orig->ebx ||
185 e2[i].ecx != orig->ecx || e2[i].edx != orig->edx)
424 static int kvm_set_cpuid(struct kvm_vcpu *vcpu, struct kvm_cpuid_entry2 *e2, argument
429 __kvm_update_cpuid_runtime(vcpu, e2, nen
483 struct kvm_cpuid_entry2 *e2 = NULL; local
526 struct kvm_cpuid_entry2 *e2 = NULL; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c70 const struct xe_reg_sr_entry *e2)
76 if (e1->clr_bits & e2->clr_bits || e1->set_bits & e2->set_bits ||
77 e1->clr_bits & e2->set_bits || e1->set_bits & e2->clr_bits)
80 if (e1->reg.raw != e2->reg.raw)
69 compatible_entries(const struct xe_reg_sr_entry *e1, const struct xe_reg_sr_entry *e2) argument
/linux-master/tools/perf/tests/
H A Dpmu-events.c300 static int compare_pmu_events(const struct pmu_event *e1, const struct pmu_event *e2) argument
302 if (!is_same(e1->name, e2->name)) {
304 e1->name, e1->name, e2->name);
308 if (!is_same(e1->compat, e2->compat)) {
310 e1->name, e1->compat, e2->compat);
314 if (!is_same(e1->event, e2->event)) {
316 e1->name, e1->event, e2->event);
320 if (!is_same(e1->desc, e2->desc)) {
322 e1->name, e1->desc, e2->desc);
326 if (!is_same(e1->topic, e2
[all...]
/linux-master/drivers/mtd/ubi/
H A Dwl.c664 struct ubi_wl_entry *e1, *e2; local
724 e2 = get_peb_for_wl(ubi);
725 if (!e2)
730 dbg_wl("anchor-move PEB %d to PEB %d", e1->pnum, e2->pnum);
742 e2 = get_peb_for_wl(ubi);
743 if (!e2)
746 if (!(e2->ec - e1->ec >= UBI_WL_THRESHOLD)) {
748 e1->ec, e2->ec);
751 wl_tree_add(e2, &ubi->free);
758 e1->pnum, e1->ec, e2
[all...]
/linux-master/security/selinux/ss/
H A Debitmap.h127 int ebitmap_cmp(const struct ebitmap *e1, const struct ebitmap *e2);
130 const struct ebitmap *e2);
131 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2,
H A Debitmap.c28 int ebitmap_cmp(const struct ebitmap *e1, const struct ebitmap *e2) argument
32 if (e1->highbit != e2->highbit)
36 n2 = e2->node;
79 const struct ebitmap *e2)
88 if (ebitmap_get_bit(e2, bit)) {
213 * Check to see if all the bits set in e2 are also set in e1. Optionally,
214 * if last_e2bit is non-zero, the highest set bit in e2 cannot exceed
217 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, argument
223 if (e1->highbit < e2->highbit)
227 n2 = e2
78 ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) argument
[all...]
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c52 const struct hash_ipmac4_elem *e2,
55 return e1->ip == e2->ip && ether_addr_equal(e1->ether, e2->ether);
159 const struct hash_ipmac6_elem *e2,
162 return ipv6_addr_equal(&e1->ip.in6, &e2->ip.in6) &&
163 ether_addr_equal(e1->ether, e2->ether);
51 hash_ipmac4_data_equal(const struct hash_ipmac4_elem *e1, const struct hash_ipmac4_elem *e2, u32 *multi) argument
158 hash_ipmac6_data_equal(const struct hash_ipmac6_elem *e1, const struct hash_ipmac6_elem *e2, u32 *multi) argument
H A Dip_set_hash_mac.c42 const struct hash_mac4_elem *e2,
45 return ether_addr_equal(e1->ether, e2->ether);
41 hash_mac4_data_equal(const struct hash_mac4_elem *e1, const struct hash_mac4_elem *e2, u32 *multi) argument
/linux-master/samples/bpf/
H A Dtest_cls_bpf.sh6 -m 90:e2:ba:ff:ff:ff -d 192.168.0.1 -t 4
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c201 const struct nfs4_ff_layout_ds_err *e2)
205 if (e1->opnum != e2->opnum)
206 return e1->opnum < e2->opnum ? -1 : 1;
207 if (e1->status != e2->status)
208 return e1->status < e2->status ? -1 : 1;
209 ret = memcmp(e1->stateid.data, e2->stateid.data,
213 ret = memcmp(&e1->deviceid, &e2->deviceid, sizeof(e1->deviceid));
216 if (pnfs_end_offset(e1->offset, e1->length) < e2->offset)
218 if (e1->offset > pnfs_end_offset(e2->offset, e2
200 ff_ds_error_match(const struct nfs4_ff_layout_ds_err *e1, const struct nfs4_ff_layout_ds_err *e2) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h282 struct eth_classify_rules_ramrod_data e2; member in union:bnx2x_vf_sp::__anon708
286 struct eth_classify_rules_ramrod_data e2; member in union:bnx2x_vf_sp::__anon709
290 struct eth_classify_rules_ramrod_data e2; member in union:bnx2x_vf_sp::__anon710
294 struct eth_filter_rules_ramrod_data e2; member in union:bnx2x_vf_sp::__anon711
298 struct eth_multicast_rules_ramrod_data e2; member in union:bnx2x_vf_sp::__anon712
307 struct eth_rss_update_ramrod_data e2; member in union:bnx2x_vf_sp::__anon714
/linux-master/drivers/input/
H A Dff-core.c38 struct ff_effect *e2)
40 return e1->type == e2->type &&
42 e1->u.periodic.waveform == e2->u.periodic.waveform);
37 check_effects_compatible(struct ff_effect *e1, struct ff_effect *e2) argument
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S375 e2 .req q11
464 vmov e2, ctr
470 aes_encrypt ip, r6, e0, e1, e2, e3
508 veor \in2, \in2, e2
520 veor e2, e2, \in2
524 vst1.8 {e2-e3}, [r4]!
586 vld1.8 {e2}, [ip] // permute vector for ghash input
642 vld1.8 {e2}, [ip] // permute vector for ghash input
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c65 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \
71 .unpack = { e0, e1, e2, e3 }, \
88 /* name a r g b e0 e1 e2 e3 alpha tight cpp cnt ... */
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \
40 .element = { (e0), (e1), (e2), (e3) }, \
53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \
59 .element = { (e0), (e1), (e2), (e3) }, \
73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \
79 .element = { (e0), (e1), (e2), (e3)}, \
167 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \
173 .element = { (e0), (e1), (e2), 0 }, \
/linux-master/tools/perf/pmu-events/
H A Dmetric_test.py160 Expression.__eq__ = lambda e1, e2: e1.Equals(e2)
/linux-master/tools/bpf/bpftool/
H A Dcfg.c362 struct edge_node *e, *e2; local
364 list_for_each_entry_safe(e, e2, &bb->e_prevs, l) {
369 list_for_each_entry_safe(e, e2, &bb->e_succs, l) {
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c563 int e1, e2, wstatus; local
596 e2 = rcheck(wstatus, "client");
598 return e1 ? e1 : e2;
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S55 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73)
62 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d)
111 .long R(a7, de, de, 79), R(bc, 5e, 5e, e2)
190 .long R(ab, 73, d3, 23), R(72, 4b, 02, e2)
197 .long R(f3, 07, f2, f0), R(4e, 69, e2, a1)
224 .long R(e2, 93, ba, 0a), R(c0, a0, 2a, e5)
286 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)

Completed in 464 milliseconds

123