/qemu/tests/qtest/ |
H A D | pnv-xive2-common.h | 12 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument 13 #define PPC_BIT32(bit) (0x80000000 >> (bit)) argument 14 #define PPC_BIT8(bit) (0x80 >> (bit)) argument
|
H A D | pnv-host-i2c-test.c | 15 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument 16 #define PPC_BIT32(bit) (0x80000000 >> (bit)) argument 17 #define PPC_BIT8(bit) (0x80 >> (bit)) argument
|
/qemu/target/ppc/ |
H A D | misc_helper.c | 89 static void raise_hv_fu_exception(CPUPPCState *env, uint32_t bit, in raise_hv_fu_exception() 101 static void raise_fu_exception(CPUPPCState *env, uint32_t bit, in raise_fu_exception() 115 void helper_hfscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_hfscr_facility_check() 126 void helper_fscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_fscr_facility_check() 138 void helper_msr_facility_check(CPUPPCState *env, uint32_t bit, in helper_msr_facility_check() 153 static void helper_mmcr0_facility_check(CPUPPCState *env, uint32_t bit, in helper_mmcr0_facility_check()
|
/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 516 uint8_t bit; in qmp_decode_status() local 533 uint64_t bit; in qmp_decode_protocols() local 551 uint64_t bit; in qmp_decode_features() local
|
/qemu/chardev/ |
H A D | char-mux.c | 173 unsigned int bit; in mux_proc_byte() local 254 int bit; in mux_chr_send_all_event() local 288 int bit; in char_mux_finalize() local 317 unsigned int bit; in mux_chr_attach_frontend() local
|
/qemu/hw/nvram/ |
H A D | xlnx-efuse.c | 44 bool xlnx_efuse_get_bit(XlnxEFuse *s, unsigned int bit) in xlnx_efuse_get_bit() 95 static void efuse_bdrv_sync(XlnxEFuse *s, unsigned int bit) in efuse_bdrv_sync() 144 bool xlnx_efuse_set_bit(XlnxEFuse *s, unsigned int bit) in xlnx_efuse_set_bit()
|
H A D | xlnx-versal-efuse-ctrl.c | 280 uint32_t row = 0, bit; in efuse_anchor_bits_check() local 360 static uint32_t efuse_bit_locked(XlnxVersalEFuseCtrl *s, uint32_t bit) in efuse_bit_locked() 382 static bool efuse_pgm_locked(XlnxVersalEFuseCtrl *s, unsigned int bit) in efuse_pgm_locked() 427 unsigned bit = val64; in efuse_pgm_addr_postw() local 469 unsigned bit = val64; in efuse_rd_addr_postw() local
|
/qemu/ui/ |
H A D | cursor.c | 136 uint8_t bit; in cursor_set_mono() local 203 uint8_t bit; in cursor_get_mono_mask() local
|
/qemu/include/hw/ppc/ |
H A D | spapr_ovec.h | 44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) argument
|
/qemu/target/loongarch/ |
H A D | vec.h | 65 #define DO_BITCLR(a, bit) (a & ~(1ull << bit)) argument 66 #define DO_BITSET(a, bit) (a | 1ull << bit) argument 67 #define DO_BITREV(a, bit) (a ^ (1ull << bit)) argument
|
/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 67 static void cpu_misa_ext_add_user_opt(uint32_t bit, bool value) in cpu_misa_ext_add_user_opt() 73 static void riscv_cpu_write_misa_bit(RISCVCPU *cpu, uint32_t bit, in riscv_cpu_write_misa_bit() 510 uint32_t bit = g_misa_bits[i]; in riscv_cpu_validate_g() local 911 uint32_t bit = misa_bits[i]; in riscv_cpu_validate_profile() local 1308 int bit = misa_cfg->misa_bit; in riscv_cpu_add_misa_properties() local 1380 uint32_t bit = misa_bits[i]; in cpu_set_profile() local
|
/qemu/include/hw/ssi/ |
H A D | pnv_spi_regs.h | 17 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument 18 #define PPC_BIT8(bit) (0x80 >> (bit)) argument
|
/qemu/include/hw/nvram/ |
H A D | xlnx-efuse.h | 120 static inline uint32_t xlnx_efuse_get_row(XlnxEFuse *s, unsigned int bit) in xlnx_efuse_get_row()
|
/qemu/tests/tcg/s390x/ |
H A D | float.h | 100 size_t bit = 1 + e_bits[fmt]; in snan_to_qnan() local
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2.py | 101 def cmd_set_feature_bit(fd, group, bit): argument
|
/qemu/linux-user/s390x/ |
H A D | target_proc.h | 29 unsigned int bit; in show_facilities() local
|
/qemu/include/net/ |
H A D | checksum.h | 92 register uint8_t bit; in net_toeplitz_add() local
|
/qemu/target/s390x/tcg/ |
H A D | vec_helper.c | 30 uint16_t bit; in HELPER() local
|
/qemu/tests/unit/ |
H A D | test-image-locking.c | 66 uint64_t bit = (1ULL << i); in check_locked_bytes() local
|
H A D | test-hbitmap.c | 40 int bit; in hbitmap_test_check() local 154 int bit = first & (BITS_PER_LONG - 1); in hbitmap_test_set() local 173 int bit = first & (BITS_PER_LONG - 1); in hbitmap_test_reset() local 208 int bit = i & (BITS_PER_LONG - 1); in hbitmap_test_check_get() local
|
/qemu/rust/qemu-api/src/ |
H A D | bitops.rs | 38 fn bit(start: u32) -> Self in bit() method
|
/qemu/hw/misc/ |
H A D | sifive_u_otp.c | 35 #define SET_FUSEARRAY_BIT(map, i, off, bit) \ argument
|
H A D | lasi.c | 229 uint32_t bit = 1u << irq; in lasi_set_irq() local
|
/qemu/hw/arm/ |
H A D | armv7m.c | 43 int bitpos, bit; in bitband_read() local 68 int bitpos, bit; in bitband_write() local
|
H A D | exynos4210.c | 256 #define EXYNOS4210_COMBINER_GET_IRQ_NUM(grp, bit) ((grp) * 8 + (bit)) argument 337 uint32_t grp, bit, irq_id, n; in exynos4210_init_board_irqs() local 447 uint32_t exynos4210_get_irq(uint32_t grp, uint32_t bit) in exynos4210_get_irq()
|