Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kvm/
Dpkvm.c15 static struct memblock_region *hyp_memory = kvm_nvhe_sym(hyp_memory); variable
31 sort(hyp_memory, in sort_memblock_regions()
46 hyp_memory[*hyp_memblock_nr_ptr] = *reg; in register_memblock_regions()
/linux-5.19.10/arch/arm64/include/asm/
Dkvm_pkvm.h14 extern struct memblock_region kvm_nvhe_sym(hyp_memory)[];
36 struct memblock_region *reg = &kvm_nvhe_sym(hyp_memory)[i]; in __hyp_pgtable_total_pages()
/linux-5.19.10/arch/arm64/kvm/hyp/nvhe/
Dmm.c23 struct memblock_region hyp_memory[HYP_MEMBLOCK_REGIONS]; variable
Dmem_protect.c185 reg = &hyp_memory[i]; in host_stage2_unmap_dev_all()
210 reg = &hyp_memory[cur]; in find_mem_range()
Dsetup.c250 struct memblock_region *reg = &hyp_memory[i]; in finalize_host_mappings()