Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 11 of 11) sorted by relevance

/kvm-unit-tests/lib/arm/asm/
H A Darm-smccc.h23 unsigned long arg1, unsigned long arg2,
30 unsigned long arg1, unsigned long arg2,
37 unsigned long arg1, unsigned long arg2,
H A Dpsci.h11 unsigned long arg1, unsigned long arg2);
/kvm-unit-tests/lib/x86/
H A Dusermode.c35 uint64_t arg1, uint64_t arg2, uint64_t arg3, in run_in_user() argument
111 [arg1]"m"(arg1), in run_in_user()
H A Dusermode.h27 uint64_t arg1, uint64_t arg2, uint64_t arg3,
H A Dfault_test.h21 typedef uint64_t (*test_fault_func)(uint64_t arg1, uint64_t arg2,
/kvm-unit-tests/lib/arm/
H A Dpsci.c16 unsigned long arg1, unsigned long arg2, in psci_invoke_none() argument
30 unsigned long arg1, unsigned long arg2) in psci_invoke() argument
32 return psci_invoke_fn(function_id, arg0, arg1, arg2, 0, 0, 0, 0, 0, 0, 0, 0, NULL); in psci_invoke()
/kvm-unit-tests/lib/ppc64/asm/
H A Dopal.h20 int64_t opal_call(int64_t token, int64_t arg1, int64_t arg2, int64_t arg3);
/kvm-unit-tests/lib/ppc64/
H A Dopal.c17 extern int64_t opal_call(int64_t token, int64_t arg1, int64_t arg2, int64_t arg3);
/kvm-unit-tests/lib/riscv/
H A Dsbi.c10 unsigned long arg1, unsigned long arg2, in sbi_ecall() argument
15 register uintptr_t a1 asm ("a1") = (uintptr_t)(arg1); in sbi_ecall()
/kvm-unit-tests/lib/riscv/asm/
H A Dsbi.h250 unsigned long arg1, unsigned long arg2,
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl7069 my $arg1 = $3;
7082 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");