Searched refs:kvmppc_gs_elem (Results 1 – 4 of 4) sorted by relevance
218 struct kvmppc_gs_elem { struct261 struct kvmppc_gs_elem *gses[KVMPPC_GSE_IDEN_COUNT];341 return (struct kvmppc_gs_elem *)kvmppc_gsb_header(gsb)->data; in kvmppc_gsb_data()445 static inline u16 kvmppc_gse_iden(const struct kvmppc_gs_elem *gse) in kvmppc_gse_iden()456 static inline u16 kvmppc_gse_len(const struct kvmppc_gs_elem *gse) in kvmppc_gse_len()480 return sizeof(struct kvmppc_gs_elem) + size; in kvmppc_gse_total_size()501 static inline bool kvmppc_gse_ok(const struct kvmppc_gs_elem *gse, in kvmppc_gse_ok()515 static inline struct kvmppc_gs_elem *516 kvmppc_gse_next(const struct kvmppc_gs_elem *gse, int *remaining) in kvmppc_gse_next()521 return (struct kvmppc_gs_elem *)(gse->data + kvmppc_gse_len(gse)); in kvmppc_gse_next()[all …]
257 struct kvmppc_gs_elem *gse; in __kvmppc_gse_put()283 struct kvmppc_gs_elem *curr; in kvmppc_gse_parse()398 struct kvmppc_gs_elem *gse) in kvmppc_gsp_insert()415 struct kvmppc_gs_elem *kvmppc_gsp_lookup(struct kvmppc_gs_parser *gsp, u16 iden) in kvmppc_gsp_lookup()
27 const struct kvmppc_gs_elem *head, *curr; in test_adding_element()102 struct kvmppc_gs_elem *gse; in test_gs_parsing()255 struct kvmppc_gs_elem *gse; in test1_refresh_info()
89 struct kvmppc_gs_elem *gse; in gs_msg_ops_kvmhv_nestedv2_config_refresh_info()398 struct kvmppc_gs_elem *gse; in gs_msg_ops_vcpu_refresh_info()
Completed in 11 milliseconds