Home
last modified time | relevance | path

Searched defs:nret (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c57 uint32_t nret, target_ulong rets) in rtas_display_character()
72 uint32_t nret, target_ulong rets) in rtas_power_off()
86 uint32_t nret, target_ulong rets) in rtas_system_reboot()
130 uint32_t nret, target_ulong rets) in rtas_start_cpu()
206 uint32_t nret, target_ulong rets) in rtas_stop_self()
227 uint32_t nret, target_ulong rets) in rtas_ibm_suspend_me()
348 uint32_t nret, target_ulong rets) in rtas_ibm_os_term()
364 target_ulong args, uint32_t nret, in rtas_set_power_level()
508 uint32_t nret, target_ulong rets) in spapr_rtas_call()
534 uint32_t nret, uint64_t rets) in qtest_rtas_call()
[all …]
H A Dspapr_rtas_ddw.c97 uint32_t nret, target_ulong rets) in rtas_ibm_query_pe_dma_window()
147 uint32_t nret, target_ulong rets) in rtas_ibm_create_pe_dma_window()
224 uint32_t nret, target_ulong rets) in rtas_ibm_remove_pe_dma_window()
274 uint32_t nret, target_ulong rets) in rtas_ibm_reset_pe_dma_window()
H A Dspapr_rtc.c72 uint32_t nret, target_ulong rets) in rtas_get_time_of_day()
97 uint32_t nret, target_ulong rets) in rtas_set_time_of_day()
H A Dspapr_pci.c134 uint32_t nret, target_ulong rets) in rtas_ibm_read_pci_config()
154 uint32_t nret, target_ulong rets) in rtas_read_pci_config()
200 uint32_t nret, target_ulong rets) in rtas_ibm_write_pci_config()
221 uint32_t nret, target_ulong rets) in rtas_write_pci_config()
269 target_ulong args, uint32_t nret, in rtas_ibm_change_msi()
440 uint32_t nret, in rtas_ibm_query_interrupt_source_number()
479 target_ulong args, uint32_t nret, in rtas_ibm_set_eeh_option()
515 target_ulong args, uint32_t nret, in rtas_ibm_get_config_addr_info2()
611 target_ulong args, uint32_t nret, in rtas_ibm_set_slot_reset()
645 target_ulong args, uint32_t nret, in rtas_ibm_configure_pe()
[all …]
H A Dspapr_drc.c1054 uint32_t nret, target_ulong rets) in rtas_set_indicator()
1088 target_ulong args, uint32_t nret, in rtas_get_sensor_state()
1150 target_ulong args, uint32_t nret, in rtas_ibm_configure_connector()
H A Dspapr_vio.c333 uint32_t nret, target_ulong rets) in rtas_set_tce_bypass()
364 uint32_t nret, target_ulong rets) in rtas_quiesce()
H A Dvof.c62 static bool cmpservice(const char *s, unsigned nargs, unsigned nret, in cmpservice()
936 uint32_t nret; member
947 unsigned nargs, nret, i; in vof_client_call() local
H A Dspapr_events.c938 uint32_t nret, target_ulong rets) in check_exception()
998 uint32_t nret, target_ulong rets) in event_scan()
H A Dspapr_hcall.c657 uint32_t nret = rtas_ld(rtas_r3, 2); in h_rtas() local
/openbmc/linux/arch/powerpc/boot/
H A Doflib.c22 __be32 nret; /* Number of output arguments. */ member
41 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom()
65 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret()
/openbmc/qemu/pc-bios/vof/
H A Dci.c6 uint32_t nret; member
51 static int call_ci(const char *service, int nargs, int nret, ...) in call_ci()
/openbmc/qemu/tests/qtest/libqos/
H A Drtas.c21 uint32_t nret, uint32_t *ret) in qrtas_copy_ret()
33 uint32_t nret, uint32_t *ret) in qrtas_call()
/openbmc/qemu/hw/intc/
H A Dxics_spapr.c154 uint32_t nret, target_ulong rets) in rtas_set_xive()
189 uint32_t nret, target_ulong rets) in rtas_get_xive()
221 uint32_t nret, target_ulong rets) in rtas_int_off()
254 uint32_t nret, target_ulong rets) in rtas_int_on()
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c908 int nret = 1; in _nbu2ss_epn_out_data() local
1102 int nret = 1; in _nbu2ss_epn_in_data() local
1164 int nret = -EINVAL; in _nbu2ss_start_transfer() local
1599 int nret = -EINVAL; in _nbu2ss_decode_request() local
1671 int nret; in _nbu2ss_ep0_in_data_stage() local
1694 int nret; in _nbu2ss_ep0_out_data_stage() local
1743 int nret = -1; in _nbu2ss_ep0_int() local
2209 int nret; in _nbu2ss_check_vbus() local
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1026 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
1062 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
1135 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1822 int nargs, nret, token; in SYSCALL_DEFINE1() local
H A Dprom_init.c111 __be32 nret; member
387 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom()
411 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
/openbmc/linux/lib/
H A Ddigsig.c74 unsigned nret, l; in digsig_verify_rsa() local
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c43 __be32 nret; member
/openbmc/qemu/hw/nvram/
H A Dspapr_nvram.c102 uint32_t nret, target_ulong rets) in rtas_nvram_store()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas-types.h12 __be32 nret; member
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1202 uint32_t nret, uint64_t ret) in qtest_rtas_call()