| /openbmc/qemu/target/m68k/ |
| H A D | m68k-semi.c | 130 target_ulong arg0, arg1, arg2, arg3; in do_m68k_semihosting() local 143 semihost_sys_open(cs, m68k_semi_u32_cb, arg0, arg1, arg2, arg3); in do_m68k_semihosting() 148 semihost_sys_close(cs, m68k_semi_u32_cb, arg0); in do_m68k_semihosting() 155 semihost_sys_read(cs, m68k_semi_u32_cb, arg0, arg1, arg2); in do_m68k_semihosting() 162 semihost_sys_write(cs, m68k_semi_u32_cb, arg0, arg1, arg2); in do_m68k_semihosting() 170 semihost_sys_lseek(cs, m68k_semi_u64_cb, arg0, in do_m68k_semihosting() 179 semihost_sys_rename(cs, m68k_semi_u32_cb, arg0, arg1, arg2, arg3); in do_m68k_semihosting() 185 semihost_sys_remove(cs, m68k_semi_u32_cb, arg0, arg1); in do_m68k_semihosting() 192 semihost_sys_stat(cs, m68k_semi_u32_cb, arg0, arg1, arg2); in do_m68k_semihosting() 198 semihost_sys_fstat(cs, m68k_semi_u32_cb, arg0, arg1); in do_m68k_semihosting() [all …]
|
| /openbmc/qemu/linux-user/ |
| H A D | strace.c | 677 abi_long arg0, abi_long arg1, abi_long arg2, in print_shmat() argument 689 print_raw_param(TARGET_ABI_FMT_ld, arg0, 0); in print_shmat() 789 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_addr() argument 810 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_newselect() argument 816 print_fdset(arg0, arg1); in print_syscall_ret_newselect() 818 print_fdset(arg0, arg2); in print_syscall_ret_newselect() 820 print_fdset(arg0, arg3); in print_syscall_ret_newselect() 840 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_adjtimex() argument 875 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime() argument 894 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime64() argument [all …]
|
| /openbmc/qemu/semihosting/ |
| H A D | arm-compat-semi.c | 367 target_ulong arg0, arg1, arg2, arg3; in do_common_semihosting() local 385 s = lock_user_string(arg0); in do_common_semihosting() 390 unlock_user(s, arg0, 0); in do_common_semihosting() 422 unlock_user(s, arg0, 0); in do_common_semihosting() 423 semihost_sys_open(cs, common_semi_cb, arg0, arg2 + 1, in do_common_semihosting() 427 unlock_user(s, arg0, 0); in do_common_semihosting() 434 semihost_sys_close(cs, common_semi_cb, arg0); in do_common_semihosting() 462 semihost_sys_write(cs, common_semi_rw_cb, arg0, arg1, arg2); in do_common_semihosting() 469 semihost_sys_read(cs, common_semi_rw_cb, arg0, arg1, arg2); in do_common_semihosting() 479 common_semi_set_ret(cs, (target_long)arg0 < 0); in do_common_semihosting() [all …]
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-bmi2.c | 12 #define insn1q(name, arg0) \ argument 13 static inline reg_t name##q(reg_t arg0) \ 16 asm volatile (#name "q %1, %0" : "=r"(result64) : "rm"(arg0)); \ 20 #define insn1l(name, arg0) \ argument 21 static inline reg_t name##l(reg_t arg0) \ 24 asm volatile (#name "l %k1, %k0" : "=r"(result32) : "rm"(arg0)); \ 28 #define insn2q(name, arg0, c0, arg1, c1) \ argument 29 static inline reg_t name##q(reg_t arg0, reg_t arg1) \ 32 asm volatile (#name "q %2, %1, %0" : "=r"(result64) : c0(arg0), c1(arg1)); \ 36 #define insn2l(name, arg0, c0, arg1, c1) \ argument [all …]
|
| H A D | test-i386-fyl2xp1.c | 6 long double arg0, arg1, down, up; member 1146 "0" (tests[i].arg0), "u" (tests[i].arg1) : "st(1)"); in main() 1150 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
|
| H A D | test-i386-fpatan.c | 6 long double arg0, arg1, down, up; member 1061 "0" (tests[i].arg0), "u" (tests[i].arg1) : "st(1)"); in main() 1065 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
|
| H A D | test-i386-fyl2x.c | 6 long double arg0, arg1, down, up; member 1151 "0" (tests[i].arg0), "u" (tests[i].arg1) : "st(1)"); in main() 1155 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ |
| H A D | 0001-strace-fix-reproducibilty-issues.patch | 19 @@ -46,7 +46,7 @@ while read -r name arg0 args; do { 23 -# Generated by $0 from $input ($name $arg0 $args); do not edit." 24 +# Generated by $(basename $0) from $input ($name $arg0 $args); do not edit." 26 case "$arg0" in 28 @@ -91,7 +91,7 @@ while read -r name arg0 args; do {
|
| H A D | ptest-spacesave.patch | 20 @@ -73,6 +73,7 @@ while read -r name arg0 args; do { 23 run_strace_match_diff $arg0 $args
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call() argument 13 register uintptr_t a0 asm("x1") = arg0; in __semi_call()
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call() argument 13 register uintptr_t a0 asm("a1") = arg0; in __semi_call()
|
| /openbmc/telemetry/src/types/ |
| H A D | error_message.hpp | 10 std::string arg0; member 13 error(errorIn), arg0(arg0In) in ErrorMessage()
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call() argument 13 register uintptr_t a0 asm("r1") = arg0; in __semi_call()
|
| /openbmc/qemu/tests/tcg/aarch64/system/ |
| H A D | semiconsole.c | 14 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call() argument 17 register uintptr_t a0 asm("x1") = arg0; in __semi_call()
|
| H A D | semiheap.c | 15 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call() argument 18 register uintptr_t a0 asm("x1") = arg0; in __semi_call()
|
| /openbmc/qemu/tests/tcg/arm/system/ |
| H A D | semiconsole.c | 14 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call() argument 17 register uintptr_t a0 asm("r1") = arg0; in __semi_call()
|
| /openbmc/u-boot/drivers/firmware/ |
| H A D | psci.c | 27 (unsigned long function_id, unsigned long arg0, in invoke_psci_fn() argument 39 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in invoke_psci_fn() 41 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in invoke_psci_fn()
|
| /openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/ |
| H A D | sys_proto.h | 65 int invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3,
|
| /openbmc/u-boot/arch/arm/mach-zynqmp/ |
| H A D | cpu.c | 156 int __maybe_unused invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, in invoke_smc() argument 166 regs.regs[1] = ((u64)arg1 << 32) | arg0; in invoke_smc()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0003-adb-define-shell-command.patch | 18 @@ -299,11 +299,7 @@ static int create_subproc_raw(const char *cmd, const char *arg0, const char *a…
|
| /openbmc/qemu/target/sh4/ |
| H A D | translate.c | 802 TCGv arg0, arg1; in _decode_opc() local 803 arg0 = tcg_temp_new(); in _decode_opc() 804 tcg_gen_qemu_ld_i32(arg0, REG(B7_4), ctx->memidx, in _decode_opc() 809 gen_helper_macl(tcg_env, arg0, arg1); in _decode_opc() 816 TCGv arg0, arg1; in _decode_opc() local 817 arg0 = tcg_temp_new(); in _decode_opc() 818 tcg_gen_qemu_ld_i32(arg0, REG(B7_4), ctx->memidx, in _decode_opc() 823 gen_helper_macw(tcg_env, arg0, arg1); in _decode_opc() 833 TCGv arg0, arg1; in _decode_opc() local 834 arg0 = tcg_temp_new(); in _decode_opc() [all …]
|
| H A D | op_helper.c | 160 void helper_macl(CPUSH4State *env, int32_t arg0, int32_t arg1) in helper_macl() argument 164 int64_t mul = (int64_t)arg0 * arg1; in helper_macl() 179 void helper_macw(CPUSH4State *env, int32_t arg0, int32_t arg1) in helper_macw() argument 182 int32_t mul = arg0 * arg1; in helper_macw()
|
| /openbmc/u-boot/include/ |
| H A D | atf_common.h | 76 unsigned long arg0; member
|
| /openbmc/qemu/target/tricore/ |
| H A D | op_helper.c | 2286 uint32_t helper_crc32b(uint32_t arg0, uint32_t arg1) in helper_crc32b() argument 2288 uint8_t buf[1] = { arg0 & 0xff }; in helper_crc32b() 2294 uint32_t helper_crc32_be(uint32_t arg0, uint32_t arg1) in helper_crc32_be() argument 2297 stl_be_p(buf, arg0); in helper_crc32_be() 2302 uint32_t helper_crc32_le(uint32_t arg0, uint32_t arg1) in helper_crc32_le() argument 2305 stl_le_p(buf, arg0); in helper_crc32_le() 2335 uint32_t helper_crcn(uint32_t arg0, uint32_t arg1, uint32_t arg2) in helper_crcn() argument 2338 uint32_t n = extract32(arg0, 12, 4) + 1; in helper_crcn() 2339 uint32_t gen = extract32(arg0, 16, n); in helper_crcn() 2340 uint32_t inv = extract32(arg0, 9, 1); in helper_crcn() [all …]
|
| /openbmc/qemu/scripts/tracetool/ |
| H A D | __init__.py | 372 arg0 = 'Error at %s:%d: %s' % (fname, lineno, e.args[0]) 373 e.args = (arg0,) + e.args[1:]
|