Searched refs:memdevs (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | readconfig-test.c | 54 g_autoptr(MemdevList) memdevs = NULL; in test_x86_memdev_resp() 59 visit_type_MemdevList(v, NULL, &memdevs, &error_abort); in test_x86_memdev_resp() 61 g_assert(memdevs); in test_x86_memdev_resp() 62 g_assert(memdevs->value); in test_x86_memdev_resp() 63 g_assert(!memdevs->next); in test_x86_memdev_resp() 65 memdev = memdevs->value; in test_x86_memdev_resp()
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | core.c | 62 struct list_head memdevs; member 743 list_for_each_entry(nfit_memdev, &prev->memdevs, list) in add_memdev() 745 list_move_tail(&nfit_memdev->list, &acpi_desc->memdevs); in add_memdev() 755 list_add_tail(&nfit_memdev->list, &acpi_desc->memdevs); in add_memdev() 1030 list_for_each_entry(nfit_memdev, &acpi_desc->memdevs, list) { in __nfit_mem_init() 1494 list_for_each_entry(nfit_memdev, &acpi_desc->memdevs, list) { in format1_show() 2011 list_for_each_entry(nfit_memdev, &acpi_desc->memdevs, list) { in acpi_nfit_register_dimms() 2254 list_for_each_entry(nfit_memdev, &acpi_desc->memdevs, list) in memdev_from_spa() 2659 list_for_each_entry(nfit_memdev, &acpi_desc->memdevs, list) { in acpi_nfit_register_region() 3029 !list_empty(&prev->memdevs) || in acpi_nfit_check_deletions() [all …]
|
H A D | nfit.h | 241 struct list_head memdevs; member
|
/openbmc/linux/Documentation/driver-api/cxl/ |
H A D | memory-devices.rst | 237 "memdevs:root3":[ 264 "memdevs":[
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-cxl | 7 all descendant memdevs for unbind. Writing '1' to this attribute
|