Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/qemugdb/
H A Dtimers.py38 def process_timerlist(self, tlist, ttype): argument
39 gdb.write("Processing %s timers\n" % (ttype))
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_mpc83xx.c93 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event() local
118 "Transfer Type", ttype, transfer[ttype]); in print_83xx_arb_event()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dcpu_init.c434 int ttype = (gd->arch.arbiter_event_attributes & AEATR_TTYPE) in print_83xx_arb_event() local
447 printf(" Transfer Type: 0x%02x = %s\n", ttype, transfer[ttype]); in print_83xx_arb_event()
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dfitimage.bbclass172 fd.write('\t\t\ttype = "kernel";\n')
197 fd.write('\t\t\ttype = "flat_dt";\n')
237 fd.write('\t\t\ttype = "ramdisk";\n')
259 fd.write('\t\t\ttype = "script";\n')
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1640 unsigned ttype = RISCV_IOMMU_FQ_TTYPE_PCIE_ATS_REQ; in riscv_iommu_translate() local
1643 ttype = RISCV_IOMMU_FQ_TTYPE_UADDR_WR; in riscv_iommu_translate()
1645 ttype = RISCV_IOMMU_FQ_TTYPE_UADDR_RD; in riscv_iommu_translate()
1648 riscv_iommu_report_fault(s, ctx, ttype, fault, enable_pid, in riscv_iommu_translate()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2184 TCGType ttype = TCG_TYPE_I32;
2198 ttype = s->addr_type;
2199 trexw = (ttype == TCG_TYPE_I32 ? 0 : P_REXW);
2223 tcg_out_mov(s, ttype, TCG_REG_L1, addr);