Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 11 of 11) sorted by relevance

/xen/tools/include/
A DMakefile8 all build: all-y xen-foreign xen/.dir xen-xsm/.dir
11 .PHONY: xen-foreign
12 xen-foreign:
13 $(MAKE) -C xen-foreign
26 ln -s ../xen-foreign xen/foreign
55 $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/foreign
69 $(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(includedir)/xen/foreign
83 $(MAKE) -C xen-foreign clean
/xen/tools/libs/gnttab/
A Dlinux.c254 source.foreign) != in osdep_gnttab_grant_copy()
256 source.foreign)); in osdep_gnttab_grant_copy()
258 source.foreign.ref) != in osdep_gnttab_grant_copy()
260 source.foreign)); in osdep_gnttab_grant_copy()
275 dest.foreign) != in osdep_gnttab_grant_copy()
277 dest.foreign)); in osdep_gnttab_grant_copy()
279 dest.foreign.ref) != in osdep_gnttab_grant_copy()
281 dest.foreign)); in osdep_gnttab_grant_copy()
285 dest.foreign.offset)); in osdep_gnttab_grant_copy()
287 dest.foreign.domid) != in osdep_gnttab_grant_copy()
[all …]
/xen/tools/tests/depriv/
A Ddepriv-fd-checker.c188 seg.source.foreign.ref = gntshr_gref; in test_gntdev()
189 seg.source.foreign.offset = 0; in test_gntdev()
190 seg.source.foreign.domid = 0; in test_gntdev()
/xen/
A D.gitignore193 tools/include/xen-foreign/*.(c|h|size)
194 tools/include/xen-foreign/checker
352 tools/include/xen-foreign/checker.c
353 tools/include/xen-foreign/structs.pyc
354 tools/include/xen-foreign/x86_32.h
355 tools/include/xen-foreign/x86_64.h
356 tools/include/xen-foreign/arm32.h
357 tools/include/xen-foreign/arm64.h
/xen/docs/misc/
A Dgrant-tables.txt74 page table entry containing a foreign frame number is overwritten: the first
139 Granting a foreign domain access to frames
155 Mapping foreign frames
195 Unmapping foreign frames
210 Ending foreign access
234 Prepare to accept a frame from a foreign domain
275 Transfer a frame to a foreign domain
/xen/tools/include/xen-sys/Linux/
A Dgntdev.h158 } foreign; member
/xen/tools/libs/gnttab/include/
A Dxengnttab.h278 } foreign; member
/xen/stubdom/
A DMakefile370 mkdir -p include/xen-foreign && \
371 ln -sf $(wildcard $(XEN_ROOT)/tools/include/xen-foreign/*) include/xen-foreign/ && \
372 $(MAKE) DESTDIR= -C include/xen-foreign/ && \
373 ( [ -h include/xen/foreign ] || ln -sf ../xen-foreign include/xen/foreign )
/xen/xen/common/
A Dvm_event.c445 static int vm_event_grab_slot(struct vm_event_domain *ved, int foreign) in vm_event_grab_slot() argument
461 if ( !foreign ) in vm_event_grab_slot()
/xen/docs/designs/
A Dargo.pandoc103 locking at arbitrary frequency by those foreign domains when registering rings
/xen/docs/man/
A Dxl.cfg.5.pod.in579 to have. This value controls how many pages of foreign domains can be accessed
645 For an HVM/PVH domain, all non-foreign RAM pages present in its P2M will be

Completed in 84 milliseconds