Home
last modified time | relevance | path

Searched refs:rc_mallocsafe (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_obio_eb_space.c52 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixl_obio_el_space.c52 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixl_iobus_space.c52 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixl_pci_mem_space.c53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixl_pci_ecfg_space.c53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixl_pci_cfg_space.c53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixl_pci_io_space.c53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
H A Drmixlvar.h144 int rc_mallocsafe; member
/netbsd-src/sys/arch/evbmips/rmixl/
H A Dmachdep.c983 rmixl_configuration.rc_mallocsafe = 1; in cpu_startup()