Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.c4034 is_zero(BlockDriverState *bs, int64_t offset, int64_t bytes) in is_zero() function
/openbmc/qemu/
H A Dqemu-img.c1161 bool is_zero; in is_allocated_sectors() local
/openbmc/qemu/target/ppc/
H A Dint_helper.c2309 int is_zero = 1; in bcd_add_mag() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c4322 static bool do_STG(DisasContext *s, arg_ldst_tag *a, bool is_zero, bool is_pair) in do_STG()