Searched refs:kvmppc_gse_parse (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/kvm/ |
H A D | test-guest-state-buffer.c | 115 KUNIT_EXPECT_GE(test, kvmppc_gse_parse(&gsp, gsb), 0); in test_gs_parsing() 269 rc = kvmppc_gse_parse(&gsp, gsb); in test1_refresh_info() 381 rc = kvmppc_gse_parse(&gsp, gsb); in test_hostwide_refresh_info() 491 rc = kvmppc_gse_parse(&gsp, gsb); in test_gs_hostwide_counters()
|
H A D | guest-state-buffer.c | 299 * kvmppc_gse_parse() - create a parse map from a guest state buffer 303 int kvmppc_gse_parse(struct kvmppc_gs_parser *gsp, struct kvmppc_gs_buff *gsb) in kvmppc_gse_parse() function 319 EXPORT_SYMBOL_GPL(kvmppc_gse_parse);
|
H A D | book3s_hv_nestedv2.c | 94 rc = kvmppc_gse_parse(&gsp, gsb); in gs_msg_ops_kvmhv_nestedv2_config_refresh_info() 413 rc = kvmppc_gse_parse(&gsp, gsb); in gs_msg_ops_vcpu_refresh_info()
|
/linux/arch/powerpc/perf/ |
H A D | kvm-hv-pmu.c | 116 rc = kvmppc_gse_parse(&gsp_l0_stats, gsb_l0_stats); in kvmppc_update_l0_stats() 280 rc = kvmppc_gse_parse(&gsp, gsb); in hostwide_refresh_info()
|