Lines Matching defs:level
64 static u64 kvm_granule_shift(u32 level) in kvm_granule_shift()
70 static u64 kvm_granule_size(u32 level) in kvm_granule_size()
82 static bool kvm_level_supports_block_mapping(u32 level) in kvm_level_supports_block_mapping()
91 static bool kvm_block_mapping_supported(u64 addr, u64 end, u64 phys, u32 level) in kvm_block_mapping_supported()
107 static u32 kvm_pgtable_idx(struct kvm_pgtable_walk_data *data, u32 level) in kvm_pgtable_idx()
143 static bool kvm_pte_table(kvm_pte_t pte, u32 level) in kvm_pte_table()
196 static kvm_pte_t kvm_init_valid_leaf_pte(u64 pa, kvm_pte_t attr, u32 level) in kvm_init_valid_leaf_pte()
215 u32 level, kvm_pte_t *ptep, in kvm_pgtable_visitor_cb()
226 kvm_pte_t *ptep, u32 level) in __kvm_pgtable_visit()
270 kvm_pte_t *pgtable, u32 level) in __kvm_pgtable_walk()
365 static bool hyp_map_walker_try_leaf(u64 addr, u64 end, u32 level, in hyp_map_walker_try_leaf()
383 static int hyp_map_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in hyp_map_walker()
444 static int hyp_free_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in hyp_free_walker()
566 u32 level, struct kvm_pgtable_mm_ops *mm_ops) in stage2_put_pte()
580 static int stage2_map_walker_try_leaf(u64 addr, u64 end, u32 level, in stage2_map_walker_try_leaf()
617 static int stage2_map_walk_table_pre(u64 addr, u64 end, u32 level, in stage2_map_walk_table_pre()
640 static int stage2_map_walk_leaf(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in stage2_map_walk_leaf()
682 static int stage2_map_walk_table_post(u64 addr, u64 end, u32 level, in stage2_map_walk_table_post()
727 static int stage2_map_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in stage2_map_walker()
807 static int stage2_unmap_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in stage2_unmap_walker()
867 u32 level; member
870 static int stage2_attr_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in stage2_attr_walker()
899 u32 *level) in stage2_update_leaf_attrs()
966 u32 level; in kvm_pgtable_stage2_relax_perms() local
984 static int stage2_flush_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in stage2_flush_walker()
1039 static int stage2_free_walker(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, in stage2_free_walker()
1077 static int stage2_check_permission_walker(u64 addr, u64 end, u32 level, in stage2_check_permission_walker()
1110 u32 level; in kvm_pgtable_stage2_find_range() local