Searched refs:arg1 (Results 1 – 11 of 11) sorted by relevance
/kvm-unit-tests/lib/arm/asm/ |
H A D | arm-smccc.h | 23 unsigned long arg1, unsigned long arg2, 30 unsigned long arg1, unsigned long arg2, 37 unsigned long arg1, unsigned long arg2,
|
H A D | psci.h | 11 unsigned long arg1, unsigned long arg2);
|
/kvm-unit-tests/lib/x86/ |
H A D | usermode.c | 35 uint64_t arg1, uint64_t arg2, uint64_t arg3, in run_in_user() argument 111 [arg1]"m"(arg1), in run_in_user()
|
H A D | usermode.h | 27 uint64_t arg1, uint64_t arg2, uint64_t arg3,
|
H A D | fault_test.h | 21 typedef uint64_t (*test_fault_func)(uint64_t arg1, uint64_t arg2,
|
/kvm-unit-tests/lib/arm/ |
H A D | psci.c | 16 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 D | opal.h | 20 int64_t opal_call(int64_t token, int64_t arg1, int64_t arg2, int64_t arg3);
|
/kvm-unit-tests/lib/ppc64/ |
H A D | opal.c | 17 extern int64_t opal_call(int64_t token, int64_t arg1, int64_t arg2, int64_t arg3);
|
/kvm-unit-tests/lib/riscv/ |
H A D | sbi.c | 10 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 D | sbi.h | 250 unsigned long arg1, unsigned long arg2,
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 7069 my $arg1 = $3; 7082 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");
|