Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h122 #define HV_LP_EVENT_VALID 0x80 macro
139 return h->flags & HV_LP_EVENT_VALID; in hvlpevent_is_valid()
144 h->flags &= ~ HV_LP_EVENT_VALID; in hvlpevent_invalidate()
/linux-2.6.39/drivers/tty/hvc/
Dhvc_iseries.c99 hev->flags = HV_LP_EVENT_VALID | HV_LP_EVENT_DEFERRED_ACK | in init_data_event()
/linux-2.6.39/drivers/block/
Dviodasd.c318 hev->flags = HV_LP_EVENT_VALID | HV_LP_EVENT_DO_ACK | in send_request()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dmf.c258 hev->flags = HV_LP_EVENT_VALID | HV_LP_EVENT_DO_ACK | HV_LP_EVENT_INT; in new_pending_event()