Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dposted_intr.h6 #define POSTED_INTR_ON 0 macro
31 return test_and_set_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_test_and_set_on()
36 return test_and_clear_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_test_and_clear_on()
61 set_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_set_on()
66 clear_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_clear_on()
76 return test_bit(POSTED_INTR_ON, (unsigned long *)&pi_desc->control); in pi_test_on()