Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dhardirq.h33 if (!is_kernel_in_hyp_mode()) \
66 if (!is_kernel_in_hyp_mode()) \
H A Dvirt.h124 static __always_inline bool is_kernel_in_hyp_mode(void) in is_kernel_in_hyp_mode() function
166 return is_hyp_mode_available() && !is_kernel_in_hyp_mode(); in is_hyp_nvhe()
H A Dkvm_asm.h163 #define CHOOSE_HYP_SYM(sym) (is_kernel_in_hyp_mode() \
167 #define this_cpu_ptr_hyp_sym(sym) (is_kernel_in_hyp_mode() \
171 #define per_cpu_ptr_hyp_sym(sym, cpu) (is_kernel_in_hyp_mode() \
213 if (!is_kernel_in_hyp_mode()) \
H A Dhw_breakpoint.h38 if (is_kernel_in_hyp_mode() && ctrl.privilege == AARCH64_BREAKPOINT_EL1) in encode_ctrl_reg()
/linux/arch/arm/include/asm/
H A Dvirt.h63 static inline bool is_kernel_in_hyp_mode(void) in is_kernel_in_hyp_mode() function
/linux/drivers/irqchip/
H A Dirq-apple-aic.c411 if (is_kernel_in_hyp_mode() && in aic_handle_irq()
569 if (is_kernel_in_hyp_mode()) { in aic_handle_fiq()
705 if (!is_kernel_in_hyp_mode()) { in aic_irq_domain_translate()
855 if (is_kernel_in_hyp_mode()) { in aic_init_cpu()
1075 if (!is_kernel_in_hyp_mode()) in aic_of_ic_init()
1085 if (is_kernel_in_hyp_mode()) { in aic_of_ic_init()
/linux/drivers/perf/
H A Darm_brbe.c396 if (is_kernel_in_hyp_mode()) in branch_type_to_brbcr()
527 if (is_kernel_in_hyp_mode()) in brbe_enable()
588 if (is_kernel_in_hyp_mode()) in brbinf_get_perf_priv()
719 (is_kernel_in_hyp_mode() && (branch_sample_type & PERF_SAMPLE_BRANCH_HV))); in filter_branch_privilege()
/linux/arch/arm64/kvm/
H A Darm.c2095 if (!is_kernel_in_hyp_mode()) in cpu_hyp_reset()
2135 if (!is_kernel_in_hyp_mode()) in cpu_hyp_init_context()
2143 if (is_kernel_in_hyp_mode()) { in cpu_hyp_init_features()
2867 in_hyp_mode = is_kernel_in_hyp_mode(); in kvm_arm_init()
2956 if (!is_kernel_in_hyp_mode()) in early_kvm_mode_cfg()
2964 if (strcmp(arg, "nvhe") == 0 && !WARN_ON(is_kernel_in_hyp_mode())) { in early_kvm_mode_cfg()
2969 if (strcmp(arg, "nested") == 0 && !WARN_ON(!is_kernel_in_hyp_mode())) { in early_kvm_mode_cfg()
H A Dmmu.c402 if (is_kernel_in_hyp_mode()) in kvm_host_owns_hyp_mappings()
539 if (is_kernel_in_hyp_mode()) in kvm_share_hyp()
570 if (is_kernel_in_hyp_mode() || kvm_host_owns_hyp_mappings() || !from) in kvm_unshare_hyp()
598 if (is_kernel_in_hyp_mode()) in create_hyp_mappings()
771 if (is_kernel_in_hyp_mode()) { in create_hyp_io_mappings()
801 BUG_ON(is_kernel_in_hyp_mode()); in create_hyp_exec_mappings()
H A Dva_layout.c308 if (!is_kernel_in_hyp_mode() && !cpus_have_cap(ARM64_KVM_HVHE)) in kvm_pan_patch_el2_entry()
H A Dpkvm.c47 if (!is_hyp_mode_available() || is_kernel_in_hyp_mode()) in kvm_hyp_reserve()
/linux/arch/arm64/kernel/
H A Dcpu_errata.c168 return is_affected_midr_range_list(entry, scope) && is_kernel_in_hyp_mode(); in has_cortex_a76_erratum_1463225()
271 if (!is_kernel_in_hyp_mode()) in has_impdef_pmuv3()
H A Dcpufeature.c2089 return is_kernel_in_hyp_mode(); in runs_at_el2()
2339 if (is_kernel_in_hyp_mode()) in can_trap_icv_dir_el1()
/linux/arch/arm64/mm/
H A Dinit.c198 is_hyp_mode_available() && !is_kernel_in_hyp_mode()) { in arm64_memblock_init()
/linux/arch/arm64/kernel/probes/
H A Dkprobes.c401 if (ret || is_kernel_in_hyp_mode()) in arch_populate_kprobe_blacklist()
/linux/drivers/clocksource/
H A Darm_arch_timer.c1110 if (is_kernel_in_hyp_mode()) in arch_timer_select_ppi()
1125 if (is_kernel_in_hyp_mode()) in arch_timer_populate_kvm_info()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c794 if (!is_kernel_in_hyp_mode()) { in etm4_parse_event_config()
1298 if (is_kernel_in_hyp_mode()) in cpu_detect_trace_filtering()
1539 if (!is_kernel_in_hyp_mode()) { in etm4_get_ns_access_type()
H A Dcoresight-etm-perf.c86 pid_fmt = is_kernel_in_hyp_mode() ? ETM_OPT_CTXTID2 : ETM_OPT_CTXTID; in format_attr_contextid_show()
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v3.c834 return (is_kernel_in_hyp_mode() && in vgic_v3_broken_seis()