Home
last modified time | relevance | path

Searched refs:gic_pmr_sync (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dbarrier.h35 extern struct static_key_false gic_pmr_sync; \
37 if (static_branch_unlikely(&gic_pmr_sync)) \
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dimage-vars.h97 KVM_NVHE_ALIAS(gic_pmr_sync); variable
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-v3.c98 DEFINE_STATIC_KEY_FALSE(gic_pmr_sync); variable
99 EXPORT_SYMBOL(gic_pmr_sync); variable
1694 static_branch_enable(&gic_pmr_sync); in gic_enable_nmi_support()
1697 static_branch_unlikely(&gic_pmr_sync) ? "forced" : "relaxed"); in gic_enable_nmi_support()

Completed in 4 milliseconds