Home
last modified time | relevance | path

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

/drivers/staging/ozwpan/
Dozevent.h16 #define oz_event_log(__evt, __ctx1, __ctx2, __ctx3, __ctx4) \ argument
18 if ((1<<(__evt)) & g_evt_mask) \
19 oz_event_log2(__evt, __ctx1, __ctx2, __ctx3, __ctx4); \
26 #define oz_event_log(__evt, __ctx1, __ctx2, __ctx3, __ctx4) argument
/drivers/iommu/
Damd_iommu.c453 static void iommu_print_event(struct amd_iommu *iommu, void *__evt) in iommu_print_event() argument
456 volatile u32 *event = __evt; in iommu_print_event()
529 memset(__evt, 0, 4 * sizeof(u32)); in iommu_print_event()