Home
last modified time | relevance | path

Searched refs:ex_storage (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/arch/sandpoint/sandpoint/
Dmachdep.c460 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/
Dmachdep.c161 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/
Dprep_machdep.c99 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()
Dofwoea_machdep.c422 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/
Dexb.c128 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()
Ddwctwo_plb.c67 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()
Dibm405gp.c57 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(1)] variable
107 "pcicfg", ex_storage, sizeof(ex_storage)) || in setup_pcicfg_window()
Dopb.c185 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/
Dmachdep.c533 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/
Dmachdep.c134 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/
Dgt_mainbus.c79 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/
Dbus_space_alignstride_chipdep.c198 __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))