Lines Matching refs:key

41 			unsigned short key : 4;  member
49 unsigned short key : 4; member
60 raw_copy_from_user_key(void *to, const void __user *from, unsigned long size, unsigned long key) in raw_copy_from_user_key() argument
64 .oac2.key = key, in raw_copy_from_user_key()
92 unsigned long n, unsigned long key) in _copy_from_user_key() argument
99 res = raw_copy_from_user_key(to, from, n, key); in _copy_from_user_key()
109 raw_copy_to_user_key(void __user *to, const void *from, unsigned long size, unsigned long key) in raw_copy_to_user_key() argument
113 .oac1.key = key, in raw_copy_to_user_key()
141 unsigned long n, unsigned long key) in _copy_to_user_key() argument
147 return raw_copy_to_user_key(to, from, n, key); in _copy_to_user_key()
155 unsigned int mask, unsigned long key) in __cmpxchg_user_key_small() argument
196 : [key] "%[count]" (key << 4), in __cmpxchg_user_key_small()
208 unsigned char old, unsigned char new, unsigned long key) in __cmpxchg_user_key1() argument
218 rc = __cmpxchg_user_key_small(address, &prev, _old, _new, mask, key); in __cmpxchg_user_key1()
225 unsigned short old, unsigned short new, unsigned long key) in __cmpxchg_user_key2() argument
235 rc = __cmpxchg_user_key_small(address, &prev, _old, _new, mask, key); in __cmpxchg_user_key2()
242 unsigned int old, unsigned int new, unsigned long key) in __cmpxchg_user_key4() argument
264 [key] "a" (key << 4), in __cmpxchg_user_key4()
274 unsigned long old, unsigned long new, unsigned long key) in __cmpxchg_user_key8() argument
296 [key] "a" (key << 4), in __cmpxchg_user_key8()
306 __uint128_t old, __uint128_t new, unsigned long key) in __cmpxchg_user_key16() argument
328 [key] "a" (key << 4), in __cmpxchg_user_key16()