Home
last modified time | relevance | path

Searched refs:get_skeys (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Ds390-skeys-kvm.c24 r = skeyclass->get_skeys(ss, 0, 1, &single_key); in kvm_s390_skeys_are_enabled()
61 skeyclass->get_skeys = kvm_s390_skeys_get; in kvm_s390_skeys_class_init()
H A Ds390-skeys.c98 r = skeyclass->get_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in hmp_info_skeys()
170 ret = skeyclass->get_skeys(ss, gfn, cur_pages, buf); in qmp_dump_skeys()
285 skeyclass->get_skeys = qemu_s390_skeys_get; in qemu_s390_skeys_class_init()
337 error = skeyclass->get_skeys(ss, gfn, cur_pages, buf); in s390_storage_keys_save()
/openbmc/qemu/include/hw/s390x/
H A Dstorage-keys.h79 int (*get_skeys)(S390SKeysState *ks, uint64_t start_gfn, uint64_t count, member
/openbmc/qemu/target/s390x/
H A Dtrace-events4 get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned %d"
H A Dmmu_helper.c343 rc = skeyclass->get_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in mmu_handle_skey()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2095 rc = skeyclass->get_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in HELPER()
2159 rc = skeyclass->get_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in HELPER()