Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dposted_intr.h7 #define POSTED_INTR_SN 1 macro
41 return test_and_clear_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_test_and_clear_sn()
56 set_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_set_sn()
71 clear_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_clear_sn()
81 return test_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_test_sn()
87 pi_desc->notifications |= BIT(POSTED_INTR_SN); in __pi_set_sn()
92 pi_desc->notifications &= ~BIT(POSTED_INTR_SN); in __pi_clear_sn()