Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/nvhe/
Dmodule.lds.S39 .hyp.patchable_function_entries : {
40 __hyp_section_.hyp.patchable_function_entries = .; argument
Dmodules.c356 funcs = pkvm_module_hyp_va(mod, mod->patchable_function_entries.start); in __pkvm_init_module()
357 funcs_end = pkvm_module_hyp_va(mod, mod->patchable_function_entries.end); in __pkvm_init_module()
/arch/arm64/include/asm/
Dmodule.lds.h55 .hyp.patchable_function_entries : ALIGN(PAGE_SIZE) { in ALIGN()
56 *(.hyp.patchable_function_entries) in ALIGN()
Dmodule.h31 struct pkvm_module_section patchable_function_entries; member
/arch/arm64/kvm/
Dhyp_events.c445 hyp_ftrace_funcs_init(mod->patchable_function_entries.start, in hyp_ftrace_init_mod()
446 mod->patchable_function_entries.end, in hyp_ftrace_init_mod()
Dpkvm.c1433 { &mod->patchable_function_entries, KVM_PGTABLE_PROT_R }, in __pkvm_load_el2_module()
/arch/arm64/kernel/
Dmodule.c619 hyp_mod->patchable_function_entries = (struct pkvm_module_section) { in module_init_hyp()