OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmap
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/xen/xen/
xengnt.c
269
struct xen_add_to_physmap
xmap
;
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
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
274
if ((err = HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
)) < 0) {
398
struct xen_add_to_physmap
xmap
= {
local
405
if (HYPERVISOR_memory_op(XENMEM_add_to_physmap, &
xmap
) < 0) {
/src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c
8548
xlate_map_t *
xmap
= NULL;
8557
xmap
= build_xlate_map (sec, relax_info);
8640
xlate_offset_with_removed_text (
xmap
, &relax_info->action_list,
8643
xlate_offset_with_removed_text (
xmap
, &relax_info->action_list,
8712
free_xlate_map (
xmap
);
8525
xlate_map_t *
xmap
= NULL;
local
/src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c
8548
xlate_map_t *
xmap
= NULL;
8557
xmap
= build_xlate_map (sec, relax_info);
8640
xlate_offset_with_removed_text (
xmap
, &relax_info->action_list,
8643
xlate_offset_with_removed_text (
xmap
, &relax_info->action_list,
8712
free_xlate_map (
xmap
);
8525
xlate_map_t *
xmap
= NULL;
local
Completed in 50 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026