Searched refs:SW842_MEM_COMPRESS (Results 1 – 4 of 4) sorted by relevance
5 #define SW842_MEM_COMPRESS (0xf000) macro
26 ctx->context = kmalloc(SW842_MEM_COMPRESS, GFP_KERNEL); in create_842()
35 ctx = kmalloc(SW842_MEM_COMPRESS, GFP_KERNEL); in crypto842_alloc_ctx()
486 BUILD_BUG_ON(sizeof(*p) > SW842_MEM_COMPRESS); in sw842_compress()