Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c78 #pragma align 16(xpv_panic_idt)
79 static gate_desc_t xpv_panic_idt[NIDT]; /* interrupt descriptor table */ variable
501 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()