Searched full:detection (Results 1 – 25 of 67) sorted by relevance
123
/qemu/tcg/mips/ |
H A D | tcg-target-has.h | 11 /* MOVN/MOVZ instructions detection */ 20 /* MIPS32 instruction set detection */ 27 /* MIPS32R2 instruction set detection */ 34 /* MIPS32R6 instruction set detection */
|
/qemu/include/qemu/ |
H A D | tsan.h | 39 * This has the effect of disabling race detection for this section of code. 47 * WRITES. This has the effect of disabling race detection for this
|
/qemu/migration/ |
H A D | multifd-zero-page.c | 2 * Multifd zero page detection implementation. 41 * multifd_send_zero_page_detect: Perform zero page detection on all pages.
|
/qemu/hw/char/ |
H A D | stm32l4x5_usart.c | 74 FIELD(CR2, LBDIE, 6, 1) /* LIN break detection interrupt enable */ 75 FIELD(CR2, LBDL, 5, 1) /* LIN break detection length */ 76 FIELD(CR2, ADDM7, 4, 1) /* 7-bit / 4-bit Address Detection */ 129 FIELD(ISR, LBDF, 8, 1) /* LIN break detection flag */ 135 FIELD(ISR, NF, 2, 1) /* START bit Noise detection flag */ 144 FIELD(ICR, LBDCF, 8, 1) /* LIN break detection clear flag */ 220 /* Check if overrun detection is enabled and if there is an overrun */ in stm32l4x5_usart_base_receive()
|
/qemu/include/hw/misc/ |
H A D | stm32l4x5_exti.h | 48 /* used for edge detection */
|
H A D | allwinner-h3-dramc.h | 84 MemoryRegion row_mirror; /**< Simulates rows for RAM size detection */
|
/qemu/tests/qemu-iotests/ |
H A D | 301.out | 13 == mismatched command line detection ==
|
H A D | 301 | 53 echo "== mismatched command line detection =="
|
H A D | 146 | 4 # Test VHD image format creator detection and override
|
H A D | 137 | 151 # Similarly we can test whether corruption detection has been enabled:
|
/qemu/include/hw/intc/ |
H A D | loongarch_pic_common.h | 57 uint64_t last_intirr; /* edge detection */
|
/qemu/include/hw/isa/ |
H A D | i8259_internal.h | 47 uint8_t last_irr; /* edge detection */
|
/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 43 * interface supports autonegotiation or auto-detection. 48 * auto-detection. 56 * @autoneg: Enable/disable autonegotiation and auto-detection; 266 * 0xff = off, link down detection according to standard 274 * link-detection is available, and for TX the PHY wakes up to send link pulses 864 * @ETHTOOL_C33_PSE_EXT_SUBSTATE_OPTION_DETECT_TED_DET_IN_PROCESS: Detection 869 * option_detect_ted is a variable indicating if detection can be performed 976 * enum ethtool_c33_pse_pw_d_status - power detection status of the PSE. 1020 * enum ethtool_podl_pse_pw_d_status - power detection status of the PoDL PSE. 2459 * @autoneg: Enable/disable autonegotiation and auto-detection; [all …]
|
/qemu/host/include/aarch64/host/ |
H A D | atomic128-ldst.h.inc | 22 * Anyway, this method allows runtime detection of FEAT_LSE2.
|
/qemu/util/ |
H A D | cacheflush.c | 22 * Operating system specific cache detection mechanisms. 117 * Architecture (+ OS) specific cache detection mechanisms.
|
/qemu/tests/functional/ |
H A D | test_ppc64_powernv.py | 102 # Device detection output driven by udev probing is sometimes cut off
|
/qemu/include/hw/sd/ |
H A D | allwinner-sdhost.h | 116 uint32_t startbit_detect; /**< eMMC DDR Start Bit Detection Control */
|
/qemu/target/loongarch/ |
H A D | cpu.c | 706 /* kvm feature detection in function kvm_arch_init_vcpu */ in loongarch_set_lsx() 710 /* LSX feature detection in TCG mode */ in loongarch_set_lsx() 742 /* kvm feature detection in function kvm_arch_init_vcpu */ in loongarch_set_lasx() 746 /* LASX feature detection in TCG mode */ in loongarch_set_lasx()
|
/qemu/hw/audio/ |
H A D | gusemu.h | 53 /* optional: 388,389 (at least writes should be forwarded or some GUS detection algorithms will fai…
|
/qemu/hw/sd/ |
H A D | allwinner-sdhost.c | 69 REG_SD_DSBD = 0x10C, /* eMMC DDR Start Bit Detection Control */ 561 case REG_SD_DSBD: /* eMMC DDR Start Bit Detection Control */ in allwinner_sdhost_read() 726 case REG_SD_DSBD: /* eMMC DDR Start Bit Detection Control */ in allwinner_sdhost_write()
|
/qemu/host/include/loongarch64/host/ |
H A D | bufferiszero.c.inc | 10 * vector support. Since we want runtime detection, use assembly.
|
/qemu/tests/qtest/ |
H A D | microbit-test.c | 144 /* MMA8653 magnetometer detection */ in test_microbit_i2c() 151 /* LSM303 accelerometer detection */ in test_microbit_i2c()
|
/qemu/hw/arm/ |
H A D | msf2-soc.c | 49 * dual error detection) feature and 64k with SECDED.
|
/qemu/include/hw/s390x/ |
H A D | css.h | 135 uint16_t migrated_schid; /* used for mismatch detection */
|
/qemu/roms/ |
H A D | Makefile | 25 # cross compiler auto detection
|
123