Home
last modified time | relevance | path

Searched refs:apic_use_ipi_shorthand (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dipi.c9 DEFINE_STATIC_KEY_FALSE(apic_use_ipi_shorthand); variable
43 static_branch_disable(&apic_use_ipi_shorthand); in apic_smt_update()
45 static_branch_enable(&apic_use_ipi_shorthand); in apic_smt_update()
54 if (static_branch_likely(&apic_use_ipi_shorthand)) in apic_send_IPI_allbutself()
81 if (static_branch_likely(&apic_use_ipi_shorthand)) { in native_send_call_func_ipi()
H A Dlocal.h31 DECLARE_STATIC_KEY_FALSE(apic_use_ipi_shorthand); variable
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dipi.c11 DEFINE_STATIC_KEY_FALSE(apic_use_ipi_shorthand); variable
45 static_branch_disable(&apic_use_ipi_shorthand); in apic_smt_update()
47 static_branch_enable(&apic_use_ipi_shorthand); in apic_smt_update()
56 if (static_branch_likely(&apic_use_ipi_shorthand)) in apic_send_IPI_allbutself()
83 if (static_branch_likely(&apic_use_ipi_shorthand)) { in native_send_call_func_ipi()
H A Dlocal.h29 DECLARE_STATIC_KEY_FALSE(apic_use_ipi_shorthand); variable

Completed in 2 milliseconds