Home
last modified time | relevance | path

Searched refs:xd (Results 1 – 25 of 68) sorted by relevance

123

/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc1087 encode_xdj_insn(LoongArchInsn opc, TCGReg xd, TCGReg j)
1089 tcg_debug_assert(xd >= 0x20 && xd <= 0x3f);
1091 return encode_dj_slots(opc, xd & 0x1f, j);
1095 encode_xdjk_insn(LoongArchInsn opc, TCGReg xd, TCGReg j, TCGReg k)
1097 tcg_debug_assert(xd >= 0x20 && xd <= 0x3f);
1100 return encode_djk_slots(opc, xd & 0x1f, j, k);
1104 encode_xdjsk10_insn(LoongArchInsn opc, TCGReg xd, TCGReg j, int32_t sk10)
1106 tcg_debug_assert(xd >= 0x20 && xd <= 0x3f);
1109 return encode_djk_slots(opc, xd & 0x1f, j, sk10 & 0x3ff);
1113 encode_xdjsk11_insn(LoongArchInsn opc, TCGReg xd, TCGReg j, int32_t sk11)
[all …]
/openbmc/qemu/scripts/
H A Dxen-detect.c10 xendevicemodel_handle *xd; in main() local
13 xd = xendevicemodel_open(0, 0); in main()
14 xendevicemodel_pin_memory_cacheattr(xd, 0, 0, 0, 0); in main()
41 xendevicemodel_handle *xd; in main() local
43 xd = xendevicemodel_open(0, 0); in main()
44 xendevicemodel_close(xd); in main()
/openbmc/qemu/pc-bios/keymaps/
H A Dsv218 acute 0xd
219 dead_acute 0xd
220 grave 0xd shift
221 dead_grave 0xd shift
H A Dja80 # evdev 13 (0xd), QKeyCode "equal", number 0xd
H A Dmk80 # evdev 13 (0xd), QKeyCode "equal", number 0xd
H A Dar93 # evdev 13 (0xd), QKeyCode "equal", number 0xd
H A Dth80 # evdev 13 (0xd), QKeyCode "equal", number 0xd
H A Dru81 # evdev 13 (0xd), QKeyCode "equal", number 0xd
/openbmc/qemu/hw/ppc/
H A Dpnv_xscom.c248 PnvXScomInterface *xd = PNV_XSCOM_INTERFACE(child); in xscom_dt_child() local
249 PnvXScomInterfaceClass *xc = PNV_XSCOM_INTERFACE_GET_CLASS(xd); in xscom_dt_child()
255 _FDT((xc->dt_xscom(xd, args->fdt, args->xscom_offset))); in xscom_dt_child()
/openbmc/qemu/include/hw/ppc/
H A Dpnv_adu.h21 DeviceState xd; member
H A Dpnv_sbe.h34 DeviceState xd; member
H A Dpnv_occ.h42 DeviceState xd; member
/openbmc/u-boot/arch/arm/dts/
H A Drk3288-veyron-speedy-u-boot.dtsi8 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
H A Drk3288-evb.dts20 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
H A Drk3288-fennec.dts20 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
H A Drk3288-tinker.dts20 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
H A Darmada-38x-controlcenterdc.dts304 reg = <0xd>;
408 reg = <0xd>;
512 reg = <0xd>;
H A Drk3288-veyron-minnie.dts130 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
H A Drk3288-veyron-mickey.dts166 0x6 0x0 0x8 0x4 0x17 0x24 0xd 0x6
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_esel.robot127 …... ${IPMI_RAW_PREFIX}${rev_id_ls} 0x${rev_id_ms} 0 0 0 0 0 1 2 3 4 5 6 7 8 9 0xa 0xb 0xc 0xd 0xe…
142 …... ${IPMI_RAW_PREFIX}${rev_id_ls} 0x${rev_id_ms} 0 0 0 0 0 1 2 3 4 5 6 7 8 9 0xa 0xb 0xc 0xd 0xe…
/openbmc/u-boot/board/freescale/ls2080aqds/
H A DREADME195 #define XQSGMII_CARD_PHY4_PORT1_ADDR 0xd
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc176 SLT = 0xd,
261 MADDU = 0xd,
271 CTC2 = 0xd,
295 IRET = 0xd,
312 SDBBP = 0xd,
333 SWM32 = 0xd,
351 SDR = 0xd,
/openbmc/qemu/ui/
H A Dconsole-vc.c145 int xs, int ys, int xd, int yd, int w, int h) in qemu_console_bitblt() argument
152 xs, ys, 0, 0, xd, yd, w, h); in qemu_console_bitblt()
/openbmc/qemu/target/xtensa/core-lx106/
H A Dxtensa-modules.c.inc1223 0xd,
1468 case 0xd: t_0 = 0xd; break;
1506 case 0x40: r_0 = 0xd; break;
1544 case 0x40: r_0 = 0xd; break;
3849 slotbuf[0] = 0xd;
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot49 ${hex_ip} 0xa.0xb.0xc.0xd
537 0xa.0xb.0xc.0xd ${HTTP_BAD_REQUEST}

123