Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/linux/scripts/kconfig/
H A Dexpr.c34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
52 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
59 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
140 #define e2 (*ep2) macro
252 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
431 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
495 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
599 #define e2 (*ep2) in expr_eliminate_dups1() macro
924 struct expr *e1, *e2; in expr_trans_compare() local
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
58 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
139 #define e2 (*ep2) macro
251 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
423 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
487 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
591 #define e2 (*ep2) in expr_eliminate_dups1() macro
916 struct expr *e1, *e2; in expr_trans_compare() local
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c176 uint32_t e1, e2; in tss_load_seg() local
871 uint32_t e1, e2, e3, ss; in do_interrupt64() local
1168 uint32_t e1, e2; in helper_lldt() local
1222 uint32_t e1, e2; in helper_ltr() local
1285 uint32_t e1, e2; in helper_load_seg() local
1874 uint32_t e2; in validate_seg() local
1904 uint32_t e1, e2, ss_e1, ss_e2; in helper_ret_protected() local
2121 uint32_t e1, e2; in helper_iret_protected() local
2229 uint32_t e1, e2, eflags, selector; in helper_lsl() local
2276 uint32_t e1, e2, eflags, selector; in helper_lar() local
[all …]
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.c38 unsigned int e1, e2; in bsd_i386_write_dt() local
52 uint32_t *p, e1, e2; in set_gate() local
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.c38 unsigned int e1, e2; in bsd_x86_64_write_dt() local
51 uint32_t *p, e1, e2; in set_gate64() local
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c39 unsigned int e1, e2; in write_dt() local
54 uint32_t *p, e1, e2; in set_gate64() local
74 uint32_t *p, e1, e2; in set_gate() local
/openbmc/linux/security/selinux/ss/
H A Debitmap.c31 int ebitmap_cmp(const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_cmp()
82 int ebitmap_and(struct ebitmap *dst, const struct ebitmap *e1, const struct ebitmap *e2) in ebitmap_and()
221 int ebitmap_contains(const struct ebitmap *e1, const struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dstream_test.cpp76 uint16_t e2; in TEST() local
110 uint64_t e2; in TEST() local
/openbmc/linux/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, \ argument
53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
167 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c170 static int kvm_cpuid_check_equal(struct kvm_vcpu *vcpu, struct kvm_cpuid_entry2 *e2, in kvm_cpuid_check_equal()
410 static int kvm_set_cpuid(struct kvm_vcpu *vcpu, struct kvm_cpuid_entry2 *e2, in kvm_set_cpuid()
465 struct kvm_cpuid_entry2 *e2 = NULL; in kvm_vcpu_ioctl_set_cpuid() local
508 struct kvm_cpuid_entry2 *e2 = NULL; in kvm_vcpu_ioctl_set_cpuid2() local
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_centralization.c9 #define VALIDATE_WIN_LENGTH(e1, e2, maxsize) \ argument
12 #define IS_WINDOW_OUT_BOUNDARY(e1, e2, maxsize) \ argument
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c52 const struct hash_ipmac4_elem *e2, in hash_ipmac4_data_equal()
159 const struct hash_ipmac6_elem *e2, in hash_ipmac6_data_equal()
H A Dip_set_hash_mac.c42 const struct hash_mac4_elem *e2, in hash_mac4_data_equal()
/openbmc/qemu/target/i386/tcg/user/
H A Dseg_helper.c52 uint32_t e2; in do_interrupt_user() local
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-postcopy-test63 def event_dist(e1, e2): argument
/openbmc/linux/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) { \ argument
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h282 struct eth_classify_rules_ramrod_data e2; member
286 struct eth_classify_rules_ramrod_data e2; member
290 struct eth_classify_rules_ramrod_data e2; member
294 struct eth_filter_rules_ramrod_data e2; member
298 struct eth_multicast_rules_ramrod_data e2; member
307 struct eth_rss_update_ramrod_data e2; member
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_buddy.c320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps()
325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains()
/openbmc/linux/drivers/input/
H A Dff-core.c38 struct ff_effect *e2) in check_effects_compatible()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dcpuid_test.c75 const struct kvm_cpuid_entry2 *e1, *e2; in compare_cpuids() local
/openbmc/linux/arch/mips/bcm47xx/
H A Dboard.c242 const struct bcm47xx_board_type_list2 *e2; in bcm47xx_board_get_nvram() local
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c245 uint16_t e2 = do_sqrdmlah_h(src1 >> 16, src2 >> 16, src3 >> 16, in HELPER() local
270 uint16_t e2 = do_sqrdmlah_h(src1 >> 16, src2 >> 16, src3 >> 16, in HELPER() local
743 float16 e2 = n[H2(i + 1)]; local
771 float32 e2 = n[H4(i + 1)]; in HELPER() local
799 float64 e2 = n[i + 1]; in HELPER() local
824 float16 e2 = n[H2(i + flip)]; in HELPER() local
860 float16 e2 = n[H2(j + flip)]; in HELPER() local
886 float32 e2 = n[H4(i + flip)]; in HELPER() local
922 float32 e2 = n[H4(j + flip)]; in HELPER() local
948 float64 e2 = n[i + flip]; in HELPER() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h68 const struct skl_ddb_entry *e2) in skl_ddb_entry_equal()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c678 struct ubi_wl_entry *e1, *e2; local
984 struct ubi_wl_entry *e2; local
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1470 def _eval_min(self, e1, e2): argument
1477 def _eval_max(self, e1, e2): argument
3246 def _make_and(e1, e2): argument
3268 def _make_or(e1, e2): argument

123