Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 18 of 18) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_rtas.c55 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 Dspapr_rtas_ddw.c95 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 Dspapr_rtc.c70 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 Dspapr_pci.c132 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 Dvof.c62 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 Dspapr_vio.c332 uint32_t nargs, target_ulong args, in rtas_set_tce_bypass()
363 uint32_t nargs, target_ulong args, in rtas_quiesce()
H A Dspapr_drc.c1062 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 Dpegasos2.c456 uint32_t nargs = ldl_be_phys(as, args_real + 4); in pegasos2_rtas() local
H A Dspapr_events.c935 uint32_t token, uint32_t nargs, in check_exception()
995 uint32_t token, uint32_t nargs, in event_scan()
H A Dspapr_hcall.c661 uint32_t nargs = rtas_ld(rtas_r3, 1); in h_rtas() local
/qemu/pc-bios/vof/
H A Dci.c5 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 Drtas.c11 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 Dxics_spapr.c153 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 Dspapr_nvram.c100 uint32_t token, uint32_t nargs, in rtas_nvram_store()
/qemu/tcg/
H A Dtcg.c1488 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 Dtcg.h325 unsigned nargs : 8; member
/qemu/tests/qtest/
H A Dlibqtest.c1300 uint32_t nargs, uint64_t args, in qtest_rtas_call()
/qemu/linux-user/
H A Dsyscall.c3686 static const unsigned nargs[] = { /* number of arguments per operation */ in do_socketcall() local