Home
last modified time | relevance | path

Searched refs:s390_pv_unpack (Results 1 – 3 of 3) sorted by relevance

/qemu/target/s390x/kvm/
H A Dpv.h46 int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak);
67 static inline int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak) { return 0; } in s390_pv_unpack() function
H A Dpv.c173 int s390_pv_unpack(uint64_t addr, uint64_t size, uint64_t tweak) in s390_pv_unpack() function
/qemu/hw/s390x/
H A Dipl.c726 rc = s390_pv_unpack(ipib_pv->components[i].addr, in s390_ipl_pv_unpack()