Home
last modified time | relevance | path

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

12

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c178 static inline unsigned int get_seg_limit(uint32_t e1, uint32_t e2) in get_seg_limit()
189 static inline uint32_t get_seg_base(uint32_t e1, uint32_t e2) in get_seg_base()
195 uint32_t e2) in load_seg_cache_raw_dt()
257 uint32_t e1, e2; in tss_load_seg() local
314 uint32_t e2 = cpu_ldl_kernel_ra(env, ptr + 4, retaddr); in tss_set_busy() local
330 uint32_t e1, uint32_t e2, int source, in switch_tss_ra()
629 uint32_t e1, uint32_t e2, int source, in switch_tss()
637 static inline unsigned int get_sp_mask(unsigned int e2) in get_sp_mask()
693 uint32_t e1, e2, offset, ss = 0, ss_e1 = 0, ss_e2 = 0; in do_interrupt_protected() local
957 uint32_t e1, e2, e3, eflags; in do_interrupt64() local
[all …]
/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/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/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/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/phosphor-logging/test/openpower-pels/
H A Dstream_test.cpp76 uint16_t e2; in TEST() local
110 uint64_t e2; in TEST() 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/
Dip_set_hash_ipmac.c
Dip_set_hash_mac.c
Dip_set_hash_ip.c
/openbmc/qemu/target/i386/tcg/user/
H A Dseg_helper.c51 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/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h
/openbmc/linux/drivers/input/
Dff-core.c
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
Dcpuid_test.c
/openbmc/linux/arch/mips/bcm47xx/
Dboard.c
/openbmc/linux/drivers/gpu/drm/i915/display/
Dintel_wm_types.h
/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/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
940 float16 e2 = n[H2(i + 1)]; local
969 float32 e2 = n[H4(i + 1)]; in HELPER() local
998 float64 e2 = n[i + 1]; in HELPER() local
1032 float16 e2 = n[H2(i + flip)]; in HELPER() local
1071 float16 e2 = n[H2(j + flip)]; in HELPER() local
1100 float32 e2 = n[H4(i + flip)]; in HELPER() local
1139 float32 e2 = n[H4(j + flip)]; in HELPER() local
1168 float64 e2 = n[i + flip]; in HELPER() local
[all …]
/openbmc/linux/drivers/ata/pata_parport/
Dbpck.c
/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
/openbmc/u-boot/board/varisys/common/
H A Dsys_eeprom.c219 struct eeprom e2; in prog_eeprom() local
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h981 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
990 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
993 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
/openbmc/linux/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c233 struct eeprom e2; in prog_eeprom() local

12