Home
last modified time | relevance | path

Searched refs:H_P2 (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_nvdimm.c269 return H_P2; in h_scm_read_metadata()
325 return H_P2; in h_scm_write_metadata()
331 return H_P2; in h_scm_write_metadata()
337 return H_P2; in h_scm_write_metadata()
343 return H_P2; in h_scm_write_metadata()
400 return H_P2; in h_scm_bind_mem()
640 return H_P2; in spapr_nvdimm_get_flush_status()
742 return H_P2; in h_scm_unbind_mem()
793 return H_P2; in h_scm_unbind_all()
H A Dspapr_nested.c386 return H_P2; in h_enter_nested()
535 env->gpr[3] = H_P2; in spapr_exit_nested_hv()
1218 return H_P2; /* isn't supported */ in h_guest_set_capabilities()
1237 return H_P2; in h_guest_set_capabilities()
1250 return H_P2; in h_guest_set_capabilities()
1287 return H_P2; in h_guest_create()
1354 return H_P2; in h_guest_delete()
1378 return H_P2; in h_guest_create_vcpu()
1505 return H_P2; in h_guest_getset_state()
1651 *r3 = H_P2; in exit_process_output_buffer()
[all …]
H A Dspapr_hcall.c910 target_ulong ret = H_P2; in h_set_mode()
1009 return H_P2; in h_register_process_table()
1023 return H_P2; in h_register_process_table()
H A Dspapr_numa.c612 return H_P2; in h_home_node_associativity()
/qemu/hw/intc/
H A Dspapr_xive.c958 return H_P2; in h_int_get_source_info()
964 return H_P2; in h_int_get_source_info()
1075 return H_P2; in h_int_set_source_config()
1082 return H_P2; in h_int_set_source_config()
1182 return H_P2; in h_int_get_source_config()
1189 return H_P2; in h_int_get_source_config()
1272 return H_P2; in h_int_get_queue_info()
1362 return H_P2; in h_int_set_queue_config()
1530 return H_P2; in h_int_get_queue_config()
1707 return H_P2; in h_int_esb()
[all …]
/qemu/hw/watchdog/
H A Dspapr_watchdog.c149 return H_P2; in h_watchdog()
177 return H_P2; in h_watchdog()
188 return H_P2; in h_watchdog()
/qemu/docs/specs/
H A Dppc-spapr-uv-hcalls.rst76 ``H_P2``: ``in_buffer`` is invalid.
/qemu/include/hw/ppc/
H A Dspapr.h358 #define H_P2 -55 macro