Searched refs:splitwx (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | region.c | 502 static int alloc_code_gen_buffer(size_t tb_size, int splitwx, Error **errp) in alloc_code_gen_buffer() argument 507 if (splitwx > 0) { in alloc_code_gen_buffer() 531 static int alloc_code_gen_buffer(size_t size, int splitwx, Error **errp) in alloc_code_gen_buffer() argument 535 if (splitwx > 0) { in alloc_code_gen_buffer() 685 static int alloc_code_gen_buffer(size_t size, int splitwx, Error **errp) in alloc_code_gen_buffer() argument 690 if (splitwx) { in alloc_code_gen_buffer() 699 if (splitwx > 0) { in alloc_code_gen_buffer() 715 if (!splitwx) { in alloc_code_gen_buffer() 752 void tcg_region_init(size_t tb_size, int splitwx, unsigned max_cpus) in tcg_region_init() argument 775 have_prot = alloc_code_gen_buffer(tb_size, splitwx, &error_fatal); in tcg_region_init()
|
H A D | tcg-internal.h | 37 void tcg_region_init(size_t tb_size, int splitwx, unsigned max_cpus);
|
H A D | tcg.c | 1375 void tcg_init(size_t tb_size, int splitwx, unsigned max_cpus) in tcg_init() argument 1378 tcg_region_init(tb_size, splitwx, max_cpus); in tcg_init()
|
/openbmc/qemu/include/tcg/ |
H A D | startup.h | 37 void tcg_init(size_t tb_size, int splitwx, unsigned max_cpus);
|