]> Git Repo - qemu.git/blobdiff - target-s390x/cpu.h
s390: Use s390_cpu_physical_memory_map for tpi.
[qemu.git] / target-s390x / cpu.h
index ce12fa46bc958d8f6b97687427ead5e30c0e6a65..9be4a475a32d4c94e484afbe084c7fb0c1d08aff 100644 (file)
@@ -413,7 +413,7 @@ int css_do_hsch(SubchDev *sch);
 int css_do_ssch(SubchDev *sch, ORB *orb);
 int css_do_tsch(SubchDev *sch, IRB *irb);
 int css_do_stcrw(CRW *crw);
-int css_do_tpi(uint64_t addr, int lowcore);
+int css_do_tpi(IOIntCode *int_code, int lowcore);
 int css_collect_chp_desc(int m, uint8_t cssid, uint8_t f_chpid, uint8_t l_chpid,
                          int rfmt, void *buf);
 void css_do_schm(uint8_t mbk, int update, int dct, uint64_t mbo);
@@ -471,7 +471,7 @@ static inline int css_do_stcrw(CRW *crw)
 {
     return 1;
 }
-static inline int css_do_tpi(uint64_t addr, int lowcore)
+static inline int css_do_tpi(IOIntCode *int_code, int lowcore)
 {
     return 0;
 }
This page took 0.03156 seconds and 4 git commands to generate.