Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddesc.h8 #define NR_RESERVED_GDT_PAGES 1 macro
9 #define NR_RESERVED_GDT_BYTES (NR_RESERVED_GDT_PAGES * PAGE_SIZE)
13 (FIRST_RESERVED_GDT_PAGE + NR_RESERVED_GDT_PAGES - 1)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c680 order = get_order_from_pages(NR_RESERVED_GDT_PAGES); in cpu_smpboot_free()
712 order = get_order_from_pages(NR_RESERVED_GDT_PAGES); in cpu_smpboot_alloc()
716 memcpy(gdt, boot_cpu_gdt_table, NR_RESERVED_GDT_PAGES * PAGE_SIZE); in cpu_smpboot_alloc()
723 memcpy(gdt, boot_cpu_compat_gdt_table, NR_RESERVED_GDT_PAGES * PAGE_SIZE); in cpu_smpboot_alloc()
A Ddomain.c1640 for ( i = 0; i < NR_RESERVED_GDT_PAGES; i++ ) in __context_switch()

Completed in 8 milliseconds