Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dvirt.h118 static __always_inline bool is_kernel_in_hyp_mode(void) in is_kernel_in_hyp_mode() function
160 return is_hyp_mode_available() && !is_kernel_in_hyp_mode(); in is_hyp_nvhe()
Dhardirq.h33 if (!is_kernel_in_hyp_mode()) \
66 if (!is_kernel_in_hyp_mode()) \
Dkvm_asm.h154 #define CHOOSE_HYP_SYM(sym) (is_kernel_in_hyp_mode() \
158 #define this_cpu_ptr_hyp_sym(sym) (is_kernel_in_hyp_mode() \
162 #define per_cpu_ptr_hyp_sym(sym, cpu) (is_kernel_in_hyp_mode() \
204 if (!is_kernel_in_hyp_mode()) \
Dhw_breakpoint.h38 if (is_kernel_in_hyp_mode() && ctrl.privilege == AARCH64_BREAKPOINT_EL1) in encode_ctrl_reg()
/linux-6.12.1/arch/arm/include/asm/
Dvirt.h63 static inline bool is_kernel_in_hyp_mode(void) in is_kernel_in_hyp_mode() function
/linux-6.12.1/drivers/irqchip/
Dirq-apple-aic.c411 if (is_kernel_in_hyp_mode() && in aic_handle_irq()
566 if (is_kernel_in_hyp_mode()) { in aic_handle_fiq()
692 if (!is_kernel_in_hyp_mode()) { in aic_irq_domain_translate()
837 if (is_kernel_in_hyp_mode()) { in aic_init_cpu()
1057 if (!is_kernel_in_hyp_mode()) in aic_of_ic_init()
1067 if (is_kernel_in_hyp_mode()) { in aic_of_ic_init()
/linux-6.12.1/arch/arm64/kvm/
Dmmu.c393 if (is_kernel_in_hyp_mode()) in kvm_host_owns_hyp_mappings()
530 if (is_kernel_in_hyp_mode()) in kvm_share_hyp()
561 if (is_kernel_in_hyp_mode() || kvm_host_owns_hyp_mappings() || !from) in kvm_unshare_hyp()
589 if (is_kernel_in_hyp_mode()) in create_hyp_mappings()
762 if (is_kernel_in_hyp_mode()) { in create_hyp_io_mappings()
792 BUG_ON(is_kernel_in_hyp_mode()); in create_hyp_exec_mappings()
Darm.c2094 if (!is_kernel_in_hyp_mode()) in cpu_hyp_reset()
2133 if (!is_kernel_in_hyp_mode()) in cpu_hyp_init_context()
2142 if (is_kernel_in_hyp_mode()) in cpu_hyp_init_features()
2790 in_hyp_mode = is_kernel_in_hyp_mode(); in kvm_arm_init()
2878 if (!is_kernel_in_hyp_mode()) in early_kvm_mode_cfg()
2886 if (strcmp(arg, "nvhe") == 0 && !WARN_ON(is_kernel_in_hyp_mode())) { in early_kvm_mode_cfg()
2891 if (strcmp(arg, "nested") == 0 && !WARN_ON(!is_kernel_in_hyp_mode())) { in early_kvm_mode_cfg()
Dpkvm.c64 if (!is_hyp_mode_available() || is_kernel_in_hyp_mode()) in kvm_hyp_reserve()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_virt.h328 return !is_kernel_in_hyp_mode(); in is_virtual_machine()
/linux-6.12.1/arch/arm64/kernel/probes/
Dkprobes.c400 if (ret || is_kernel_in_hyp_mode()) in arch_populate_kprobe_blacklist()
/linux-6.12.1/arch/arm64/mm/
Dinit.c200 is_hyp_mode_available() && !is_kernel_in_hyp_mode()) { in arm64_memblock_init()
/linux-6.12.1/arch/arm64/kernel/
Dcpu_errata.c114 return is_affected_midr_range_list(entry, scope) && is_kernel_in_hyp_mode(); in has_cortex_a76_erratum_1463225()
Dsmp.c440 if (IS_ENABLED(CONFIG_KVM) && !is_kernel_in_hyp_mode()) { in hyp_mode_check()
Dcpufeature.c2110 return is_kernel_in_hyp_mode(); in runs_at_el2()
/linux-6.12.1/drivers/clocksource/
Darm_arch_timer.c1401 if (is_kernel_in_hyp_mode()) in arch_timer_select_ppi()
1416 if (is_kernel_in_hyp_mode()) in arch_timer_populate_kvm_info()
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c708 if (!is_kernel_in_hyp_mode()) { in etm4_parse_event_config()
1149 if (is_kernel_in_hyp_mode()) in cpu_detect_trace_filtering()
1387 if (!is_kernel_in_hyp_mode()) { in etm4_get_ns_access_type()
Dcoresight-etm-perf.c86 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
/linux-6.12.1/drivers/perf/
Darm_pmuv3.c1010 if (is_kernel_in_hyp_mode()) { in armv8pmu_set_event_filter()