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

/netbsd-current/sys/arch/xen/x86/
H A Dxenfunc.c64 static char xen_idt_page[PAGE_SIZE] __attribute__((__aligned__ (PAGE_SIZE))); local
68 memset(xen_idt_page, 0, PAGE_SIZE);
70 struct trap_info *xen_idt = (void * )xen_idt_page;

Completed in 182 milliseconds