OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mfn_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xen/
balloon.c
195
xen_pfn_t *
mfn_list
;
local
236
mfn_list
= kmem_alloc(BALLOON_DELTA * sizeof(*
mfn_list
), KM_SLEEP);
237
sc->sc_mfn_list =
mfn_list
;
372
xen_pfn_t *
mfn_list
= sc->sc_mfn_list;
local
383
memset(
mfn_list
, 0, BALLOON_DELTA * sizeof(*
mfn_list
));
396
mfn_list
[rpages] = xpmap_ptom(pa) >> PAGE_SHIFT;
407
set_xen_guest_handle(reservation.extent_start,
mfn_list
);
438
xen_pfn_t *
mfn_list
= sc->sc_mfn_list
local
[
all
...]
/src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h
777
* c. list of allocated page frames [
mfn_list
, nr_pages]
827
unsigned long
mfn_list
; /* VIRTUAL address of page-frame list. */
member in struct:start_info
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026