Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/pseries/
Dpapr_scm.c636 static const struct pdsm_cmd_desc __pdsm_cmd_descriptors[] = { variable
660 if (cmd >= 0 || cmd < ARRAY_SIZE(__pdsm_cmd_descriptors)) in pdsm_cmd_desc()
661 return &__pdsm_cmd_descriptors[cmd]; in pdsm_cmd_desc()