Searched refs:get_guest_storage_key (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgtable.c | 853 rc = get_guest_storage_key(current->mm, addr, &tmp); in cond_set_guest_storage_key() 929 int get_guest_storage_key(struct mm_struct *mm, unsigned long addr, in get_guest_storage_key() function 974 EXPORT_SYMBOL(get_guest_storage_key); variable
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgtable.c | 900 rc = get_guest_storage_key(current->mm, addr, &tmp); in cond_set_guest_storage_key() 984 int get_guest_storage_key(struct mm_struct *mm, unsigned long addr, in get_guest_storage_key() function 1037 EXPORT_SYMBOL(get_guest_storage_key); variable
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.c | 831 r = get_guest_storage_key(current->mm, hva, &storage_key); in vm_check_access_key() 895 r = get_guest_storage_key(current->mm, hva, &storage_key); in vcpu_check_access_key()
|
H A D | priv.c | 284 rc = get_guest_storage_key(current->mm, vmaddr, &key); in handle_iske()
|
H A D | kvm-s390.c | 2101 r = get_guest_storage_key(current->mm, hva, &keys[i]); in kvm_s390_get_skeys()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 1176 int get_guest_storage_key(struct mm_struct *mm, unsigned long addr,
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | priv.c | 286 rc = get_guest_storage_key(current->mm, vmaddr, &key); in handle_iske()
|
H A D | kvm-s390.c | 1843 r = get_guest_storage_key(current->mm, hva, &keys[i]); in kvm_s390_get_skeys()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 1298 int get_guest_storage_key(struct mm_struct *mm, unsigned long addr,
|
Completed in 27 milliseconds