Searched refs:RegionContentList (Results 1 – 1 of 1) sorted by relevance
75 static struct ACPIRegionContentList RegionContentList; variable132 TAILQ_INIT(&RegionContentList); in aml_simulation_init()149 TAILQ_INSERT_TAIL(&RegionContentList, rc, links); in aml_simulate_regcontent_add()161 TAILQ_FOREACH(rc, &RegionContentList, links) { in aml_simulate_regcontent_read()180 TAILQ_FOREACH(rc, &RegionContentList, links) { in aml_simulate_regcontent_write()278 while (!TAILQ_EMPTY(&RegionContentList)) { in aml_simulation_regdump()279 rc = TAILQ_FIRST(&RegionContentList); in aml_simulation_regdump()282 TAILQ_REMOVE(&RegionContentList, rc, links); in aml_simulation_regdump()287 TAILQ_INIT(&RegionContentList); in aml_simulation_regdump()