/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 55 uint32_t token, uint32_t nargs, in rtas_display_character() 71 uint32_t token, uint32_t nargs, target_ulong args, in rtas_power_off() 84 uint32_t token, uint32_t nargs, in rtas_system_reboot() 98 uint32_t token, uint32_t nargs, in rtas_query_cpu_stopped_state() 129 uint32_t token, uint32_t nargs, in rtas_start_cpu() 205 uint32_t token, uint32_t nargs, in rtas_stop_self() 228 uint32_t token, uint32_t nargs, in rtas_ibm_suspend_me() 272 uint32_t token, uint32_t nargs, in rtas_ibm_get_system_parameter() 329 uint32_t token, uint32_t nargs, in rtas_ibm_set_system_parameter() 349 uint32_t token, uint32_t nargs, in rtas_ibm_os_term() [all …]
|
H A D | spapr_rtas_ddw.c | 95 uint32_t token, uint32_t nargs, in rtas_ibm_query_pe_dma_window() 145 uint32_t token, uint32_t nargs, in rtas_ibm_create_pe_dma_window() 222 uint32_t token, uint32_t nargs, in rtas_ibm_remove_pe_dma_window() 272 uint32_t token, uint32_t nargs, in rtas_ibm_reset_pe_dma_window()
|
H A D | spapr_rtc.c | 70 uint32_t token, uint32_t nargs, in rtas_get_time_of_day() 95 uint32_t token, uint32_t nargs, in rtas_set_time_of_day()
|
H A D | spapr_pci.c | 132 uint32_t token, uint32_t nargs, in rtas_ibm_read_pci_config() 152 uint32_t token, uint32_t nargs, in rtas_read_pci_config() 198 uint32_t token, uint32_t nargs, in rtas_ibm_write_pci_config() 219 uint32_t token, uint32_t nargs, in rtas_write_pci_config() 268 uint32_t token, uint32_t nargs, in rtas_ibm_change_msi() 438 uint32_t nargs, in rtas_ibm_query_interrupt_source_number() 478 uint32_t token, uint32_t nargs, in rtas_ibm_set_eeh_option() 514 uint32_t token, uint32_t nargs, in rtas_ibm_get_config_addr_info2() 568 uint32_t token, uint32_t nargs, in rtas_ibm_read_slot_reset_state2() 610 uint32_t token, uint32_t nargs, in rtas_ibm_set_slot_reset() [all …]
|
H A D | vof.c | 62 static bool cmpservice(const char *s, unsigned nargs, unsigned nret, in cmpservice() 856 uint32_t *args, unsigned nargs, in vof_client_handle() 935 uint32_t nargs; member 947 unsigned nargs, nret, i; in vof_client_call() local
|
H A D | spapr_vio.c | 332 uint32_t nargs, target_ulong args, in rtas_set_tce_bypass() 363 uint32_t nargs, target_ulong args, in rtas_quiesce()
|
H A D | spapr_drc.c | 1062 uint32_t nargs, target_ulong args, in rtas_set_indicator() 1096 uint32_t token, uint32_t nargs, in rtas_get_sensor_state() 1158 uint32_t token, uint32_t nargs, in rtas_ibm_configure_connector()
|
H A D | pegasos2.c | 456 uint32_t nargs = ldl_be_phys(as, args_real + 4); in pegasos2_rtas() local
|
H A D | spapr_events.c | 935 uint32_t token, uint32_t nargs, in check_exception() 995 uint32_t token, uint32_t nargs, in event_scan()
|
H A D | spapr_hcall.c | 661 uint32_t nargs = rtas_ld(rtas_r3, 1); in h_rtas() local
|
/qemu/pc-bios/vof/ |
H A D | ci.c | 5 uint32_t nargs; member 51 static int call_ci(const char *service, int nargs, int nret, ...) in call_ci()
|
/qemu/tests/qtest/libqos/ |
H A D | rtas.c | 11 uint32_t nargs, uint32_t *args) in qrtas_copy_args() 32 uint32_t nargs, uint32_t *args, in qrtas_call()
|
/qemu/hw/intc/ |
H A D | xics_spapr.c | 153 uint32_t nargs, target_ulong args, in rtas_set_xive() 188 uint32_t nargs, target_ulong args, in rtas_get_xive() 220 uint32_t nargs, target_ulong args, in rtas_int_off() 253 uint32_t nargs, target_ulong args, in rtas_int_on()
|
/qemu/hw/nvram/ |
H A D | spapr_nvram.c | 100 uint32_t token, uint32_t nargs, in rtas_nvram_store()
|
/qemu/tcg/ |
H A D | tcg.c | 1488 int nargs; in init_ffi_layout() local 3587 static TCGOp *tcg_op_alloc(TCGOpcode opc, unsigned nargs) in tcg_op_alloc() 3618 TCGOp *tcg_emit_op(TCGOpcode opc, unsigned nargs) in tcg_emit_op() 3631 TCGOpcode opc, TCGType type, unsigned nargs) in tcg_op_insert_before() 3641 TCGOpcode opc, TCGType type, unsigned nargs) in tcg_op_insert_after()
|
/qemu/include/tcg/ |
H A D | tcg.h | 325 unsigned nargs : 8; member
|
/qemu/tests/qtest/ |
H A D | libqtest.c | 1300 uint32_t nargs, uint64_t args, in qtest_rtas_call()
|
/qemu/linux-user/ |
H A D | syscall.c | 3686 static const unsigned nargs[] = { /* number of arguments per operation */ in do_socketcall() local
|