Home
last modified time | relevance | path

Searched refs:hyp_idmap_start (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/virt/kvm/arm/
Dmmu.c42 static unsigned long hyp_idmap_start; variable
574 io_map_base = hyp_idmap_start; in free_hyp_pgds()
576 hyp_idmap_start + PAGE_SIZE - io_map_base); in free_hyp_pgds()
1948 hyp_idmap_start, hyp_idmap_end, in kvm_map_idmap_text()
1949 __phys_to_pfn(hyp_idmap_start), in kvm_map_idmap_text()
1953 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1962 hyp_idmap_start = kvm_virt_to_phys(__hyp_idmap_text_start); in kvm_mmu_init()
1963 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE); in kvm_mmu_init()
1972 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()
1974 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_mmu.h348 unsigned long hyp_idmap_start)
368 idmap_idx = hyp_idmap_start >> VA_BITS;
/Linux-v4.19/arch/arm/include/asm/
Dkvm_mmu.h297 unsigned long hyp_idmap_start) { } in __kvm_extend_hypmap() argument