Home
last modified time | relevance | path

Searched refs:can_reserve (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/trace/
H A Dirq_vectors.h270 TP_PROTO(unsigned int irq, bool is_managed, bool can_reserve,
273 TP_ARGS(irq, is_managed, can_reserve, reserve),
278 __field( bool, can_reserve )
285 __entry->can_reserve = can_reserve;
290 __entry->irq, __entry->is_managed, __entry->can_reserve,
297 bool can_reserve, bool reserve), \
298 TP_ARGS(irq, is_managed, can_reserve, reserve), NULL, NULL); \
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c36 can_reserve : 1, member
215 apicd->can_reserve = true; in reserve_irq_vector_locked()
381 apicd->can_reserve, false); in x86_vector_deactivate()
384 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate()
392 if (apicd->can_reserve) in x86_vector_deactivate()
415 apicd->can_reserve = false; in activate_reserved()
463 apicd->can_reserve, reserve); in x86_vector_activate()
466 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate()
533 apicd->can_reserve = true; in vector_configure_legacy()
652 seq_printf(m, "%*scan_reserve: %u\n", ind, "", apicd.can_reserve ? 1 : 0); in x86_vector_debug_show()