HomeSort by: relevance | last modified time | path
    Searched refs:EXTENT_FIXED_STORAGE_SIZE (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/evbppc/explora/dev/
elb.c 74 static char elb_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)]
76 static char elbfb_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/sys/
extent.h 99 #define EXTENT_FIXED_STORAGE_SIZE(_nregions) \
  /src/sys/arch/powerpc/ibm4xx/dev/
dwctwo_plb.c 67 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)]
exb.c 128 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)]
ibm405gp.c 57 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(1)]
opb.c 185 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/arch/powerpc/oea/
prep_machdep.c 99 static char ex_storage[2][EXTENT_FIXED_STORAGE_SIZE(8)]
ofwoea_machdep.c 422 static char ex_storage[EXSTORAGE_MAX][EXTENT_FIXED_STORAGE_SIZE(EXTMAP_RANGES)]
  /src/sys/arch/ofppc/pci/
gt_mainbus.c 79 static char ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/arch/evbppc/pmppc/
machdep.c 134 static char ex_storage[1][EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/arch/evbppc/wii/
machdep.c 150 static char ex_storage[1][EXTENT_FIXED_STORAGE_SIZE(EXTMAP_RANGES)]
  /src/sys/arch/evbppc/virtex/
design_gsrd2.c 252 static char opb_extent_storage[EXTENT_FIXED_STORAGE_SIZE(8)] __aligned(8);
  /src/sys/arch/rs6000/rs6000/
machdep.c 533 static char ex_storage[2][EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/arch/emips/emips/
machdep.c 96 static long iomap_ex_storage[EXTENT_FIXED_STORAGE_SIZE(32) / sizeof(long)];
  /src/sys/arch/evbppc/ev64260/
machdep.c 161 static char ex_storage[10][EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/arch/sandpoint/sandpoint/
machdep.c 460 static char ex_storage[7][EXTENT_FIXED_STORAGE_SIZE(8)]
  /src/sys/arch/x86/x86/
bus_space.c 88 static long ioport_ex_storage[EXTENT_FIXED_STORAGE_SIZE(16) / sizeof(long)];
89 static long iomem_ex_storage[EXTENT_FIXED_STORAGE_SIZE(64) / sizeof(long)];
  /src/sys/arch/evbmips/rmixl/
machdep.c 194 EXTENT_FIXED_STORAGE_SIZE(32)/sizeof(u_long)
  /src/sys/arch/vax/vax/
machdep.c 160 static long iomap_ex_storage[EXTENT_FIXED_STORAGE_SIZE(32) / sizeof(long)];
pmap.c 99 #define PTMAPSZ EXTENT_FIXED_STORAGE_SIZE(100)
  /src/sys/arch/hp300/hp300/
autoconf.c 189 static long extio_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
  /src/sys/arch/mips/alchemy/
au_wired_space.c 84 #define AU_WIRED_EXTENT_SZ EXTENT_FIXED_STORAGE_SIZE(10)
  /src/sys/uvm/
uvm_physseg.c 1176 static char btslab_ex_storage[EXTENT_FIXED_STORAGE_SIZE(UVM_PHYSSEG_BOOT_UNPLUG_MAX)];
  /src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c 198 __BS(ex_storage)[EXTENT_FIXED_STORAGE_SIZE(8) / sizeof(long)];
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 224 char bs_ex_storage[EXTENT_FIXED_STORAGE_SIZE(8)] __aligned(8);

Completed in 27 milliseconds

1 2