Home
last modified time | relevance | path

Searched refs:is_pv (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/s390x/
H A Drun18 is_pv() { function
25 if is_pv "$@" && [ "$ACCEL" = "tcg" ]; then
30 if is_pv "$@" && [ "$MIGRATION" = "yes" ]; then
38 if is_pv "$@"; then
43 if is_pv "$@"; then
/kvm-unit-tests/lib/s390x/
H A Dsnippet.h126 static inline void snippet_setup_guest(struct vm *vm, bool is_pv) in snippet_setup_guest() argument
134 if (is_pv) { in snippet_setup_guest()