Searched refs:xpv_panic_idt (Results 1 – 1 of 1) sorted by relevance
78 #pragma align 16(xpv_panic_idt)79 static gate_desc_t xpv_panic_idt[NIDT]; /* interrupt descriptor table */ variable501 gate_desc_t *idt = xpv_panic_idt; in switch_to_xpv_panic_idt()552 idtr.dtr_base = (uintptr_t)xpv_panic_idt; in switch_to_xpv_panic_idt()553 idtr.dtr_limit = sizeof (xpv_panic_idt) - 1; in switch_to_xpv_panic_idt()