Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c77 #pragma align 16(xpv_panic_idt)
78 static gate_desc_t xpv_panic_idt[NIDT]; /* interrupt descriptor table */ variable
499 gate_desc_t *idt = xpv_panic_idt; in switch_to_xpv_panic_idt()
550 idtr.dtr_base = (uintptr_t)xpv_panic_idt; in switch_to_xpv_panic_idt()
551 idtr.dtr_limit = sizeof (xpv_panic_idt) - 1; in switch_to_xpv_panic_idt()