Searched refs:hmat (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/acpi/numa/ |
H A D | Makefile | 3 obj-$(CONFIG_ACPI_HMAT) += hmat.o
|
/openbmc/linux/drivers/acpi/ |
H A D | tables.c | 247 return entry->hdr->hmat.type; in acpi_get_entry_type() 263 return entry->hdr->hmat.length; in acpi_get_entry_length() 279 return sizeof(entry->hdr->hmat); in acpi_get_subtable_header_length()
|
/openbmc/qemu/hw/acpi/ |
H A D | meson.build | 19 acpi_ss.add(when: 'CONFIG_ACPI_HMAT', if_true: files('hmat.c'))
|
/openbmc/qemu/qapi/ |
H A D | machine.json | 492 # @hmat-lb: memory latency and bandwidth information (Since: 5.0) 494 # @hmat-cache: memory side cache information (Since: 5.0) 499 'data': [ 'node', 'dist', 'cpu', 'hmat-lb', 'hmat-cache' ] } 517 'hmat-lb': 'NumaHmatLBOptions', 518 'hmat-cache': 'NumaHmatCacheOptions' }}
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 40 " hmat=on|off controls ACPI HMAT support (default=off)\n" 100 ``hmat=on|off`` 391 …"-numa hmat-lb,initiator=node,target=node,hierarchy=memory|first-level|second-level|third-level,da… 392 …"-numa hmat-cache,node-id=node,size=size,level=level[,associativity=none|direct|complex][,policy=n… 403 ``-numa hmat-lb,initiator=node,target=node,hierarchy=hierarchy,data-type=type[,latency=lat][,bandwi… 405 ``-numa hmat-cache,node-id=node,size=size,level=level[,associativity=str][,policy=str][,line=size]`` 463 set only when the machine property 'hmat' is set to 'on'. 472 -machine hmat=on \ 498 Use '\ ``hmat-lb``\ ' to set System Locality Latency and Bandwidth 504 In '\ ``hmat-lb``\ ' option, node are NUMA node IDs. hierarchy is [all …]
|
/openbmc/linux/include/linux/ |
H A D | acpi.h | 124 struct acpi_hmat_structure hmat; member
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |