Searched refs:kvm_pgtable_visit_ctx (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/kvm/hyp/ |
| A D | pgtable.c | 33 static bool kvm_pgtable_walk_skip_cmo(const struct kvm_pgtable_visit_ctx *ctx) in kvm_pgtable_walk_skip_cmo() 137 const struct kvm_pgtable_visit_ctx *ctx, in kvm_pgtable_visitor_cb() 175 struct kvm_pgtable_visit_ctx ctx = { in __kvm_pgtable_visit() 308 static int leaf_walker(const struct kvm_pgtable_visit_ctx *ctx, in leaf_walker() 423 static int hyp_map_walker(const struct kvm_pgtable_visit_ctx *ctx, in hyp_map_walker() 470 static int hyp_unmap_walker(const struct kvm_pgtable_visit_ctx *ctx, in hyp_unmap_walker() 549 static int hyp_free_walker(const struct kvm_pgtable_visit_ctx *ctx, in hyp_free_walker() 1037 static int stage2_map_walker(const struct kvm_pgtable_visit_ctx *ctx, in stage2_map_walker() 1175 static int stage2_attr_walker(const struct kvm_pgtable_visit_ctx *ctx, in stage2_attr_walker() 1268 static int stage2_age_walker(const struct kvm_pgtable_visit_ctx *ctx, in stage2_age_walker() [all …]
|
| /linux/arch/arm64/include/asm/ |
| A D | kvm_pgtable.h | 305 struct kvm_pgtable_visit_ctx { struct 317 typedef int (*kvm_pgtable_visitor_fn_t)(const struct kvm_pgtable_visit_ctx *ctx, argument 320 static inline bool kvm_pgtable_walk_shared(const struct kvm_pgtable_visit_ctx *ctx) in kvm_pgtable_walk_shared()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| A D | setup.c | 198 static int fix_host_ownership_walker(const struct kvm_pgtable_visit_ctx *ctx, in fix_host_ownership_walker() 236 static int fix_hyp_pgtable_refcnt_walker(const struct kvm_pgtable_visit_ctx *ctx, in fix_hyp_pgtable_refcnt_walker()
|
| A D | mm.c | 273 static int __create_fixmap_slot_cb(const struct kvm_pgtable_visit_ctx *ctx, in __create_fixmap_slot_cb()
|
| A D | mem_protect.c | 587 static int __check_page_state_visitor(const struct kvm_pgtable_visit_ctx *ctx, in __check_page_state_visitor()
|
| /linux/arch/arm64/kvm/ |
| A D | ptdump.c | 62 static int kvm_ptdump_visitor(const struct kvm_pgtable_visit_ctx *ctx, in kvm_ptdump_visitor()
|
Completed in 26 milliseconds