Searched refs:param1 (Results 1 – 6 of 6) sorted by relevance
/qemu/target/s390x/ |
H A D | ioinst.c | 389 uint32_t param1; member 419 uint32_t param1 = be32_to_cpu(req->param1); in ioinst_handle_chsc_scpd() local 432 (param1 & CHSC_SCPD_1_RES) || req->param2) { in ioinst_handle_chsc_scpd() 449 l_chpid = param1 & CHSC_SCPD_01_CHPID; in ioinst_handle_chsc_scpd() 497 if ((param0 & CHSC_SCSC_0_RES) || req->param1 || req->param2) { in ioinst_handle_chsc_scsc() 607 uint64_t selection_mask = ldq_be_p(&req->param1); in ioinst_handle_chsc_sei()
|
/qemu/hw/ppc/ |
H A D | vof.c | 770 uint32_t ihandle, uint32_t param1, in vof_call_method() argument 801 param1); in vof_call_method() 810 *ret2 = param1; /* rtas-base */ in vof_call_method() 817 trace_vof_method(ihandle, method, param1, ret, *ret2); in vof_call_method() 822 static uint32_t vof_call_interpret(uint32_t cmdaddr, uint32_t param1, in vof_call_interpret() argument 830 trace_vof_interpret(cmd, param1, param2, ret, *ret2); in vof_call_interpret()
|
H A D | trace-events | 90 vof_interpret(const char *cmd, uint32_t param1, uint32_t param2, uint32_t ret, uint32_t ret2) "[%s]…
|
/qemu/pc-bios/s390-ccw/ |
H A D | virtio.c | 48 static long kvm_hypercall(unsigned long nr, unsigned long param1, in kvm_hypercall() argument 52 register unsigned long r_param1 asm("2") = param1; in kvm_hypercall()
|
/qemu/include/tcg/ |
H A D | tcg.h | 328 unsigned param1 : 8; member 344 #define TCGOP_CALLI(X) (X)->param1 347 #define TCGOP_TYPE(X) (X)->param1
|
/qemu/hw/display/ |
H A D | trace-events | 26 …exceeded(const char *name, const char *component, int bound, const char *param1, int value1, const…
|