Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c903 static const struct pdsm_cmd_desc __pdsm_cmd_descriptors[] = { variable
933 if (cmd >= 0 || cmd < ARRAY_SIZE(__pdsm_cmd_descriptors)) in pdsm_cmd_desc()
934 return &__pdsm_cmd_descriptors[cmd]; in pdsm_cmd_desc()