Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dposted_intr.h6 #define POSTED_INTR_SN 1 macro
45 return test_and_clear_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_test_and_clear_sn()
60 set_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_set_sn()
75 clear_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_clear_sn()
85 return test_bit(POSTED_INTR_SN, (unsigned long *)&pi_desc->control); in pi_test_sn()