Searched +full:attr +full:- +full:cnt +full:- +full:name (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/dma/ |
H A D | xlnx-zdma.c | 30 #include "hw/dma/xlnx-zdma.h" 32 #include "hw/qdev-properties.h" 156 FIELD(ZDMA_CH_RATE_CTRL, CNT, 0, 12) 171 FIELD(ZDMA_CH_RATE_CNTL, CNT, 0, 12) 173 FIELD(ZDMA_CH_IRQ_SRC_ACCT, CNT, 0, 8) 175 FIELD(ZDMA_CH_IRQ_DST_ACCT, CNT, 0, 8) 213 pending = s->regs[R_ZDMA_CH_ISR] & ~s->regs[R_ZDMA_CH_IMR]; in zdma_ch_imr_update_irq() 215 qemu_set_irq(s->irq_zdma_ch_imr, pending); in zdma_ch_imr_update_irq() 220 XlnxZDMA *s = XLNX_ZDMA(reg->opaque); in zdma_ch_isr_postw() 226 XlnxZDMA *s = XLNX_ZDMA(reg->opaque); in zdma_ch_ien_prew() [all …]
|
H A D | xlnx_csu_dma.c | 25 #include "hw/qdev-properties.h" 36 * https://www.xilinx.com/html_docs/registers/ug1087/ug1087-zynq-ultrascale-registers 121 paused = !!(s->regs[R_CTRL] & R_CTRL_PAUSE_STRM_MASK); in xlnx_csu_dma_is_paused() 122 paused |= !!(s->regs[R_CTRL] & R_CTRL_PAUSE_MEM_MASK); in xlnx_csu_dma_is_paused() 129 return s->r_size_last_word; in xlnx_csu_dma_get_eop() 134 return !!(s->regs[R_CTRL] & R_CTRL_AXI_BRST_TYPE_MASK); in xlnx_csu_dma_burst_is_fixed() 139 return !!(s->regs[R_CTRL2] & R_CTRL2_TIMEOUT_EN_MASK); in xlnx_csu_dma_timeout_enabled() 144 int cnt; in xlnx_csu_dma_update_done_cnt() local 147 cnt = ARRAY_FIELD_EX32(s->regs, STATUS, DONE_CNT) + a; in xlnx_csu_dma_update_done_cnt() 148 ARRAY_FIELD_DP32(s->regs, STATUS, DONE_CNT, cnt); in xlnx_csu_dma_update_done_cnt() [all …]
|
/qemu/scripts/ |
H A D | checkpatch.pl | 5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 49 $P [OPTION]... [GIT-REV-LIST] 54 -q, --quiet quiet 55 --no-tree run without a qemu tree 56 --no-signoff do not check for 'Signed-off-by' line 57 --patch treat FILE as patchfile 58 --branch treat args as GIT revision list 59 --emacs emacs compile window format 60 --terse one line per report 61 -f, --file treat FILE as regular source file [all …]
|
/qemu/target/arm/ |
H A D | helper.c | 6 * SPDX-License-Identifier: GPL-2.0-or-later 14 #include "cpu-features.h" 15 #include "exec/page-protection.h" 16 #include "exec/mmap-lock.h" 17 #include "qemu/main-loop.h" 20 #include "qemu/qemu-print.h" 22 #include "exec/translation-block.h" 24 #include "system/cpu-timers.h" 29 #include "qemu/guest-random.h" 33 #include "semihosting/common-semi.h" [all …]
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 4 * Copyright (C) 2006-2008 Qumranet Technologies 11 * See the COPYING file in the top-level directory. 16 #include "qapi/qapi-events-run-state.h" 28 #include "standard-headers/asm-x86/kvm_para.h" 29 #include "hw/xen/interface/arch-x86/cpuid.h" 32 #include "host-cpu.h" 39 #include "../confidential-guest.h" 42 #include "xen-emu.h" 44 #include "hyperv-proto.h" 47 #include "qemu/host-utils.h" [all …]
|