HomeSort by: relevance | last modified time | path
    Searched refs:mc_mallocsafe (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/evbmips/mipssim/
mipssimvar.h 43 int mc_mallocsafe; member in struct:mipssim_config
mipssim_bus_io.c 47 #define CHIP_EX_MALLOC_SAFE(v) (((struct mipssim_config *)(v))->mc_mallocsafe)
  /src/sys/arch/evbmips/malta/
malta_bus_io.c 47 #define CHIP_EX_MALLOC_SAFE(v) (((struct malta_config *)(v))->mc_mallocsafe)
maltavar.h 52 int mc_mallocsafe; member in struct:malta_config
malta_bus_mem.c 47 #define CHIP_EX_MALLOC_SAFE(v) (((struct malta_config *)(v))->mc_mallocsafe)
machdep.c 313 malta_configuration.mc_mallocsafe = 1;
  /src/sys/arch/mips/cavium/
octeonvar.h 78 int mc_mallocsafe; member in struct:octeon_config
  /src/sys/arch/evbmips/cavium/
machdep.c 475 octeon_configuration.mc_mallocsafe = 1;

Completed in 17 milliseconds