From b814311a6dc122e761336881130eace63d3533e7 Mon Sep 17 00:00:00 2001 From: Dean Sanner Date: Tue, 16 Jul 2013 14:58:43 -0500 Subject: Handle interrupts on MPIPL Change-Id: I315d5c802819bf6f16cd6adbffe77530bd42699a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5427 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/runtime/runtime.H | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/include/usr/runtime/runtime.H') diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H index 59233c566..0536d2c63 100644 --- a/src/include/usr/runtime/runtime.H +++ b/src/include/usr/runtime/runtime.H @@ -96,6 +96,35 @@ errlHndl_t get_host_data_section( SectionId i_section, size_t& o_dataSize ); const size_t DATA_SIZE_UNKNOWN = 0xFFFFFFFFFFFFFFFF; +/** + * @brief Update the actual count of section. Only supported for + * memory dump results table + * + * @param[in] i_section Chunk of data to find + * @param[out] i_count Actual countPhysical memory address of data + * + * @return errlHndl_t NULL on success + */ +errlHndl_t update_host_data_section_actual( SectionId i_section, + uint16_t i_count ); + +/** + * @brief This function updates the actual count for the MDRT + * May be called at anytime, but the actual value is updated + * to the SPIRA during populate_attributes + * + */ +void update_MDRT_Count(uint16_t i_count); + +/** + * @brief This function writes the stored count for the MDRT + * out to the SPIRA + * + * @return errlHndl_t + */ +errlHndl_t write_MDRT_Count(void); + + } #endif -- cgit v1.2.3