Searched refs:foreign (Results 1 – 11 of 11) sorted by relevance
8 all build: all-y xen-foreign xen/.dir xen-xsm/.dir11 .PHONY: xen-foreign12 xen-foreign:13 $(MAKE) -C xen-foreign26 ln -s ../xen-foreign xen/foreign55 $(INSTALL_DIR) $(DESTDIR)$(includedir)/xen/foreign69 $(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(includedir)/xen/foreign83 $(MAKE) -C xen-foreign clean
254 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 …]
188 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()
193 tools/include/xen-foreign/*.(c|h|size)194 tools/include/xen-foreign/checker352 tools/include/xen-foreign/checker.c353 tools/include/xen-foreign/structs.pyc354 tools/include/xen-foreign/x86_32.h355 tools/include/xen-foreign/x86_64.h356 tools/include/xen-foreign/arm32.h357 tools/include/xen-foreign/arm64.h
74 page table entry containing a foreign frame number is overwritten: the first139 Granting a foreign domain access to frames155 Mapping foreign frames195 Unmapping foreign frames210 Ending foreign access234 Prepare to accept a frame from a foreign domain275 Transfer a frame to a foreign domain
158 } foreign; member
278 } foreign; member
370 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 )
445 static int vm_event_grab_slot(struct vm_event_domain *ved, int foreign) in vm_event_grab_slot() argument461 if ( !foreign ) in vm_event_grab_slot()
103 locking at arbitrary frequency by those foreign domains when registering rings
579 to have. This value controls how many pages of foreign domains can be accessed645 For an HVM/PVH domain, all non-foreign RAM pages present in its P2M will be
Completed in 84 milliseconds