Searched refs:apei_exec_ctx_get_output (Results 1 – 2 of 2) sorted by relevance
403 range->base = apei_exec_ctx_get_output(&ctx); in erst_get_erange()407 range->size = apei_exec_ctx_get_output(&ctx); in erst_get_erange()411 range->attr = apei_exec_ctx_get_output(&ctx); in erst_get_erange()414 range->timings = apei_exec_ctx_get_output(&ctx); in erst_get_erange()432 return apei_exec_ctx_get_output(&ctx); in __erst_get_record_count()476 *record_id = apei_exec_ctx_get_output(&ctx); in __erst_get_next_record_id()672 val = apei_exec_ctx_get_output(&ctx); in __erst_write_to_storage()681 val = apei_exec_ctx_get_output(&ctx); in __erst_write_to_storage()717 val = apei_exec_ctx_get_output(&ctx); in __erst_read_from_storage()726 val = apei_exec_ctx_get_output(&ctx); in __erst_read_from_storage()[all …]
49 static inline u64 apei_exec_ctx_get_output(struct apei_exec_context *ctx) in apei_exec_ctx_get_output() function