Home
last modified time | relevance | path

Searched refs:kvm_pgtable_visit_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/arm64/kvm/hyp/
Dpgtable.c70 static bool kvm_pgtable_walk_skip_bbm_tlbi(const struct kvm_pgtable_visit_ctx *ctx) in kvm_pgtable_walk_skip_bbm_tlbi()
75 static bool kvm_pgtable_walk_skip_cmo(const struct kvm_pgtable_visit_ctx *ctx) in kvm_pgtable_walk_skip_cmo()
85 static bool kvm_block_mapping_supported(const struct kvm_pgtable_visit_ctx *ctx, u64 phys) in kvm_block_mapping_supported()
176 const struct kvm_pgtable_visit_ctx *ctx, in kvm_pgtable_visitor_cb()
214 struct kvm_pgtable_visit_ctx ctx = { in __kvm_pgtable_visit()
346 static int leaf_walker(const struct kvm_pgtable_visit_ctx *ctx, in leaf_walker()
439 static bool hyp_map_walker_try_leaf(const struct kvm_pgtable_visit_ctx *ctx, in hyp_map_walker_try_leaf()
460 static int hyp_map_walker(const struct kvm_pgtable_visit_ctx *ctx, in hyp_map_walker()
507 static int hyp_unmap_walker(const struct kvm_pgtable_visit_ctx *ctx, in hyp_unmap_walker()
581 static int hyp_free_walker(const struct kvm_pgtable_visit_ctx *ctx, in hyp_free_walker()
[all …]
/linux-6.6.21/arch/arm64/include/asm/
Dkvm_pgtable.h233 struct kvm_pgtable_visit_ctx { struct
245 typedef int (*kvm_pgtable_visitor_fn_t)(const struct kvm_pgtable_visit_ctx *ctx, argument
248 static inline bool kvm_pgtable_walk_shared(const struct kvm_pgtable_visit_ctx *ctx) in kvm_pgtable_walk_shared()
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/
Dsetup.c174 static int fix_host_ownership_walker(const struct kvm_pgtable_visit_ctx *ctx, in fix_host_ownership_walker()
212 static int fix_hyp_pgtable_refcnt_walker(const struct kvm_pgtable_visit_ctx *ctx, in fix_hyp_pgtable_refcnt_walker()
Dmm.c273 static int __create_fixmap_slot_cb(const struct kvm_pgtable_visit_ctx *ctx, in __create_fixmap_slot_cb()
Dmem_protect.c581 static int __check_page_state_visitor(const struct kvm_pgtable_visit_ctx *ctx, in __check_page_state_visitor()