Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c637 static const struct pdsm_cmd_desc __pdsm_cmd_descriptors[] = { variable
661 if (cmd >= 0 || cmd < ARRAY_SIZE(__pdsm_cmd_descriptors)) in pdsm_cmd_desc()
662 return &__pdsm_cmd_descriptors[cmd]; in pdsm_cmd_desc()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c941 static const struct pdsm_cmd_desc __pdsm_cmd_descriptors[] = { variable
971 if (cmd >= 0 || cmd < ARRAY_SIZE(__pdsm_cmd_descriptors)) in pdsm_cmd_desc()
972 return &__pdsm_cmd_descriptors[cmd]; in pdsm_cmd_desc()

Completed in 4 milliseconds