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
54 if (!fb->mem_path) { in file_backend_memory_alloc()
91 fb->mem_path, fb->offset, errp); in file_backend_memory_alloc()
100 return g_strdup(fb->mem_path); in get_mem_path()
113 g_free(fb->mem_path); in set_mem_path()
114 fb->mem_path = g_strdup(str); in set_mem_path()
309 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.h28 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp);
/openbmc/qemu/include/exec/
H A Dram_addr.h122 uint32_t ram_flags, const char *mem_path,
/openbmc/qemu/system/
H A Dvl.c159 static const char *mem_path; variable
1770 if (mem_path) { in qemu_apply_legacy_machine_options()
2621 machine_run_board_init(current_machine, mem_path, &error_fatal); in qemu_init_board()
3021 mem_path = optarg; in qemu_init()
H A Dphysmem.c1960 uint32_t ram_flags, const char *mem_path, in qemu_ram_alloc_from_file() argument
1967 fd = file_ram_open(mem_path, memory_region_name(mr), in qemu_ram_alloc_from_file()
1971 mem_path); in qemu_ram_alloc_from_file()
1979 fd = file_ram_open(mem_path, memory_region_name(mr), true, in qemu_ram_alloc_from_file()
1997 unlink(mem_path); in qemu_ram_alloc_from_file()
/openbmc/qemu/hw/core/
H A Dmachine.c1391 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp) in machine_run_board_init() argument
1432 if (!create_default_memdev(current_machine, mem_path, errp)) { in machine_run_board_init()