SNF_GPRAM_SIZE
if (hl >= SNF_GPRAM_SIZE)
if (op->data.nbytes > SNF_GPRAM_SIZE - hl)
op->data.nbytes = SNF_GPRAM_SIZE - hl;