Searched refs:kvmppc_gs_elem (Results 1 – 5 of 5) sorted by relevance
241 struct kvmppc_gs_elem { struct284 struct kvmppc_gs_elem *gses[KVMPPC_GSE_IDEN_COUNT];364 return (struct kvmppc_gs_elem *)kvmppc_gsb_header(gsb)->data; in kvmppc_gsb_data()468 static inline u16 kvmppc_gse_iden(const struct kvmppc_gs_elem *gse) in kvmppc_gse_iden()479 static inline u16 kvmppc_gse_len(const struct kvmppc_gs_elem *gse) in kvmppc_gse_len()503 return sizeof(struct kvmppc_gs_elem) + size; in kvmppc_gse_total_size()524 static inline bool kvmppc_gse_ok(const struct kvmppc_gs_elem *gse, in kvmppc_gse_ok()538 static inline struct kvmppc_gs_elem *539 kvmppc_gse_next(const struct kvmppc_gs_elem *gse, int *remaining) in kvmppc_gse_next()544 return (struct kvmppc_gs_elem *)(gse->data + kvmppc_gse_len(gse)); in kvmppc_gse_next()[all …]
279 struct kvmppc_gs_elem *gse; in __kvmppc_gse_put()305 struct kvmppc_gs_elem *curr; in kvmppc_gse_parse()433 struct kvmppc_gs_elem *gse) in kvmppc_gsp_insert()450 struct kvmppc_gs_elem *kvmppc_gsp_lookup(struct kvmppc_gs_parser *gsp, u16 iden) in kvmppc_gsp_lookup()
28 const struct kvmppc_gs_elem *head, *curr; in test_adding_element()103 struct kvmppc_gs_elem *gse; in test_gs_parsing()266 struct kvmppc_gs_elem *gse; in test1_refresh_info()378 struct kvmppc_gs_elem *gse; in test_hostwide_refresh_info()461 struct kvmppc_gs_elem *gse; in test_gs_hostwide_counters()
89 struct kvmppc_gs_elem *gse; in gs_msg_ops_kvmhv_nestedv2_config_refresh_info()406 struct kvmppc_gs_elem *gse; in gs_msg_ops_vcpu_refresh_info()
277 struct kvmppc_gs_elem *gse; in hostwide_refresh_info()
Completed in 12 milliseconds