Home
last modified time | relevance | path

Searched refs:mpp_x_data (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dlparcfg.c296 struct hvcall_mpp_x_data mpp_x_data; in parse_mpp_x_data() local
300 if (h_get_mpp_x(&mpp_x_data)) in parse_mpp_x_data()
303 seq_printf(m, "coalesced_bytes=%ld\n", mpp_x_data.coalesced_bytes); in parse_mpp_x_data()
305 if (mpp_x_data.pool_coalesced_bytes) in parse_mpp_x_data()
307 mpp_x_data.pool_coalesced_bytes); in parse_mpp_x_data()
308 if (mpp_x_data.pool_purr_cycles) in parse_mpp_x_data()
309 seq_printf(m, "coalesce_pool_purr=%ld\n", mpp_x_data.pool_purr_cycles); in parse_mpp_x_data()
310 if (mpp_x_data.pool_spurr_cycles) in parse_mpp_x_data()
311 seq_printf(m, "coalesce_pool_spurr=%ld\n", mpp_x_data.pool_spurr_cycles); in parse_mpp_x_data()
H A Dlpar.c1917 int h_get_mpp_x(struct hvcall_mpp_x_data *mpp_x_data) in h_get_mpp_x() argument
1924 mpp_x_data->coalesced_bytes = retbuf[0]; in h_get_mpp_x()
1925 mpp_x_data->pool_coalesced_bytes = retbuf[1]; in h_get_mpp_x()
1926 mpp_x_data->pool_purr_cycles = retbuf[2]; in h_get_mpp_x()
1927 mpp_x_data->pool_spurr_cycles = retbuf[3]; in h_get_mpp_x()
H A Dsetup.c883 struct hvcall_mpp_x_data mpp_x_data; in pSeries_coalesce_init() local
885 if (firmware_has_feature(FW_FEATURE_CMO) && !h_get_mpp_x(&mpp_x_data)) in pSeries_coalesce_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhvcall.h507 int h_get_mpp_x(struct hvcall_mpp_x_data *mpp_x_data);