Home
last modified time | relevance | path

Searched refs:kvmppc_gs_elem (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Dguest-state-buffer.h218 struct kvmppc_gs_elem { struct
261 struct kvmppc_gs_elem *gses[KVMPPC_GSE_IDEN_COUNT];
339 static inline struct kvmppc_gs_elem *kvmppc_gsb_data(struct kvmppc_gs_buff *gsb) in kvmppc_gsb_data()
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()
467 static inline u16 kvmppc_gse_total_len(const struct kvmppc_gs_elem *gse) in kvmppc_gse_total_len()
480 return sizeof(struct kvmppc_gs_elem) + size; in kvmppc_gse_total_size()
489 static inline void *kvmppc_gse_data(const struct kvmppc_gs_elem *gse) in kvmppc_gse_data()
501 static inline bool kvmppc_gse_ok(const struct kvmppc_gs_elem *gse, in kvmppc_gse_ok()
[all …]
/linux-6.12.1/arch/powerpc/kvm/
Dguest-state-buffer.c257 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()
Dtest-guest-state-buffer.c27 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()
Dbook3s_hv_nestedv2.c89 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()