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()
302 static int dat_split_crste(struct kvm_s390_mmu_cache *mc, union crste *crstep, in dat_split_crste()
616 union crste *crstep; in dat_get_storage_key() local
658 union crste *crstep; in dat_set_storage_key() local
713 union crste *crstep; in dat_cond_set_storage_key() local
759 union crste *crstep; in dat_reset_reference_bit() local
807 static long dat_reset_skeys_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in dat_reset_skeys_crste()
858 static long _dat_slot_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _dat_slot_crste()
974 static long _dat_test_young_crste(union crste *crstep, gfn_t start, gfn_t end, in _dat_test_young_crste()
1001 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()
724 union crste *crstep; in gmap_ucas_map_one() local
789 union crste *crstep; in gmap_ucas_translate() local
852 union crste *crstep; in gmap_ucas_unmap_one() local
871 static long _gmap_split_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _gmap_split_crste()
954 static long _destroy_pages_crste(union crste *crstep, gfn_t gfn, gfn_t next, struct dat_walk *walk) in _destroy_pages_crste()
1029 union crste *crstep; in gmap_protect_rmap() local
1088 union crste *crstep; in gmap_unshadow_level() local
H A Dgmap.h257 static inline bool __must_check _gmap_crstep_xchg_atomic(struct gmap *gmap, union crste *crstep, in _gmap_crstep_xchg_atomic()
287 static inline bool __must_check gmap_crstep_xchg_atomic(struct gmap *gmap, union crste *crstep, in gmap_crstep_xchg_atomic()
H A Ddat.h499 union crste *crstep; /* Used to resolve the fault, or NULL */ member
582 static inline struct crst_table *crste_table_start(union crste *crstep) in crste_table_start()
592 static inline bool crdte_crste(union crste *crstep, union crste old, union crste new, gfn_t gfn, in crdte_crste()
609 static __always_inline void idte_crste(union crste *crstep, gfn_t gfn, unsigned long opt, in idte_crste()
802 static inline bool cspg_crste(union crste *crstep, union crste old, union crste new) in cspg_crste()
945 static inline union crste dat_crstep_clear_atomic(union crste *crstep, gfn_t gfn, union asce asce) in dat_crstep_clear_atomic()
955 static inline int get_level(union crste *crstep, union pte *ptep) in get_level()