Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c2023 gate_desc_t *newidt; in startup_vm() local
2025 if ((newidt = kmem_zalloc(MMU_PAGESIZE, KM_NOSLEEP)) == NULL) in startup_vm()
2028 bcopy(idt0, newidt, NIDT * sizeof (*idt0)); in startup_vm()
2029 set_gatesegd(&newidt[T_PGFLT], &pentium_pftrap, in startup_vm()
2032 (void) as_setprot(&kas, (caddr_t)newidt, MMU_PAGESIZE, in startup_vm()
2035 CPU->cpu_idt = newidt; in startup_vm()