Searched refs:wkey (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 220 #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/ |
D | i915_active.h | 156 struct lock_class_key *wkey);
|
D | i915_active.c | 350 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()
|