Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/crypto/
Dtwofish-avx-x86_64-asm_64.S220 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
221 vpxor x0, wkey, x0; \
222 vpxor x1, wkey, x1; \
223 vpxor x2, wkey, x2; \
224 vpxor x3, wkey, x3; \
228 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
231 vpxor x0, wkey, x0; \
232 vpxor x1, wkey, x1; \
233 vpxor x2, wkey, x2; \
234 vpxor x3, wkey, x3;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_active.h156 struct lock_class_key *wkey);
Di915_active.c350 struct lock_class_key *wkey) in __i915_active_init() argument
372 lockdep_init_map(&ref->work.lockdep_map, "i915_active.work", wkey, 0); in __i915_active_init()