Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 25 of 91) sorted by relevance

1234

/qemu/target/ppc/
H A Dmisc_helper.c90 static void raise_hv_fu_exception(CPUPPCState *env, uint32_t bit, in raise_hv_fu_exception()
102 static void raise_fu_exception(CPUPPCState *env, uint32_t bit, in raise_fu_exception()
116 void helper_hfscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_hfscr_facility_check()
127 void helper_fscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_fscr_facility_check()
139 void helper_msr_facility_check(CPUPPCState *env, uint32_t bit, in helper_msr_facility_check()
/qemu/hw/virtio/
H A Dvirtio-qmp.c507 uint8_t bit; in qmp_decode_status() local
524 uint64_t bit; in qmp_decode_protocols() local
542 uint64_t bit; in qmp_decode_features() local
/qemu/ui/
H A Dcursor.c136 uint8_t bit; in cursor_set_mono() local
203 uint8_t bit; in cursor_get_mono_image() local
227 uint8_t bit; in cursor_get_mono_mask() local
/qemu/hw/nvram/
H A Dxlnx-efuse.c44 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 Dxlnx-versal-efuse-ctrl.c280 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/include/hw/ppc/
H A Dspapr_ovec.h44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) argument
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c57 static void cpu_misa_ext_add_user_opt(uint32_t bit, bool value) in cpu_misa_ext_add_user_opt()
63 static void riscv_cpu_write_misa_bit(RISCVCPU *cpu, uint32_t bit, in riscv_cpu_write_misa_bit()
340 uint32_t bit = g_misa_bits[i]; in riscv_cpu_validate_g() local
785 uint32_t bit = misa_bits[i]; in riscv_cpu_validate_profile() local
1015 int bit = misa_cfg->misa_bit; in riscv_cpu_add_misa_properties() local
1082 uint32_t bit = misa_bits[i]; in cpu_set_profile() local
/qemu/target/loongarch/
H A Dvec.h65 #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/include/hw/nvram/
H A Dxlnx-efuse.h120 static inline uint32_t xlnx_efuse_get_row(XlnxEFuse *s, unsigned int bit) in xlnx_efuse_get_row()
/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c15 #define PPC_BIT(bit) (0x8000000000000000ULL >> (bit)) argument
16 #define PPC_BIT32(bit) (0x80000000 >> (bit)) argument
17 #define PPC_BIT8(bit) (0x80 >> (bit)) argument
/qemu/tests/qemu-iotests/
H A Dqcow2.py101 def cmd_set_feature_bit(fd, group, bit): argument
/qemu/linux-user/s390x/
H A Dtarget_proc.h29 unsigned int bit; in show_facilities() local
/qemu/include/net/
H A Dchecksum.h92 register uint8_t bit; in net_toeplitz_add() local
/qemu/target/s390x/tcg/
H A Dvec_helper.c31 uint16_t bit; in HELPER() local
/qemu/tests/unit/
H A Dtest-image-locking.c66 uint64_t bit = (1ULL << i); in check_locked_bytes() local
H A Dtest-hbitmap.c40 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/hw/misc/
H A Dsifive_u_otp.c35 #define SET_FUSEARRAY_BIT(map, i, off, bit) \ argument
H A Dlasi.c229 uint32_t bit = 1u << irq; in lasi_set_irq() local
/qemu/hw/arm/
H A Darmv7m.c43 int bitpos, bit; in bitband_read() local
68 int bitpos, bit; in bitband_write() local
H A Dexynos4210.c254 #define EXYNOS4210_COMBINER_GET_IRQ_NUM(grp, bit) ((grp) * 8 + (bit)) argument
335 uint32_t grp, bit, irq_id, n; in exynos4210_init_board_irqs() local
443 uint32_t exynos4210_get_irq(uint32_t grp, uint32_t bit) in exynos4210_get_irq()
/qemu/target/i386/tcg/
H A Dtcg-cpu.c144 #define XO(bit, field) \ in x86_tcg_cpu_xsave_init() argument
/qemu/target/s390x/
H A Dcpu_features.c38 S390Feat s390_feat_by_type_and_bit(S390FeatType type, int bit) in s390_feat_by_type_and_bit()
/qemu/util/
H A Dhbitmap.c171 unsigned i, bit; in hbitmap_iter_init() local
403 int bit = end & (BITS_PER_LONG - 1); in hb_count_between() local
621 unsigned long bit = 1UL << (pos & (BITS_PER_LONG - 1)); in hbitmap_get() local
/qemu/hw/display/
H A Dmacfb.c136 int bit = x & 7; in macfb_draw_line1() local
156 int bit = (x & 3); in macfb_draw_line2() local
176 int bit = x & 1; in macfb_draw_line4() local
/qemu/hw/intc/
H A Dexynos4210_combiner.c255 static uint8_t get_combiner_group_and_bit(int irq, uint8_t *bit) in get_combiner_group_and_bit()

1234