Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dposted_intr.h5 #define POSTED_INTR_ON 0 macro
35 return test_and_set_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_test_and_set_on()
40 return test_and_clear_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_test_and_clear_on()
65 set_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_set_on()
70 clear_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_clear_on()
80 return test_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_test_on()