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

  /src/sys/arch/x86/x86/
pmap.c 419 char *early_zerop; /* also referenced from xen_locore() */ variable in typeref:typename:char *
421 static char *early_zerop; variable in typeref:typename:char *
1313 early_zerop = (void *)cpu_info_primary.vpage[VPAGE_ZER];
1324 /* early_zerop initialized in xen_locore() */
1326 early_zerop = (void *)bootspace.spareva;
1328 early_zero_pte = PTE_BASE + pl1_i((vaddr_t)early_zerop);
5635 pmap_update_pg((vaddr_t)early_zerop);
5636 memset(PAGE_ALIGNED(early_zerop), 0, PAGE_SIZE);
pmap.c 419 char *early_zerop; /* also referenced from xen_locore() */ variable in typeref:typename:char *
421 static char *early_zerop; variable in typeref:typename:char *
1313 early_zerop = (void *)cpu_info_primary.vpage[VPAGE_ZER];
1324 /* early_zerop initialized in xen_locore() */
1326 early_zerop = (void *)bootspace.spareva;
1328 early_zero_pte = PTE_BASE + pl1_i((vaddr_t)early_zerop);
5635 pmap_update_pg((vaddr_t)early_zerop);
5636 memset(PAGE_ALIGNED(early_zerop), 0, PAGE_SIZE);

Completed in 87 milliseconds