Home
last modified time | relevance | path

Searched refs:ie (Results 1 – 25 of 31) sorted by relevance

12

/qemu/tests/qtest/
H A Dufs-test.c278 ie = FIELD_DP32(ie, IE, UCCE, 1); in ufs_init()
279 ie = FIELD_DP32(ie, IE, UHESE, 1); in ufs_init()
280 ie = FIELD_DP32(ie, IE, UHXSE, 1); in ufs_init()
281 ie = FIELD_DP32(ie, IE, UPMSE, 1); in ufs_init()
308 ie = FIELD_DP32(ie, IE, UTRCE, 1); in ufs_init()
309 ie = FIELD_DP32(ie, IE, UEE, 1); in ufs_init()
310 ie = FIELD_DP32(ie, IE, UPMSE, 1); in ufs_init()
311 ie = FIELD_DP32(ie, IE, UHXSE, 1); in ufs_init()
312 ie = FIELD_DP32(ie, IE, UHESE, 1); in ufs_init()
314 ie = FIELD_DP32(ie, IE, UCCE, 1); in ufs_init()
[all …]
/qemu/hw/char/
H A Dsifive_uart.c56 if ((s->ie & SIFIVE_UART_IE_TXWM) || in sifive_uart_update_irq()
57 ((s->ie & SIFIVE_UART_IE_RXWM) && s->rx_fifo_len)) { in sifive_uart_update_irq()
87 return s->ie; in sifive_uart_read()
117 s->ie = val64; in sifive_uart_write()
209 s->ie = 0; in sifive_uart_reset_enter()
231 VMSTATE_UINT32(ie, SiFiveUARTState),
/qemu/block/monitor/
H A Dblock-hmp-cmds.c899 ImageEntry *ie; in hmp_info_snapshots() local
907 ie = g_new0(ImageEntry, 1); in hmp_info_snapshots()
908 ie->imagename = bdrv_get_device_name(bs1); in hmp_info_snapshots()
909 QTAILQ_INIT(&ie->snapshots); in hmp_info_snapshots()
910 QTAILQ_INSERT_TAIL(&image_list, ie, next); in hmp_info_snapshots()
914 QTAILQ_INSERT_TAIL(&ie->snapshots, se, next); in hmp_info_snapshots()
/qemu/linux-user/
H A Dsyscall.c5570 const IOCTLEntry *ie; in do_ioctl() local
5577 ie = ioctl_entries; in do_ioctl()
5586 ie++; in do_ioctl()
5589 if (ie->do_ioctl) { in do_ioctl()
5590 return ie->do_ioctl(ie, buf_temp, fd, cmd, arg); in do_ioctl()
7220 IOCTLEntry *ie; in _syscall1() local
7234 ie = ioctl_entries; in _syscall1()
7246 ie->target_cmd = (ie->target_cmd & in _syscall1()
7254 if (unlikely(ie->target_cmd != ie->host_cmd)) { in _syscall1()
7256 ie->name, ie->target_cmd, ie->host_cmd); in _syscall1()
[all …]
H A Dstrace.c959 const IOCTLEntry *ie; in print_syscall_ret_ioctl() local
964 for (ie = ioctl_entries; ie->target_cmd != 0; ie++) { in print_syscall_ret_ioctl()
970 if (ie->target_cmd == arg1 && in print_syscall_ret_ioctl()
971 (ie->access == IOC_R || ie->access == IOC_RW)) { in print_syscall_ret_ioctl()
972 arg_type = ie->arg_type; in print_syscall_ret_ioctl()
4107 const IOCTLEntry *ie; in print_ioctl() local
4112 for (ie = ioctl_entries; ie->target_cmd != 0; ie++) { in print_ioctl()
4113 if (ie->target_cmd == arg1) { in print_ioctl()
4118 if (ie->target_cmd == 0) { in print_ioctl()
4122 qemu_log("%s", ie->name); in print_ioctl()
[all …]
H A Duser-internals.h35 typedef abi_long do_ioctl_fn(const IOCTLEntry *ie, uint8_t *buf_temp,
/qemu/include/hw/char/
H A Dsifive_uart.h68 uint32_t ie; member
/qemu/linux-headers/LICENSES/exceptions/
H A DLinux-syscall-note21 is concerned is _this_ particular version of the license (ie v2, not
/qemu/hw/ppc/
H A Dppc405.h124 uint32_t ie; member
H A Dppc405_uc.c588 ret = gpt->ie; in ppc4xx_gpt_read()
649 gpt->ie = value & 0x0000F800; in ppc4xx_gpt_write()
694 gpt->ie = 0x00000000; in ppc405_gpt_reset()
/qemu/docs/specs/
H A Dacpi_erst.rst30 independent of, and runs before, kdump. In certain scenarios (ie.
186 A 'record_id' of all 0s or all 1s indicates an invalid record (ie. the
/qemu/hw/net/
H A Dtulip.c108 uint32_t ie = s->csr[5] & s->csr[7]; in tulip_update_int() local
113 if (ie & (CSR5_TI | CSR5_TU | CSR5_RI | CSR5_GTE | CSR5_ERI)) { in tulip_update_int()
117 if (ie & (CSR5_LC | CSR5_GPI | CSR5_FBE | CSR5_LNF | CSR5_ETI | CSR5_RWT | in tulip_update_int()
/qemu/target/mips/tcg/
H A Dtranslate.h38 int ie; member
/qemu/include/block/
H A Dufs.h18 uint32_t ie; member
81 REG32(IE, offsetof(UfsReg, ie))
/qemu/contrib/gitdm/
H A Dfiletypes.txt31 # ie. we want ltmain.sh -> 'build' instead of 'code'.
/qemu/qapi/
H A Ddump.json89 # format is conflict with paging and filter, ie. @paging, @begin
/qemu/docs/devel/
H A Dmemory.rst92 container itself (ie by its MMIO callbacks or RAM backing). However
249 If B had provided its own MMIO operations (ie it was not a pure container)
H A Dstyle.rst542 the sign bit (ie it is an arithmetic shift, not a logical shift)
/qemu/docs/
H A Digd-assign.txt8 In this mode the IGD device is added as a *secondary* (ie. non-primary)
/qemu/hw/ufs/
H A Dufs.c259 if ((u->reg.is & UFS_INTR_MASK) & u->reg.ie) { in ufs_irq_check()
346 u->reg.ie = data; in ufs_write_reg()
/qemu/fpu/
H A Dsoftfloat-specialize.c.inc603 * to return an input NaN if we have one (ie c) rather than generating
630 * an input NaN if we have one (ie c).
/qemu/target/arm/tcg/
H A Dneon-dp.decode93 # assembly the operands are listed "backwards", ie in the order
H A Dmve.decode86 # assembly the operands are listed "backwards", ie in the order
/qemu/docs/system/riscv/
H A Dsifive_u.rst310 the real hardware, ie: 5 cores (-smp 5) and 8 GiB memory (-m 8G).
/qemu/docs/interop/
H A Dqcow2.txt364 calculated as normal for the LUKS spec. ie the size of the LUKS

12