SF_SIZE
if (addr + nwords * sizeof(u32) > SF_SIZE || (addr & 3))
if (addr + n > SF_SIZE || offset + n > 256)