Searched refs:mem_path (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/backends/ |
H A D | hostmem-file.c | 30 char *mem_path; member 55 if (!fb->mem_path) { in file_backend_memory_alloc() 94 fb->mem_path, fb->offset, errp); in file_backend_memory_alloc() 102 return g_strdup(fb->mem_path); in get_mem_path() 115 g_free(fb->mem_path); in set_mem_path() 116 fb->mem_path = g_strdup(str); in set_mem_path() 311 g_free(fb->mem_path); in file_backend_instance_finalize()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | core.c | 227 qce->mem_path = devm_of_icc_get(qce->dev, "memory"); in qce_crypto_probe() 228 if (IS_ERR(qce->mem_path)) in qce_crypto_probe() 229 return PTR_ERR(qce->mem_path); in qce_crypto_probe() 231 ret = icc_set_bw(qce->mem_path, QCE_DEFAULT_MEM_BANDWIDTH, QCE_DEFAULT_MEM_BANDWIDTH); in qce_crypto_probe() 278 icc_set_bw(qce->mem_path, 0, 0); in qce_crypto_probe()
|
H A D | core.h | 38 struct icc_path *mem_path; member
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 35 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp);
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 124 uint32_t ram_flags, const char *mem_path,
|
/openbmc/qemu/system/ |
H A D | vl.c | 160 static const char *mem_path; variable 1783 if (mem_path) { in qemu_apply_legacy_machine_options() 2632 machine_run_board_init(current_machine, mem_path, &error_fatal); in qemu_init_board() 3023 mem_path = optarg; in qemu_init()
|
H A D | physmem.c | 2015 uint32_t ram_flags, const char *mem_path, in qemu_ram_alloc_from_file() argument 2022 fd = file_ram_open(mem_path, memory_region_name(mr), in qemu_ram_alloc_from_file() 2026 mem_path); in qemu_ram_alloc_from_file() 2034 fd = file_ram_open(mem_path, memory_region_name(mr), true, in qemu_ram_alloc_from_file() 2052 unlink(mem_path); in qemu_ram_alloc_from_file()
|
/openbmc/qemu/hw/core/ |
H A D | machine.c | 1544 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp) in machine_run_board_init() argument 1584 if (!machine_class->create_default_memdev(current_machine, mem_path, in machine_run_board_init()
|