Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Dkvm_asm.h123 #define this_cpu_ptr_hyp_sym(sym) (&__nvhe_undefined_symbol) macro
134 #define this_cpu_ptr_hyp_sym(sym) (&__vhe_undefined_symbol) macro
154 #define this_cpu_ptr_hyp_sym(sym) (is_kernel_in_hyp_mode() \ macro
/Linux-v6.1/arch/arm64/kvm/
Darm.c1636 *this_cpu_ptr_hyp_sym(kvm_hyp_vector) = (unsigned long)vector; in cpu_set_hyp_vector()
1643 kvm_init_host_cpu_context(&this_cpu_ptr_hyp_sym(kvm_host_data)->host_ctxt); in cpu_hyp_init_context()