Searched refs:NIDT (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Didt.c81 static char idt_allocmap[NIDT];
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dsegments.h282 #define NIDT 256 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dsegments.h335 #define NIDT 256 macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1139 setregion(&region, pentium_idt, NIDT * sizeof(idt[0]) - 1);
1512 ((char *)idt + NIDT * sizeof (struct gate_descriptor));
1694 memset((void *)idt, 0, NIDT * sizeof(idt[0]));
1695 setregion(&region, idt, NIDT * sizeof(idt[0]) - 1);
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dmachdep.c1565 setregion(&region, idt, NIDT * sizeof(idt[0]) - 1);
1813 gdtstore = (char *)(idt + NIDT);
1819 ldtstore = (char *) roundup((vaddr_t) (xen_idt + NIDT), PAGE_SIZE);
2000 memset((void *)idt, 0, NIDT * sizeof(idt[0]));

Completed in 145 milliseconds