Searched refs:kvm_ksym_ref (Results 1 – 4 of 4) sorted by relevance
1326 __kvm_bp_vect_base = kvm_ksym_ref(__bp_harden_hyp_vecs); in kvm_map_vectors()1365 (unsigned long)kvm_ksym_ref(CHOOSE_NVHE_SYM(__per_cpu_start)); in cpu_init_hyp_mode()1370 vector_ptr = (unsigned long)kern_hyp_va(kvm_ksym_ref(__kvm_hyp_host_vector)); in cpu_init_hyp_mode()1614 err = create_hyp_mappings(kvm_ksym_ref(__hyp_text_start), in init_hyp_mode()1615 kvm_ksym_ref(__hyp_text_end), PAGE_HYP_EXEC); in init_hyp_mode()1621 err = create_hyp_mappings(kvm_ksym_ref(__start_rodata), in init_hyp_mode()1622 kvm_ksym_ref(__end_rodata), PAGE_HYP_RO); in init_hyp_mode()1628 err = create_hyp_mappings(kvm_ksym_ref(__bss_start), in init_hyp_mode()1629 kvm_ksym_ref(__bss_stop), PAGE_HYP_RO); in init_hyp_mode()
153 addr = (uintptr_t)kvm_ksym_ref(__kvm_hyp_vector); in kvm_patch_vector_branch()
237 void *vect = kern_hyp_va(kvm_ksym_ref(__kvm_hyp_vector));241 vect = kern_hyp_va(kvm_ksym_ref(__bp_harden_hyp_vecs));
154 #define kvm_ksym_ref(ptr) \ macro161 #define kvm_ksym_ref_nvhe(sym) kvm_ksym_ref(kvm_nvhe_sym(sym))