Home
last modified time | relevance | path

Searched refs:L2_SLOT_KERN (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/i386/include/
H A Dvmparam.h104 #define L2_SLOT_KERN (KERNBASE/NBPD_L2) /* 1536: start of kernel space */ macro
107 #define L2_SLOT_KERN (KERNBASE/NBPD_L2) /* 768: start of kernel space */ macro
110 #define L2_SLOT_KERNBASE L2_SLOT_KERN
112 #define PDIR_SLOT_KERN L2_SLOT_KERN
/netbsd/sys/arch/xen/x86/
H A Dx86_xpmap.c839 memcpy(&L2[L2_SLOT_KERN + NPDPG], &L2[L2_SLOT_KERN], PAGE_SIZE); in xen_bootstrap_tables()
840 cpu_info_primary.ci_kpm_pdir = &L2[L2_SLOT_KERN + NPDPG]; in xen_bootstrap_tables()