Searched refs:KVMPPC_GSID_PARTITION_TABLE (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/kvm/ |
H A D | test-guest-state-buffer.c | 213 KVMPPC_GSID_PARTITION_TABLE, in test1_get_size() 236 if (kvmppc_gsm_includes(gsm, KVMPPC_GSID_PARTITION_TABLE)) in test1_fill_info() 237 kvmppc_gse_put_part_table(gsb, KVMPPC_GSID_PARTITION_TABLE, in test1_fill_info() 241 kvmppc_gse_put_proc_table(gsb, KVMPPC_GSID_PARTITION_TABLE, in test1_fill_info() 295 kvmppc_gsm_include(gsm, KVMPPC_GSID_PARTITION_TABLE); in test_gs_msg()
|
H A D | book3s_hv_nestedv2.c | 122 case KVMPPC_GSID_PARTITION_TABLE: in gs_msg_ops_vcpu_get_size() 861 kvmppc_gsid_size(KVMPPC_GSID_PARTITION_TABLE)) + in kvmhv_nestedv2_set_ptbl_entry() 874 rc = kvmppc_gse_put_part_table(gsb, KVMPPC_GSID_PARTITION_TABLE, patbl); in kvmhv_nestedv2_set_ptbl_entry()
|
H A D | guest-state-buffer.c | 128 case KVMPPC_GSID_PARTITION_TABLE: in kvmppc_gsid_type()
|
/linux/arch/powerpc/include/asm/ |
H A D | guest-state-buffer.h | 27 #define KVMPPC_GSID_PARTITION_TABLE 0x0005 macro 673 return __kvmppc_gse_put(gsb, KVMPPC_GSID_PARTITION_TABLE, sizeof(tmp), in kvmppc_gse_put_part_table()
|