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

  /src/sys/arch/xen/x86/
x86_xpmap.c 494 vaddr_t our_tables, xen_tables; local in function:xen_locore
507 xen_tables = xen_start_info.pt_base;
508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
514 mapsize = xen_tables - KERNTEXTOFF;
576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
590 xen_bootstrap_tables(xen_tables, our_tables,
594 xen_bootstrap_tables(our_tables, xen_tables,
598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0,
604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
    [all...]
x86_xpmap.c 494 vaddr_t our_tables, xen_tables; local in function:xen_locore
507 xen_tables = xen_start_info.pt_base;
508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
514 mapsize = xen_tables - KERNTEXTOFF;
576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
590 xen_bootstrap_tables(xen_tables, our_tables,
594 xen_bootstrap_tables(our_tables, xen_tables,
598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0,
604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
    [all...]
x86_xpmap.c 494 vaddr_t our_tables, xen_tables; local in function:xen_locore
507 xen_tables = xen_start_info.pt_base;
508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
514 mapsize = xen_tables - KERNTEXTOFF;
576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
590 xen_bootstrap_tables(xen_tables, our_tables,
594 xen_bootstrap_tables(our_tables, xen_tables,
598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0,
604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
    [all...]
x86_xpmap.c 494 vaddr_t our_tables, xen_tables; local in function:xen_locore
507 xen_tables = xen_start_info.pt_base;
508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
514 mapsize = xen_tables - KERNTEXTOFF;
576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
590 xen_bootstrap_tables(xen_tables, our_tables,
594 xen_bootstrap_tables(our_tables, xen_tables,
598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0,
604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
    [all...]
x86_xpmap.c 494 vaddr_t our_tables, xen_tables; local in function:xen_locore
507 xen_tables = xen_start_info.pt_base;
508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
514 mapsize = xen_tables - KERNTEXTOFF;
576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
590 xen_bootstrap_tables(xen_tables, our_tables,
594 xen_bootstrap_tables(our_tables, xen_tables,
598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0,
604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
    [all...]
x86_xpmap.c 494 vaddr_t our_tables, xen_tables; local in function:xen_locore
507 xen_tables = xen_start_info.pt_base;
508 our_tables = xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
514 mapsize = xen_tables - KERNTEXTOFF;
576 if (our_tables < xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577 our_tables = xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
590 xen_bootstrap_tables(xen_tables, our_tables,
594 xen_bootstrap_tables(our_tables, xen_tables,
598 memset((void *)(xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE)), 0,
604 return (xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
    [all...]

Completed in 105 milliseconds