Searched refs:POSTED_INTR_ON (Results 1 – 2 of 2) sorted by relevance
105 #define POSTED_INTR_ON 0 macro119 return test_and_set_bit(POSTED_INTR_ON, &pi_desc->control); in pi_test_and_set_on()124 set_bit(POSTED_INTR_ON, &pi_desc->control); in pi_set_on()129 return test_and_clear_bit(POSTED_INTR_ON, &pi_desc->control); in pi_test_and_clear_on()
2092 ~((1 << POSTED_INTR_ON) | (1 << POSTED_INTR_SN)); in vmx_deliver_posted_intr()2094 (1 << POSTED_INTR_ON); in vmx_deliver_posted_intr()
Completed in 11 milliseconds