Searched refs:mvcos_key (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | gaccess.c | 834 static int mvcos_key(void *to, const void *from, unsigned long size, u8 dst_key, u8 src_key) in mvcos_key() function 875 r = mvcos_key(ptr, context->data, context->len, context->access_key, 0); in _access_guest_page_with_key_gpa() 877 r = mvcos_key(context->data, ptr, context->len, 0, context->access_key); in _access_guest_page_with_key_gpa()
|