Home
last modified time | relevance | path

Searched refs:splitwx (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tcg/
H A Dregion.c503 static int alloc_code_gen_buffer(size_t tb_size, int splitwx, Error **errp) in alloc_code_gen_buffer() argument
508 if (splitwx > 0) { in alloc_code_gen_buffer()
532 static int alloc_code_gen_buffer(size_t size, int splitwx, Error **errp) in alloc_code_gen_buffer() argument
536 if (splitwx > 0) { in alloc_code_gen_buffer()
686 static int alloc_code_gen_buffer(size_t size, int splitwx, Error **errp) in alloc_code_gen_buffer() argument
691 if (splitwx) { in alloc_code_gen_buffer()
700 if (splitwx > 0) { in alloc_code_gen_buffer()
716 if (!splitwx) { in alloc_code_gen_buffer()
749 void tcg_region_init(size_t tb_size, int splitwx, unsigned max_threads) in tcg_region_init() argument
772 have_prot = alloc_code_gen_buffer(tb_size, splitwx, &error_fatal); in tcg_region_init()
H A Dtcg-internal.h37 void tcg_region_init(size_t tb_size, int splitwx, unsigned max_threads);
H A Dtcg.c1858 void tcg_init(size_t tb_size, int splitwx, unsigned max_threads) in tcg_init() argument
1861 tcg_region_init(tb_size, splitwx, max_threads); in tcg_init()
/openbmc/qemu/include/tcg/
H A Dstartup.h37 void tcg_init(size_t tb_size, int splitwx, unsigned max_threads);