Home
last modified time | relevance | path

Searched refs:is_kernel_in_hyp_mode (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Dvirt.h92 static inline bool is_kernel_in_hyp_mode(void) in is_kernel_in_hyp_mode() function
Dkvm_asm.h44 if (!is_kernel_in_hyp_mode()) \
Dhw_breakpoint.h51 if (is_kernel_in_hyp_mode() && ctrl.privilege == AARCH64_BREAKPOINT_EL1) in encode_ctrl_reg()
Dkvm_mmu.h292 } else if (is_kernel_in_hyp_mode() || !icache_is_vpipt()) {
Dkvm_emulate.h58 if (is_kernel_in_hyp_mode()) in vcpu_reset_hcr()
/Linux-v4.19/arch/arm64/kernel/
Dcpu-reset.h26 unsigned long el2_switch = !is_kernel_in_hyp_mode() && in cpu_soft_restart()
Dsdei.c148 if (is_hyp_mode_available() && !is_kernel_in_hyp_mode()) { in sdei_arch_get_entry_point()
Dhibernate.c56 #define el2_reset_needed() (is_hyp_mode_available() && !is_kernel_in_hyp_mode())
Dperf_event.c948 if (is_kernel_in_hyp_mode()) { in armv8pmu_set_event_filter()
Dcpufeature.c1012 return is_kernel_in_hyp_mode(); in runs_at_el2()
/Linux-v4.19/arch/arm/include/asm/
Dvirt.h78 static inline bool is_kernel_in_hyp_mode(void) in is_kernel_in_hyp_mode() function
/Linux-v4.19/virt/kvm/arm/
Darm.c1304 if (!is_kernel_in_hyp_mode()) in cpu_hyp_reset()
1312 if (is_kernel_in_hyp_mode()) { in cpu_hyp_reinit()
1662 in_hyp_mode = is_kernel_in_hyp_mode(); in kvm_arch_init()
Dmmu.c747 if (is_kernel_in_hyp_mode()) in create_hyp_mappings()
836 if (is_kernel_in_hyp_mode()) { in create_hyp_io_mappings()
866 BUG_ON(is_kernel_in_hyp_mode()); in create_hyp_exec_mappings()
/Linux-v4.19/arch/arm64/kernel/probes/
Dkprobes.c471 if (!is_kernel_in_hyp_mode()) { in arch_within_kprobe_blacklist()
/Linux-v4.19/drivers/clocksource/
Darm_arch_timer.c1182 if (is_kernel_in_hyp_mode()) in arch_timer_select_ppi()