Searched refs:wkey (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 215 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument 216 vpxor x0, wkey, x0; \ 217 vpxor x1, wkey, x1; \ 218 vpxor x2, wkey, x2; \ 219 vpxor x3, wkey, x3; \ 223 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument 226 vpxor x0, wkey, x0; \ 227 vpxor x1, wkey, x1; \ 228 vpxor x2, wkey, x2; \ 229 vpxor x3, wkey, x3;
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_active.h | 157 struct lock_class_key *wkey);
|
D | i915_active.c | 344 struct lock_class_key *wkey) in __i915_active_init() argument 362 lockdep_init_map(&ref->work.lockdep_map, "i915_active.work", wkey, 0); in __i915_active_init()
|