Searched refs:memory_PD (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/numa/ |
H A D | hmat.c | 373 cache->memory_PD, cache->cache_size, attrs, in hmat_parse_cache() 376 target = find_mem_target(cache->memory_PD); in hmat_parse_cache() 435 p->memory_PD); in hmat_parse_proximity_domain() 438 p->flags, p->processor_PD, p->memory_PD); in hmat_parse_proximity_domain() 442 target = find_mem_target(p->memory_PD); in hmat_parse_proximity_domain()
|
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A D | hmat.c | 372 cache->memory_PD, cache->cache_size, attrs, in hmat_parse_cache() 375 target = find_mem_target(cache->memory_PD); in hmat_parse_cache() 434 p->memory_PD); in hmat_parse_proximity_domain() 437 p->flags, p->processor_PD, p->memory_PD); in hmat_parse_proximity_domain() 441 target = find_mem_target(p->memory_PD); in hmat_parse_proximity_domain()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actbl1.h | 1421 u32 memory_PD; /* Memory proximity domain */ member 1430 #define ACPI_HMAT_MEMORY_PD_VALID (1<<1) /* 1: memory_PD field is valid */ 1471 u32 memory_PD; member
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actbl1.h | 1729 u32 memory_PD; /* Memory proximity domain */ member 1738 #define ACPI_HMAT_MEMORY_PD_VALID (1<<1) /* 1: memory_PD field is valid */ 1783 u32 memory_PD; member
|
Completed in 10 milliseconds