bhnd_nv_malloc
#define bhnd_nv_malloc(size) malloc((size))
#define bhnd_nv_malloc(size) malloc((size), M_BHND_NVRAM, M_NOWAIT)