HomeSort by: relevance | last modified time | path
    Searched refs:L2_SLOT_KERN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/include/
vmparam.h 104 #define L2_SLOT_KERN (KERNBASE/NBPD_L2) /* 1536: start of kernel space */
107 #define L2_SLOT_KERN (KERNBASE/NBPD_L2) /* 768: start of kernel space */
110 #define L2_SLOT_KERNBASE L2_SLOT_KERN
112 #define PDIR_SLOT_KERN L2_SLOT_KERN
  /src/sys/arch/xen/x86/
x86_xpmap.c 723 * This way, L2[L2_SLOT_KERN] always points to the shadow.
839 memcpy(&L2[L2_SLOT_KERN + NPDPG], &L2[L2_SLOT_KERN], PAGE_SIZE);
840 cpu_info_primary.ci_kpm_pdir = &L2[L2_SLOT_KERN + NPDPG];

Completed in 108 milliseconds