Searched refs:kvm_ksym_ref (Results 1 – 4 of 4) sorted by relevance
82 #define kvm_ksym_ref(kva) (kva) macro
105 #define kvm_ksym_ref(sym) phys_to_virt((u64)&sym - kimage_voffset) macro
263 #define kvm_call_hyp(f, ...) __kvm_call_hyp(kvm_ksym_ref(f), ##__VA_ARGS__)
975 vector_ptr = (unsigned long)kvm_ksym_ref(__kvm_hyp_vector); in cpu_init_hyp_mode()1067 err = create_hyp_mappings(kvm_ksym_ref(__kvm_hyp_code_start), in init_hyp_mode()1068 kvm_ksym_ref(__kvm_hyp_code_end)); in init_hyp_mode()