OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmap
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/xen/xen/
xengnt.c
269
struct xen_add_to_physmap
xmap
;
local in function:xengnt_map_status
274
xmap
.domid = DOMID_SELF;
275
xmap
.space = XENMAPSPACE_grant_table;
276
xmap
.idx = i | XENMAPIDX_grant_table_status;
277
xmap
.gpfn = pages[i];
279
if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
) < 0)
327
struct xen_add_to_physmap
xmap
;
local in function:xengnt_more_entries
332
xmap
.domid = DOMID_SELF;
333
xmap
.space = XENMAPSPACE_grant_table;
334
xmap
.idx = gnt_nr_grant_frames
[
all
...]
xengnt.c
269
struct xen_add_to_physmap
xmap
;
local in function:xengnt_map_status
274
xmap
.domid = DOMID_SELF;
275
xmap
.space = XENMAPSPACE_grant_table;
276
xmap
.idx = i | XENMAPIDX_grant_table_status;
277
xmap
.gpfn = pages[i];
279
if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
) < 0)
327
struct xen_add_to_physmap
xmap
;
local in function:xengnt_more_entries
332
xmap
.domid = DOMID_SELF;
333
xmap
.space = XENMAPSPACE_grant_table;
334
xmap
.idx = gnt_nr_grant_frames
[
all
...]
hypervisor.c
265
struct xen_add_to_physmap
xmap
= {
local in function:init_xen_early
274
if ((err = HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
)) < 0) {
398
struct xen_add_to_physmap
xmap
= {
local in function:xen_hvm_init
405
if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
) < 0) {
hypervisor.c
265
struct xen_add_to_physmap
xmap
= {
local in function:init_xen_early
274
if ((err = HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
)) < 0) {
398
struct xen_add_to_physmap
xmap
= {
local in function:xen_hvm_init
405
if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
) < 0) {
Completed in 22 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025