Searched refs:chbs (Results 1 – 4 of 4) sorted by relevance
91 .chbs[0] = {94 .length = sizeof(mock_cedt.chbs[0]),99 .chbs[1] = {102 .length = sizeof(mock_cedt.chbs[0]),107 .chbs[2] = {110 .length = sizeof(mock_cedt.chbs[0]),115 .chbs[3] = {118 .length = sizeof(mock_cedt.chbs[0]),245 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i]; in populate_cedt() local256 chbs->base = res->range.start; in populate_cedt()[all …]
157 struct acpi_cedt_chbs *chbs, *chbs_match = NULL; in cxl_acpi_match_chbs() local172 chbs = cedt_subtable + cur; in cxl_acpi_match_chbs()174 if (chbs->header.length < sizeof(*chbs)) { in cxl_acpi_match_chbs()177 chbs->header.length); in cxl_acpi_match_chbs()182 if (chbs->uid != uid) { in cxl_acpi_match_chbs()195 chbs_match = chbs; in cxl_acpi_match_chbs()202 static resource_size_t get_chbcr(struct acpi_cedt_chbs *chbs) in get_chbcr() argument204 return IS_ERR(chbs) ? CXL_RESOURCE_NONE : chbs->base; in get_chbcr()363 struct acpi_cedt_chbs *chbs; in add_host_bridge_dport() local379 chbs = cxl_acpi_match_chbs(host, uid); in add_host_bridge_dport()[all …]
223 uint32_t chbs : 1; /* Cofigure Host Backing store */ member233 uint32_t chbs : 1; /* Cofigure Host Backing store */
3396 uint32_t chbs : 1; /* Cofigure Host Backing store */ member3406 uint32_t chbs : 1; /* Cofigure Host Backing store */ member
Completed in 38 milliseconds