Home
last modified time | relevance | path

Searched refs:mem_path (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/backends/
H A Dhostmem-file.c30 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 Dcore.c224 qce->mem_path = devm_of_icc_get(qce->dev, "memory"); in qce_crypto_probe()
225 if (IS_ERR(qce->mem_path)) in qce_crypto_probe()
226 return PTR_ERR(qce->mem_path); in qce_crypto_probe()
228 ret = icc_set_bw(qce->mem_path, QCE_DEFAULT_MEM_BANDWIDTH, QCE_DEFAULT_MEM_BANDWIDTH); in qce_crypto_probe()
275 icc_set_bw(qce->mem_path, 0, 0); in qce_crypto_probe()
H A Dcore.h38 struct icc_path *mem_path; member
/openbmc/qemu/include/hw/
H A Dboards.h34 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp);
/openbmc/qemu/include/exec/
H A Dram_addr.h124 uint32_t ram_flags, const char *mem_path,
/openbmc/qemu/system/
H A Dvl.c160 static const char *mem_path; variable
1783 if (mem_path) { in qemu_apply_legacy_machine_options()
2628 machine_run_board_init(current_machine, mem_path, &error_fatal); in qemu_init_board()
3036 mem_path = optarg; in qemu_init()
H A Dphysmem.c2013 uint32_t ram_flags, const char *mem_path, in qemu_ram_alloc_from_file() argument
2020 fd = file_ram_open(mem_path, memory_region_name(mr), in qemu_ram_alloc_from_file()
2024 mem_path); in qemu_ram_alloc_from_file()
2032 fd = file_ram_open(mem_path, memory_region_name(mr), true, in qemu_ram_alloc_from_file()
2050 unlink(mem_path); in qemu_ram_alloc_from_file()
/openbmc/qemu/hw/core/
H A Dmachine.c1509 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp) in machine_run_board_init() argument
1548 if (!create_default_memdev(current_machine, mem_path, errp)) { in machine_run_board_init()