Searched defs:hc (Results 1 – 1 of 1) sorted by relevance
60 #define TEST_HCALL(hc) { .nr = hc, .name = #hc } argument62 #define PR_HCALL(hc) ucall(UCALL_PR_HCALL, 1, hc) argument74 static void test_hcall(struct hcall_data *hc) in test_hcall()107 struct hcall_data *hc = (struct hcall_data *)uc->args[0]; in pr_hcall() local
Completed in 10 milliseconds