Home
last modified time | relevance | path

Searched refs:ctpopl (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/exec/
H A Dram_addr.h381 nbits = ctpopl(temp); in cpu_physical_memory_set_dirty_lebitmap()
424 nbits = ctpopl(c); in cpu_physical_memory_set_dirty_lebitmap()
499 num_dirty += ctpopl(new_dirty); in cpu_physical_memory_sync_dirty_bitmap()
/openbmc/qemu/util/
H A Dbitmap.c409 result += ctpopl(bitmap[k]); in slow_bitmap_count_one()
413 result += ctpopl(bitmap[k] & BITMAP_LAST_WORD_MASK(nbits)); in slow_bitmap_count_one()
H A Dhbitmap.c398 count += ctpopl(cur); in hb_count_between()
405 count += ctpopl(cur); in hb_count_between()
/openbmc/qemu/include/qemu/
H A Dbitmap.h233 return ctpopl(*bitmap & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_count_one()
H A Dhost-utils.h692 # define ctpopl ctpop32 macro
699 # define ctpopl ctpop64 macro
/openbmc/qemu/ui/
H A Dvnc.c2298 vs->client_pf.rbits = ctpopl(red_max); in set_pixel_format()
2302 vs->client_pf.gbits = ctpopl(green_max); in set_pixel_format()
2306 vs->client_pf.bbits = ctpopl(blue_max); in set_pixel_format()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c532 nports_impl = ctpopl(ports); in ahci_test_hba_spec()