Home
last modified time | relevance | path

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

/kvm-unit-tests/riscv/
H A Dsbi-sse.c893 struct priority_test_arg { struct
898 struct priority_test_arg *next_event_arg; argument
899 void (*check_func)(struct priority_test_arg *arg); argument
905 struct priority_test_arg *targ = arg; in sse_hi_priority_test_handler()
906 struct priority_test_arg *next = targ->next_event_arg; in sse_hi_priority_test_handler()
920 struct priority_test_arg *targ = arg; in sse_low_priority_test_handler()
921 struct priority_test_arg *next = targ->next_event_arg; in sse_low_priority_test_handler()
934 static void sse_test_injection_priority_arg(struct priority_test_arg *in_args, in sse_test_injection_priority_arg()
943 struct priority_test_arg *arg; in sse_test_injection_priority_arg()
946 struct priority_test_arg *args[in_args_size]; in sse_test_injection_priority_arg()
[all …]