Home
last modified time | relevance | path

Searched refs:KVMPPC_GSID_VSRS (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dtest-guest-state-buffer.c59 rc = kvmppc_gse_put_vector128(gsb, KVMPPC_GSID_VSRS(0), &u.v); in test_adding_element()
82 KVMPPC_GSID_VSRS(0)); in test_adding_element()
172 for (u16 iden = KVMPPC_GSID_VSRS(0); iden <= KVMPPC_GSID_VSRS(63); in test_gs_bitmap()
/linux/arch/powerpc/include/asm/
H A Dguest-state-buffer.h97 #define KVMPPC_GSID_VSRS(x) (0x3000 + (x)) macro
123 #define KVMPPC_GSE_VSRS_START KVMPPC_GSID_VSRS(0)
124 #define KVMPPC_GSE_VSRS_END KVMPPC_GSID_VSRS(63)