Home
last modified time | relevance | path

Searched defs:crstep (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kvm/
H A Ddat.c152 bool __must_check dat_crstep_xchg_atomic(union crste *crstep, union crste old, union crste new, in dat_crstep_xchg_atomic()
301 static int dat_split_crste(struct kvm_s390_mmu_cache *mc, union crste *crstep, in dat_split_crste()
615 union crste *crstep; in dat_get_storage_key() local
657 union crste *crstep; in dat_set_storage_key() local
712 union crste *crstep; in dat_cond_set_storage_key() local
758 union crste *crstep; in dat_reset_reference_bit() local
806 static long dat_reset_skeys_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in dat_reset_skeys_crste()
857 static long _dat_slot_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _dat_slot_crste()
973 static long _dat_test_young_crste(union crste *crstep, gfn_t start, gfn_t end, in _dat_test_young_crste()
1000 static long dat_set_pn_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in dat_set_pn_crste()
[all …]
H A Dgmap.c311 static long gmap_clear_young_crste(union crste *crstep, gfn_t gfn, gfn_t end, struct dat_walk *walk) in gmap_clear_young_crste()
393 static long _gmap_unmap_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _gmap_unmap_crste()
704 union crste *crstep; in gmap_ucas_map_one() local
769 union crste *crstep; in gmap_ucas_translate() local
832 union crste *crstep; in gmap_ucas_unmap_one() local
851 static long _gmap_split_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _gmap_split_crste()
934 static long _destroy_pages_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _destroy_pages_crste()
1008 union crste *crstep; in gmap_protect_rmap() local
1065 union crste *crstep; in gmap_unshadow_level() local
H A Dgmap.h199 static inline bool __must_check _gmap_crstep_xchg_atomic(struct gmap *gmap, union crste *crstep, in _gmap_crstep_xchg_atomic()
230 static inline bool __must_check gmap_crstep_xchg_atomic(struct gmap *gmap, union crste *crstep, in gmap_crstep_xchg_atomic()
H A Ddat.h493 union crste *crstep; /* Used to resolve the fault, or NULL */ member
576 static inline struct crst_table *crste_table_start(union crste *crstep) in crste_table_start()
586 static inline bool crdte_crste(union crste *crstep, union crste old, union crste new, gfn_t gfn, in crdte_crste()
603 static __always_inline void idte_crste(union crste *crstep, gfn_t gfn, unsigned long opt, in idte_crste()
796 static inline bool cspg_crste(union crste *crstep, union crste old, union crste new) in cspg_crste()
939 static inline union crste dat_crstep_clear_atomic(union crste *crstep, gfn_t gfn, union asce asce) in dat_crstep_clear_atomic()
949 static inline int get_level(union crste *crstep, union pte *ptep) in get_level()