Home
last modified time | relevance | path

Searched refs:addr_type (Results 1 – 14 of 14) sorted by relevance

/openbmc/ipmitool/src/plugins/open/
H A Dopen.h49 int addr_type; member
82 int addr_type; member
88 int addr_type; member
H A Dopen.c169 .addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE, in ipmi_openipmi_send_cmd()
173 .addr_type = IPMI_IPMB_ADDR_TYPE, in ipmi_openipmi_send_cmd()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h486 typedef struct { char _[4096]; } addr_type; in chsc() typedef
493 : "=d" (cc), "=m" (*(addr_type *) chsc_area) in chsc()
494 : "d" (chsc_area), "m" (*(addr_type *) chsc_area) in chsc()
/openbmc/dbus-sensors/include/linux/
H A Dpeci-ioctl.h510 __u8 addr_type; member
549 __u8 addr_type; member
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c170 int busid, int addr_type, in mp_write_address_space() argument
180 mpe->mpe_addr_type = addr_type; in mp_write_address_space()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmpspec.h392 int busid, int addr_type,
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_pef.h675 uint8_t addr_type; member
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1684 TCGType addr_type = s->addr_type;
1727 tcg_out_opc_imm(s, addr_type == TCG_TYPE_I32 ? OPC_ADDIW : OPC_ADDI,
1734 tcg_out_movi(s, addr_type, TCG_REG_TMP1, compare_mask);
1740 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2,
1751 if (addr_type != TCG_TYPE_I32) {
1783 if (addr_type != TCG_TYPE_I32) {
1793 } else if (addr_type != TCG_TYPE_I32) {
/openbmc/qemu/include/tcg/
H A Dtcg.h367 TCGType addr_type; /* TCG_TYPE_I32 or TCG_TYPE_I64 */ member
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc1044 TCGType addr_type = s->addr_type;
1074 tcg_out_ld(s, addr_type, TCG_REG_TMP0, TCG_REG_TMP2,
1089 tcg_out_addi(s, addr_type, TCG_REG_TMP1, addr_reg, s_mask - a_mask);
1091 tcg_out_mov(s, addr_type, TCG_REG_TMP1, addr_reg);
1124 if (addr_type == TCG_TYPE_I32) {
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1796 enum AddrMode addr_type, in offset_sector() argument
1808 ceil = (addr_type == ADDR_MODE_LBA28) ? 0xfffffff : 0xffffffffffff; in offset_sector()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1095 TCGType addr_type = s->addr_type;
1155 cc = addr_type == TCG_TYPE_I32 ? BPCC_ICC : BPCC_XCC;
1181 if (addr_type == TCG_TYPE_I32) {
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1983 TCGType addr_type = s->addr_type;
2024 tgen_andi(s, addr_type, TCG_REG_R0, tlb_mask);
2032 if (addr_type == TCG_TYPE_I32) {
2046 if (addr_type == TCG_TYPE_I32) {
2068 if (addr_type == TCG_TYPE_I32) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch8287 -__new_page(hashp, addr, addr_type)
8290 - int32_t addr_type;
8291 +__new_page(HTAB *hashp, u_int32_t addr, int32_t addr_type)
8295 @@ -804,10 +779,7 @@ __new_page(hashp, addr, addr_type)
8346 -__put_page(hashp, pagep, addr_type, is_dirty)
8349 - int32_t addr_type, is_dirty;
8350 +__put_page(HTAB *hashp, PAGE16 *pagep, int32_t addr_type, int32_t is_dirty)
8354 @@ -924,10 +885,7 @@ __put_page(hashp, pagep, addr_type, is_dirty)
8358 -__get_page(hashp, addr, addr_type)
8361 - int32_t addr_type;
[all …]