Symbol: EXTENT_FIXED_STORAGE_SIZE
sys/arch/alpha/pci/mcpciavar.h
39
#define _FSTORE (EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long))
sys/arch/alpha/pci/mcpciavar.h
68
long pc_io_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/mcpciavar.h
69
long pc_mem_dex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/mcpciavar.h
70
long pc_mem_sex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/pci_bwx_bus_io_chipdep.c
54
__C(CHIP,_io_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c
62
__C(CHIP,_mem_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/pci_swiz_bus_io_chipdep.c
52
__C(CHIP,_io_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c
56
__C(CHIP,_dmem_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c
61
__C(CHIP,_smem_ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/tsvar.h
60
long pc_io_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/alpha/pci/tsvar.h
61
long pc_mem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
sys/arch/amd64/amd64/bus_space.c
63
static long ioport_ex_storage[EXTENT_FIXED_STORAGE_SIZE(16) / sizeof(long)];
sys/arch/amd64/amd64/bus_space.c
64
static long iomem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(16) / sizeof(long)];
sys/arch/hppa/hppa/machdep.c
139
long mem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(64) / sizeof(long)];
sys/arch/i386/i386/machdep.c
255
static long ioport_ex_storage[EXTENT_FIXED_STORAGE_SIZE(16) / sizeof(long)];
sys/arch/i386/i386/machdep.c
256
static long iomem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(16) / sizeof(long)];