Home
last modified time | relevance | path

Searched refs:SW842_MEM_COMPRESS (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dsw842.h5 #define SW842_MEM_COMPRESS (0xf000) macro
/linux/crypto/
H A D842.c35 ctx = kmalloc(SW842_MEM_COMPRESS, GFP_KERNEL); in crypto842_alloc_ctx()
/linux/lib/842/
H A D842_compress.c486 BUILD_BUG_ON(sizeof(*p) > SW842_MEM_COMPRESS); in sw842_compress()