Home
last modified time | relevance | path

Searched refs:hyp_idmap_start (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dmmu.c28 static unsigned long hyp_idmap_start; variable
1198 unsigned long size = hyp_idmap_end - hyp_idmap_start; in kvm_map_idmap_text()
1199 int err = __create_hyp_mappings(hyp_idmap_start, size, hyp_idmap_start, in kvm_map_idmap_text()
1203 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1213 hyp_idmap_start = __pa_symbol(__hyp_idmap_text_start); in kvm_mmu_init()
1214 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE); in kvm_mmu_init()
1223 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()
1227 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dmmu.c28 static unsigned long __ro_after_init hyp_idmap_start; variable
1853 unsigned long size = hyp_idmap_end - hyp_idmap_start; in kvm_map_idmap_text()
1854 int err = __create_hyp_mappings(hyp_idmap_start, size, hyp_idmap_start, in kvm_map_idmap_text()
1858 hyp_idmap_start, hyp_idmap_end); in kvm_map_idmap_text()
1882 hyp_idmap_start = __pa_symbol(__hyp_idmap_text_start); in kvm_mmu_init()
1883 hyp_idmap_start = ALIGN_DOWN(hyp_idmap_start, PAGE_SIZE); in kvm_mmu_init()
1892 BUG_ON((hyp_idmap_start ^ (hyp_idmap_end - 1)) & PAGE_MASK); in kvm_mmu_init()
1920 kvm_debug("IDMAP page: %lx\n", hyp_idmap_start); in kvm_mmu_init()
[all...]

Completed in 5 milliseconds