Searched refs:ctzl (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vector_internals.h | 118 int8_t emul = ctzl(esz) - ctzl(sew) + vext_lmul(desc) < 0 ? 0 : in vext_get_total_elems() 119 ctzl(esz) - ctzl(sew) + vext_lmul(desc); in vext_get_total_elems()
|
H A D | vector_helper.c | 297 ctzl(sizeof(ETYPE)), GETPC()); \ 312 ctzl(sizeof(ETYPE)), GETPC()); \ in GEN_VEXT_LD_STRIDE() 445 uint32_t stride = vext_nf(desc) << ctzl(sizeof(ETYPE)); \ 447 LOAD_FN_TLB, ctzl(sizeof(ETYPE)), GETPC()); \ 454 ctzl(sizeof(ETYPE)), env->vl, GETPC(), true); \ 466 uint32_t stride = vext_nf(desc) << ctzl(sizeof(ETYPE)); \ in GEN_VEXT_LD_US() 468 STORE_FN_TLB, ctzl(sizeof(ETYPE)), GETPC()); \ in GEN_VEXT_LD_US() 475 ctzl(sizeof(ETYPE)), env->vl, GETPC(), false); \ 564 LOAD_FN, ctzl(sizeof(ETYPE)), GETPC()); \ 589 STORE_FN, ctzl(sizeof(ETYPE)), \ in GEN_VEXT_LD_INDEX() [all …]
|
H A D | cpu_helper.c | 1264 napot_bits = ctzl(ppn) + 1; in get_physical_address()
|
H A D | csr.c | 800 env->vstart = val & ~(~0ULL << ctzl(riscv_cpu_cfg(env)->vlenb << 3)); in write_vstart()
|
/openbmc/qemu/util/ |
H A D | bitops.c | 78 return result + ctzl(tmp); in find_next_bit() 127 return result + ctzl(~tmp); in find_next_zero_bit()
|
H A D | hbitmap.c | 135 pos = (pos << BITS_PER_LEVEL) + ctzl(cur); in hbitmap_iter_skip_words() 164 item = ((uint64_t)hbi->pos << BITS_PER_LEVEL) + ctzl(cur); in hbitmap_iter_next()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 698 # define ctzl ctz32 macro 705 # define ctzl ctz64 macro
|
H A D | bitops.h | 236 result += ctzl(tmp); in find_first_bit()
|
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-test.c | 52 log_size = ctzl(XIVE_VST_SIZE) - 12; in set_table()
|
H A D | ahci-test.c | 772 g_assert((reg & AHCI_PX_FBS_ADO) >> ctzl(AHCI_PX_FBS_ADO) >= 2); in ahci_test_port_spec()
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 432 j = ctzl(c); in cpu_physical_memory_set_dirty_lebitmap()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 420 j = ctzl(map); in xen_sync_dirty_bitmap()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 657 if (ctzl(mem_start) < ctzl(sizetmp)) { in spapr_dt_memory() 658 sizetmp = 1ULL << ctzl(mem_start); in spapr_dt_memory()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 252 num_cmd_slots = ((ahci->cap & AHCI_CAP_NCS) >> ctzl(AHCI_CAP_NCS)) + 1; in ahci_hba_enable()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 121 int bit = ctzl(log); in vhost_dev_sync_region()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1857 bit = 7 - ctzl(imm); in helper_XXEVAL()
|