Searched refs:rtas_function_table (Results 1 – 1 of 1) sorted by relevance
101 static struct rtas_function rtas_function_table[] __ro_after_init = { variable534 for (funcp = &rtas_function_table[0]; \535 funcp < &rtas_function_table[ARRAY_SIZE(rtas_function_table)]; \559 const bool out_of_bounds = index >= ARRAY_SIZE(rtas_function_table); in rtas_function_token()570 return rtas_function_table[index].token; in rtas_function_token()594 found = bsearch(&key, rtas_function_table, ARRAY_SIZE(rtas_function_table), in __rtas_name_to_function()595 sizeof(rtas_function_table[0]), rtas_function_cmp); in __rtas_name_to_function()1823 func == &rtas_function_table[RTAS_FNIDX__IBM_PLATFORM_DUMP]; in block_rtas_call()1825 func == &rtas_function_table[RTAS_FNIDX__IBM_CONFIGURE_CONNECTOR]; in block_rtas_call()2015 for (size_t i = 0; i < ARRAY_SIZE(rtas_function_table); ++i) { in rtas_function_table_init()[all …]