/qemu/hw/scsi/ |
H A D | scsi-disk.c | 3212 SCSIDeviceClass *sc = SCSI_DEVICE_CLASS(klass); in scsi_hd_class_initfn() local 3214 sc->realize = scsi_hd_realize; in scsi_hd_class_initfn() 3215 sc->unrealize = scsi_unrealize; in scsi_hd_class_initfn() 3216 sc->alloc_req = scsi_new_request; in scsi_hd_class_initfn() 3253 SCSIDeviceClass *sc = SCSI_DEVICE_CLASS(klass); in scsi_cd_class_initfn() local 3255 sc->realize = scsi_cd_realize; in scsi_cd_class_initfn() 3256 sc->alloc_req = scsi_new_request; in scsi_cd_class_initfn() 3289 SCSIDeviceClass *sc = SCSI_DEVICE_CLASS(klass); in scsi_block_class_initfn() local 3292 sc->realize = scsi_block_realize; in scsi_block_class_initfn() 3293 sc->alloc_req = scsi_block_new_request; in scsi_block_class_initfn() [all …]
|
/qemu/hw/arm/ |
H A D | npcm7xx_boards.c | 449 NPCM7xxClass *sc = NPCM7XX_CLASS(object_class_by_name(type)); in npcm7xx_set_soc_type() local 453 mc->default_cpus = mc->min_cpus = mc->max_cpus = sc->num_cpus; in npcm7xx_set_soc_type()
|
/qemu/target/ppc/ |
H A D | kvm.c | 1384 uint32_t sc = debug_inst_opcode; in kvm_arch_insert_sw_breakpoint() local 1387 sizeof(sc), 0) || in kvm_arch_insert_sw_breakpoint() 1388 cpu_memory_rw_debug(cs, bp->pc, (uint8_t *)&sc, sizeof(sc), 1)) { in kvm_arch_insert_sw_breakpoint() 1397 uint32_t sc; in kvm_arch_remove_sw_breakpoint() local 1399 if (cpu_memory_rw_debug(cs, bp->pc, (uint8_t *)&sc, sizeof(sc), 0) || in kvm_arch_remove_sw_breakpoint() 1400 sc != debug_inst_opcode || in kvm_arch_remove_sw_breakpoint() 1402 sizeof(sc), 1)) { in kvm_arch_remove_sw_breakpoint()
|
H A D | insn64.decode | 226 # sc
|
H A D | insn32.decode | 1287 &X_sync l sc 1288 @X_sync ...... .. l:3 ... sc:2 ..... .......... . &X_sync
|
H A D | translate.c | 5865 GEN_HANDLER(sc, 0x11, 0x11, 0xFF, 0x03FFF01D, PPC_FLOW), 5866 GEN_HANDLER(sc, 0x11, 0x01, 0xFF, 0x03FFF01D, PPC_FLOW),
|
/qemu/target/i386/ |
H A D | cpu.h | 2318 SegmentCache *sc; in cpu_x86_load_seg_cache() local 2321 sc = &env->segs[seg_reg]; in cpu_x86_load_seg_cache() 2322 sc->selector = selector; in cpu_x86_load_seg_cache() 2323 sc->base = base; in cpu_x86_load_seg_cache() 2324 sc->limit = limit; in cpu_x86_load_seg_cache() 2325 sc->flags = flags; in cpu_x86_load_seg_cache()
|
/qemu/linux-user/ppc/ |
H A D | vdso.S | 31 sc
|
/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 177 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, in load_seg_cache_raw_dt() argument 180 sc->base = get_seg_base(e1, e2); in load_seg_cache_raw_dt() 181 sc->limit = get_seg_limit(e1, e2); in load_seg_cache_raw_dt() 182 sc->flags = e2; in load_seg_cache_raw_dt() 1448 selector, (unsigned long)sc->base, sc->limit, sc->flags); in helper_load_seg()
|
/qemu/target/mips/tcg/ |
H A D | translate.h | 44 bool sc; member
|
H A D | translate.c | 5308 CP0_CHECK(ctx->sc); in gen_mfc0() 5314 CP0_CHECK(ctx->sc); in gen_mfc0() 5320 CP0_CHECK(ctx->sc); in gen_mfc0() 6041 CP0_CHECK(ctx->sc); in gen_mtc0() 6046 CP0_CHECK(ctx->sc); in gen_mtc0() 6051 CP0_CHECK(ctx->sc); in gen_mtc0() 6793 CP0_CHECK(ctx->sc); in gen_dmfc0() 6798 CP0_CHECK(ctx->sc); in gen_dmfc0() 6803 CP0_CHECK(ctx->sc); in gen_dmfc0() 7507 CP0_CHECK(ctx->sc); in gen_dmtc0() [all …]
|
H A D | nanomips_translate.c.inc | 1418 uint8_t sc = extract32(ctx->opcode, 10, 1); 1421 switch (sc) {
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1778 uint32_t sc = extract32(env->regs[0], 8, 8); in do_csst() local 1784 if (fc > 1 || sc > 3) { in do_csst() 1788 if (fc > 2 || sc > 4 || (fc == 2 && (r3 & 1))) { in do_csst() 1794 if (extract32(a1, 0, fc + 2) || extract32(a2, 0, sc)) { in do_csst() 1799 probe_write(env, a2, 1 << sc, mem_idx, ra); in do_csst() 1814 (HAVE_ATOMIC128_RW ? 0 : sc > max)) { in do_csst() 1900 switch (sc) { in do_csst()
|
/qemu/target/m68k/ |
H A D | softfloat.c | 2310 floatx80 fp0, fp1, fp2, fp3, l2, sc, onebysc; in floatx80_etoxm1() local 2424 sc = packFloatx80(0, m + 0x3FFF, one_sig); in floatx80_etoxm1() 2429 a = floatx80_mul(fp0, sc, status); in floatx80_etoxm1() 2520 sc = packFloatx80(1, 1, one_sig); in floatx80_etoxm1() 2527 fp0 = floatx80_add(fp0, sc, status); in floatx80_etoxm1() 2539 a = floatx80_add(fp0, sc, status); in floatx80_etoxm1()
|
/qemu/hw/i2c/ |
H A D | aspeed_i2c.c | 1397 I2CSlaveClass *sc = I2C_SLAVE_CLASS(klass); in aspeed_i2c_bus_slave_class_init() local 1401 sc->event = aspeed_i2c_bus_slave_event; in aspeed_i2c_bus_slave_class_init() 1402 sc->send_async = aspeed_i2c_bus_slave_send_async; in aspeed_i2c_bus_slave_class_init()
|
/qemu/tests/qtest/ |
H A D | ufs-test.c | 234 req_upiu.sc.exp_data_transfer_len = cpu_to_be32(data_len); in ufs_send_scsi_command() 235 memcpy(req_upiu.sc.cdb, cdb, UFS_CDB_SIZE); in ufs_send_scsi_command()
|
/qemu/include/block/ |
H A D | ufs.h | 546 UtpUpiuCmd sc; member
|
/qemu/linux-user/ |
H A D | strace.c | 1662 print_syscall_prologue(const struct syscallname *sc) in print_syscall_prologue() argument 1664 qemu_log("%s(", sc->name); in print_syscall_prologue() 1669 print_syscall_epilogue(const struct syscallname *sc) in print_syscall_epilogue() argument 1671 (void)sc; in print_syscall_epilogue()
|
/qemu/hw/ufs/ |
H A D | ufs.c | 869 trace_ufs_exec_scsi_cmd(req->slot, lun, req->req_upiu.sc.cdb[0]); in ufs_exec_scsi_cmd()
|