Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dmi_pc.h69 typedef struct mp_xcptcontext_s MP_XCPTC; typedef
91 MP_XCPTC volatile xcpt; /* contains register dump */
92 dword volatile rest[((0x1020 >> 2) - 6) - 0x1b - 1 - 0x03 - (sizeof(MP_XCPTC) >> 2)];
Dio.c161 MP_XCPTC __iomem *xcept = (MP_XCPTC __iomem *)exceptionFrame; in dump_trap_frame()