Searched refs:cond_set_guest_storage_key (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgtable.c | 844 int cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr, in cond_set_guest_storage_key() function 868 EXPORT_SYMBOL(cond_set_guest_storage_key); variable
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgtable.c | 891 int cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr, in cond_set_guest_storage_key() function 915 EXPORT_SYMBOL(cond_set_guest_storage_key); variable
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | priv.c | 401 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske() 1109 rc = cond_set_guest_storage_key(current->mm, vmaddr, in handle_pfmf()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | priv.c | 399 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske() 1121 rc = cond_set_guest_storage_key(current->mm, vmaddr, in handle_pfmf()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 1172 int cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr,
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 1294 int cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr,
|
Completed in 13 milliseconds