Searched refs:get_guest_storage_key (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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);
|
/openbmc/linux/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 | 2102 r = get_guest_storage_key(current->mm, hva, &keys[i]); in kvm_s390_get_skeys()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1308 int get_guest_storage_key(struct mm_struct *mm, unsigned long addr,
|