Home
last modified time | relevance | path

Searched refs:UCALL_MAX_ARGS (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/s390x/
A Ducall.c25 nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS; in ucall()
/linux/tools/testing/selftests/kvm/lib/x86_64/
A Ducall.c27 nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS; in ucall()
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Ducall.c82 nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS; in ucall()
/linux/tools/testing/selftests/kvm/include/
A Dkvm_util.h373 #define UCALL_MAX_ARGS 6 macro
377 uint64_t args[UCALL_MAX_ARGS];

Completed in 5 milliseconds