Searched refs:__cmpxchg_key8 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/lib/ |
| H A D | uaccess.c | 151 int __kprobes __cmpxchg_key8(void *address, unsigned long *uval, unsigned long old, in __cmpxchg_key8() function 176 EXPORT_SYMBOL(__cmpxchg_key8);
|
| /linux/arch/s390/include/asm/ |
| H A D | uaccess.h | 480 int __cmpxchg_key8(void *address, unsigned long *uval, unsigned long old,
|
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 1074 rc = __cmpxchg_key8(&ptr->eight, &tmp.eight, old->eight, new.eight, access_key); in __cmpxchg_with_key()
|