Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/apei/
Derst.c390 range->base = apei_exec_ctx_get_output(&ctx); in erst_get_erange()
394 range->size = apei_exec_ctx_get_output(&ctx); in erst_get_erange()
398 range->attr = apei_exec_ctx_get_output(&ctx); in erst_get_erange()
412 return apei_exec_ctx_get_output(&ctx); in __erst_get_record_count()
456 *record_id = apei_exec_ctx_get_output(&ctx); in __erst_get_next_record_id()
656 val = apei_exec_ctx_get_output(&ctx); in __erst_write_to_storage()
665 val = apei_exec_ctx_get_output(&ctx); in __erst_write_to_storage()
699 val = apei_exec_ctx_get_output(&ctx); in __erst_read_from_storage()
708 val = apei_exec_ctx_get_output(&ctx); in __erst_read_from_storage()
738 val = apei_exec_ctx_get_output(&ctx); in __erst_clear_from_storage()
[all …]
Deinj.c162 *type = apei_exec_ctx_get_output(&ctx); in __einj_get_available_error_type()
490 val = apei_exec_ctx_get_output(&ctx); in __einj_error_inject()
499 val = apei_exec_ctx_get_output(&ctx); in __einj_error_inject()
506 trigger_paddr = apei_exec_ctx_get_output(&ctx); in __einj_error_inject()
Dapei-internal.h49 static inline u64 apei_exec_ctx_get_output(struct apei_exec_context *ctx) in apei_exec_ctx_get_output() function