Home
last modified time | relevance | path

Searched refs:this_cpu_ptr_hyp_sym (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/include/asm/
Dkvm_asm.h127 #define this_cpu_ptr_hyp_sym(sym) (&__nvhe_undefined_symbol) macro
138 #define this_cpu_ptr_hyp_sym(sym) (&__vhe_undefined_symbol) macro
158 #define this_cpu_ptr_hyp_sym(sym) (is_kernel_in_hyp_mode() \ macro
Dkvm_host.h1290 &this_cpu_ptr_hyp_sym(kvm_host_data)->f)
/linux-6.12.1/arch/arm64/kvm/
Darm.c552 ctxt = this_cpu_ptr_hyp_sym(kvm_hyp_ctxt); in vcpu_set_pauth_traps()
2124 *this_cpu_ptr_hyp_sym(kvm_hyp_vector) = (unsigned long)vector; in cpu_set_hyp_vector()