Searched refs:xen_hypercall_names (Results 1 – 2 of 2) sorted by relevance
7 static const char *xen_hypercall_names[] = { variable14 if (op < ARRAY_SIZE(xen_hypercall_names) && xen_hypercall_names[op] != NULL) in xen_hypercall_name()15 return xen_hypercall_names[op]; in xen_hypercall_name()
55 static const char *xen_hypercall_names[] = { variable107 if (op < ARRAY_SIZE(xen_hypercall_names) && in xen_hypercall_name()108 xen_hypercall_names[op] != NULL) in xen_hypercall_name()109 return xen_hypercall_names[op]; in xen_hypercall_name()