Home
last modified time | relevance | path

Searched refs:kvm_nvhe_sym (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dhyp_image.h18 #define kvm_nvhe_sym(sym) __kvm_nvhe_##sym macro
20 #define kvm_nvhe_sym(sym) sym macro
61 #define KVM_NVHE_ALIAS(sym) kvm_nvhe_sym(sym) = sym;
64 #define KVM_NVHE_ALIAS_HYP(first, sec) kvm_nvhe_sym(first) = kvm_nvhe_sym(sec);
H A Dkvm_asm.h72 #define DECLARE_KVM_NVHE_SYM(sym) extern char kvm_nvhe_sym(sym)[]
85 DECLARE_PER_CPU(type, kvm_nvhe_sym(sym))
153 #define CHOOSE_NVHE_SYM(sym) kvm_nvhe_sym(sym)
176 #define kvm_ksym_ref_nvhe(sym) kvm_ksym_ref(__va_function(kvm_nvhe_sym(sym)))
H A Dkvm_hyp.h119 extern u64 kvm_nvhe_sym(id_aa64mmfr0_el1_sys_val);
120 extern u64 kvm_nvhe_sym(id_aa64mmfr1_el1_sys_val);
H A Dkvm_host.h257 extern struct kvm_host_psci_config kvm_nvhe_sym(kvm_host_psci_config);
260 extern s64 kvm_nvhe_sym(hyp_physvirt_offset);
263 extern u64 kvm_nvhe_sym(hyp_cpu_logical_map)[NR_CPUS];
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/nvhe/
H A Dmm.h14 extern struct memblock_region kvm_nvhe_sym(hyp_memory)[];
15 extern unsigned int kvm_nvhe_sym(hyp_memblock_nr);
61 for (i = 0; i < kvm_nvhe_sym(hyp_memblock_nr); i++) { in __hyp_pgtable_total_pages()
62 struct memblock_region *reg = &kvm_nvhe_sym(hyp_memory)[i]; in __hyp_pgtable_total_pages()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dreserved_mem.c16 static struct memblock_region *hyp_memory = kvm_nvhe_sym(hyp_memory);
17 static unsigned int *hyp_memblock_nr_ptr = &kvm_nvhe_sym(hyp_memblock_nr);
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Darm.c1751 kvm_nvhe_sym(id_aa64mmfr0_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64MMFR0_EL1); in kvm_hyp_init_protection()
1752 kvm_nvhe_sym(id_aa64mmfr1_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64MMFR1_EL1); in kvm_hyp_init_protection()