Home
last modified time | relevance | path

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

/linux/arch/s390/lib/
H A Duaccess.c151 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 Duaccess.h480 int __cmpxchg_key8(void *address, unsigned long *uval, unsigned long old,
/linux/arch/s390/kvm/
H A Dgaccess.c1074 rc = __cmpxchg_key8(&ptr->eight, &tmp.eight, old->eight, new.eight, access_key); in __cmpxchg_with_key()