OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:our_tables
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/xen/x86/
x86_xpmap.c
494
vaddr_t
our_tables
, xen_tables;
local in function:xen_locore
508
our_tables
= xen_tables + (xen_start_info.nr_pt_frames * PAGE_SIZE);
576
if (
our_tables
< xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE))
577
our_tables
= xen_tables + ((nL2 + PDIRSZ) * PAGE_SIZE);
583
if (
our_tables
+ ((oldcount + PDIRSZ) * PAGE_SIZE) >
590
xen_bootstrap_tables(xen_tables,
our_tables
,
594
xen_bootstrap_tables(
our_tables
, xen_tables,
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025