Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dkvm_asm.h134 #define this_cpu_ptr_hyp_sym(sym) (&__nvhe_undefined_symbol) macro
145 #define this_cpu_ptr_hyp_sym(sym) (&__vhe_undefined_symbol) macro
165 #define this_cpu_ptr_hyp_sym(sym) (is_kernel_in_hyp_mode() \ macro
H A Dkvm_host.h1345 &this_cpu_ptr_hyp_sym(kvm_host_data)->f)
/linux-6.15/arch/arm64/kvm/
H A Darm.c537 ctxt = this_cpu_ptr_hyp_sym(kvm_hyp_ctxt); in vcpu_set_pauth_traps()
2123 *this_cpu_ptr_hyp_sym(kvm_hyp_vector) = (unsigned long)vector; in cpu_set_hyp_vector()