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

/netbsd-current/sys/arch/xen/x86/
H A Dcpu.c821 psize_t gdt_ents; local
835 gdt_ents = roundup(gdt_size, PAGE_SIZE) >> PAGE_SHIFT;
836 KASSERT(gdt_ents <= 16);
838 gdt_prepframes(frames, (vaddr_t)ci->ci_gdt, gdt_ents); local
878 initctx->gdt_ents = gdt_ents;
915 psize_t gdt_ents; local
929 gdt_ents = roundup(gdt_size, PAGE_SIZE) >> PAGE_SHIFT;
930 KASSERT(gdt_ents <= 16);
932 gdt_prepframes(frames, (vaddr_t)ci->ci_gdt, gdt_ents); local
[all...]
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dxen.h192 unsigned long gdt_frames[16], gdt_ents; /* GDT (machine frames, # ents) */ member in struct:vcpu_guest_context

Completed in 87 milliseconds