Home
last modified time | relevance | path

Searched refs:gic_nonsecure_priorities (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dptrace.h40 extern struct static_key_false gic_nonsecure_priorities;\
43 if (static_branch_unlikely(&gic_nonsecure_priorities)) \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dptrace.h45 extern struct static_key_false gic_nonsecure_priorities;\
48 if (static_branch_unlikely(&gic_nonsecure_priorities)) \
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dimage-vars.h99 KVM_NVHE_ALIAS(gic_nonsecure_priorities); variable
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dimage-vars.h73 KVM_NVHE_ALIAS(gic_nonsecure_priorities); variable
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-v3.c101 DEFINE_STATIC_KEY_FALSE(gic_nonsecure_priorities); variable
102 EXPORT_SYMBOL(gic_nonsecure_priorities); variable
112 * If both are true (which is when gic_nonsecure_priorities gets enabled),
119 if (static_branch_unlikely(&gic_nonsecure_priorities)) \
1010 if (static_branch_unlikely(&gic_nonsecure_priorities)) in gic_cpu_sys_reg_init()
1727 static_branch_enable(&gic_nonsecure_priorities); in gic_enable_nmi_support()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic-v3.c104 DEFINE_STATIC_KEY_FALSE(gic_nonsecure_priorities); variable
105 EXPORT_SYMBOL(gic_nonsecure_priorities); variable
115 * If both are true (which is when gic_nonsecure_priorities gets enabled),
122 if (static_branch_unlikely(&gic_nonsecure_priorities)) \
1163 if (static_branch_unlikely(&gic_nonsecure_priorities)) in gic_cpu_sys_reg_init()
1993 static_branch_enable(&gic_nonsecure_priorities); in gic_enable_nmi_support()

Completed in 8 milliseconds