Searched defs:cflags (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | setup.py | 97 cflags = os.environ.get('CPPFLAGS', '').split() variable 106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
|
/openbmc/qemu/include/accel/tcg/ |
H A D | tb-cpu-state.h | 14 uint32_t cflags; member
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-build.py | 26 cflags="", argument
|
/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-build.py | 26 cflags="", argument
|
/openbmc/qemu/accel/tcg/ |
H A D | translator.c | 43 static TCGOp *gen_tb_start(DisasContextBase *db, uint32_t cflags) in gen_tb_start() 88 static void gen_tb_end(const TranslationBlock *tb, uint32_t cflags, in gen_tb_end() 126 uint32_t cflags = tb_cflags(tb); in translator_loop() local
|
H A D | cpu-exec-common.c | 40 uint32_t cflags = cpu->tcg_cflags; in curr_cflags() local
|
H A D | tcg-accel-ops.c | 55 uint32_t cflags; in tcg_cpu_init_cflags() local
|
H A D | cpu-exec.c | 293 uint32_t *cflags) in check_for_breakpoints_slow() 359 uint32_t *cflags) in check_for_breakpoints()
|
/openbmc/qemu/block/ |
H A D | crypto.c | 319 unsigned int cflags = 0; in block_crypto_open_generic() local 707 unsigned int cflags = 0; in block_crypto_co_create_luks() local 796 unsigned int cflags = 0; in block_crypto_co_create_opts_luks() local
|
H A D | qcow.c | 118 unsigned int cflags = 0; in qcow_open() local
|
H A D | qcow2.c | 290 unsigned int cflags = 0; in qcow2_read_extensions() local 1714 unsigned int cflags = 0; in qcow2_do_open() local
|
/openbmc/qemu/include/exec/ |
H A D | translation-block.h | 70 uint32_t cflags; /* compile flags */ member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 3754 uint32_t cflags = tb_cflags(dc->base.tb); in i386_tr_init_disas_context() local
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1878 target_tcflag_t cflags = tswap32(target->c_cflag); in print_termios() local
|