| /netbsd/src/sys/arch/sandpoint/sandpoint/ |
| D | machdep.c | 460 static char ex_storage[7][EXTENT_FIXED_STORAGE_SIZE(8)] variable 469 ex_storage[0], sizeof(ex_storage[0])); in sandpoint_bus_space_init() 480 ex_storage[1], sizeof(ex_storage[1])); in sandpoint_bus_space_init() 485 ex_storage[2], sizeof(ex_storage[2])); in sandpoint_bus_space_init() 490 ex_storage[3], sizeof(ex_storage[3])); in sandpoint_bus_space_init() 495 ex_storage[4], sizeof(ex_storage[4])); in sandpoint_bus_space_init() 500 ex_storage[5], sizeof(ex_storage[5])); in sandpoint_bus_space_init() 506 ex_storage[6], sizeof(ex_storage[6])); in sandpoint_bus_space_init()
|
| /netbsd/src/sys/arch/evbppc/ev64260/ |
| D | machdep.c | 161 static char ex_storage[10][EXTENT_FIXED_STORAGE_SIZE(8)] variable 391 ex_storage[bs], sizeof(ex_storage[bs])); in gt_bus_space_init() 409 ex_storage[bs], sizeof(ex_storage[bs])); in gt_bus_space_init() 429 ex_storage[bs], sizeof(ex_storage[bs])); in gt_bus_space_init() 463 ex_storage[bs], sizeof(ex_storage[bs])); in gt_bus_space_init() 482 ex_storage[bs], sizeof(ex_storage[bs])); in gt_bus_space_init() 516 ex_storage[bs], sizeof(ex_storage[bs])); in gt_bus_space_init()
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | prep_machdep.c | 99 static char ex_storage[2][EXTENT_FIXED_STORAGE_SIZE(8)] variable 108 ex_storage[0], sizeof(ex_storage[0])); in prep_bus_space_init() 119 ex_storage[1], sizeof(ex_storage[1])); in prep_bus_space_init()
|
| D | ofwoea_machdep.c | 422 static char ex_storage[EXSTORAGE_MAX][EXTENT_FIXED_STORAGE_SIZE(EXTMAP_RANGES)] variable 607 ex_storage[exmap], in ofwoea_map_space() 608 sizeof(ex_storage[exmap])); in ofwoea_map_space() 620 ex_storage[exmap], in ofwoea_map_space() 621 sizeof(ex_storage[exmap])); in ofwoea_map_space() 689 error = bus_space_init(tag, name, ex_storage[exmap], in ofwoea_map_space() 690 sizeof(ex_storage[exmap])); in ofwoea_map_space()
|
| /netbsd/src/sys/arch/powerpc/ibm4xx/dev/ |
| D | exb.c | 128 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] in exb_get_bus_space_tag() local 134 ex_storage, sizeof(ex_storage))) in exb_get_bus_space_tag()
|
| D | dwctwo_plb.c | 67 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] variable 108 if (bus_space_init(&dwctwo_tag, "dwctwotag", ex_storage, in dwctwo_plb_attach() 109 sizeof(ex_storage))) in dwctwo_plb_attach()
|
| D | ibm405gp.c | 57 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(1)] variable 107 "pcicfg", ex_storage, sizeof(ex_storage)) || in setup_pcicfg_window()
|
| D | opb.c | 185 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] variable 300 ex_storage, sizeof(ex_storage))) in opb_get_bus_space_tag()
|
| /netbsd/src/sys/arch/rs6000/rs6000/ |
| D | machdep.c | 533 static char ex_storage[2][EXTENT_FIXED_STORAGE_SIZE(8)] variable 542 ex_storage[0], sizeof(ex_storage[0])); in rs6000_bus_space_init() 553 ex_storage[1], sizeof(ex_storage[1])); in rs6000_bus_space_init()
|
| /netbsd/src/sys/arch/evbppc/pmppc/ |
| D | machdep.c | 134 static char ex_storage[1][EXTENT_FIXED_STORAGE_SIZE(8)] variable 188 ex_storage[0], sizeof(ex_storage[0]))) in initppc()
|
| /netbsd/src/sys/arch/ofppc/pci/ |
| D | gt_mainbus.c | 79 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] variable 172 ex_storage, sizeof(ex_storage)); in gt_attach()
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | bus_space_alignstride_chipdep.c | 198 __BS(ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)]; 199 #define CHIP_EX_STORE(v) (__BS(ex_storage)) 200 #define CHIP_EX_STORE_SIZE(v) (sizeof __BS(ex_storage))
|