Home
last modified time | relevance | path

Searched refs:act (Results 1 – 25 of 26) sorted by relevance

12

/xen/xen/common/
A Dgrant_table.c367 act->gfn = gfn; in act_set_gfn()
436 return act; in active_entry_acquire()
864 if ( !act->pin ) in _set_status_v2()
929 if ( act->pin && act->domid == ld->domain_id && in grant_map_exists()
1066 act->domid, ld->domain_id, act->pin, act->is_sub_page); in map_grant_ref()
1105 mfn = act->mfn; in map_grant_ref()
2423 mfn = act->mfn; in release_grant_for_copy()
2545 if ( act->pin && ((act->domid != ldom) || (act->pin & 0x80808080U) != 0) ) in acquire_grant_for_copy()
2548 act->domid, ldom, act->pin); in acquire_grant_for_copy()
3460 return act ? PTR_ERR(act) : 1; in cache_flush()
[all …]
/xen/xen/include/public/io/
A Dvscsiif.h265 uint8_t act; /* command between backend and frontend */ member
298 uint8_t act; /* VSCSIIF_ACT_SCSI_SG_PRESET */ member
308 uint8_t act; /* deprecated: valid only if SG_PRESET supported */ member
/xen/tools/tests/xen-access/
A Dxen-access.c376 struct sigaction act; in main() local
500 act.sa_handler = close_handler; in main()
501 act.sa_flags = 0; in main()
502 sigemptyset(&act.sa_mask); in main()
503 sigaction(SIGHUP, &act, NULL); in main()
504 sigaction(SIGTERM, &act, NULL); in main()
505 sigaction(SIGINT, &act, NULL); in main()
506 sigaction(SIGALRM, &act, NULL); in main()
/xen/tools/xentrace/
A Dxentrace.c1170 struct sigaction act; in main() local
1223 act.sa_handler = close_handler; in main()
1224 act.sa_flags = 0; in main()
1225 sigemptyset(&act.sa_mask); in main()
1226 sigaction(SIGHUP, &act, NULL); in main()
1227 sigaction(SIGTERM, &act, NULL); in main()
1228 sigaction(SIGINT, &act, NULL); in main()
1229 sigaction(SIGALRM, &act, NULL); in main()
/xen/tools/xenpaging/
A Dxenpaging.c853 struct sigaction act; in main() local
876 act.sa_handler = close_handler; in main()
877 act.sa_flags = 0; in main()
878 sigemptyset(&act.sa_mask); in main()
879 sigaction(SIGHUP, &act, NULL); in main()
880 sigaction(SIGTERM, &act, NULL); in main()
881 sigaction(SIGINT, &act, NULL); in main()
882 sigaction(SIGALRM, &act, NULL); in main()
/xen/docs/misc/
A Dgrant-tables.txt63 act->domid : remote domain being granted rights
64 act->frame : machine frame being granted
65 act->pin : used to hold reference counts
66 act->lock : spinlock used to serialize access to active entry state
116 entry is complete, release the lock by calling active_entry_release(act).
122 act = active_entry_acquire(gt, ref);
124 active_entry_release(act);
A Dblock-scripts.txt104 consume physical-device-path (rather than, say, having dom0 act as
/xen/tools/xenmon/
A Dxenbaked.c707 struct sigaction act; in main() local
720 act.sa_handler = close_handler; in main()
721 act.sa_flags = 0; in main()
722 sigemptyset(&act.sa_mask); in main()
723 sigaction(SIGHUP, &act, NULL); in main()
724 sigaction(SIGTERM, &act, NULL); in main()
725 sigaction(SIGINT, &act, NULL); in main()
A DCOPYING73 covered by this License; they are outside its scope. The act of
87 You may charge a fee for the physical act of transferring a copy, and
/xen/docs/features/
A Dsched_credit.pandoc60 or subtle scheduling anomalies, that is not always possible to act upon,
/xen/xen/tools/kconfig/
A Dqconf.cc942 void ConfigView::setOptionMode(QAction *act) in setOptionMode() argument
944 if (act == showNormalAction) in setOptionMode()
946 else if (act == showAllAction) in setOptionMode()
/xen/
A DREADME148 of xenstore to act as an interface for access to the database for dom0 and
A DCOPYING150 covered by this License; they are outside its scope. The act of
164 You may charge a fee for the physical act of transferring a copy, and
A DSUPPORT.md554 with access to physical devices to act as back-ends.
/xen/docs/process/
A Dxen-release-management.pandoc51 period. The Committers will act on the wishes of the Release Manager during
64 freeze period they transfer xen-unstable branch ownership and act on the
/xen/xen/
A DCOPYING100 covered by this License; they are outside its scope. The act of
114 You may charge a fee for the physical act of transferring a copy, and
/xen/tools/libxc/
A DCOPYING152 covered by this License; they are outside its scope. The act of
167 You may charge a fee for the physical act of transferring a copy,
/xen/tools/libacpi/
A DCOPYING153 covered by this License; they are outside its scope. The act of
168 You may charge a fee for the physical act of transferring a copy,
/xen/xen/common/libelf/
A DCOPYING152 covered by this License; they are outside its scope. The act of
167 You may charge a fee for the physical act of transferring a copy,
/xen/tools/ocaml/
A DLICENSE74 …ification are not covered by this License; they are outside its scope. The act of running a progra…
78 You may charge a fee for the physical act of transferring a copy, and you may at your option offer …
/xen/tools/xenstat/libxenstat/
A DCOPYING145 covered by this License; they are outside its scope. The act of
160 You may charge a fee for the physical act of transferring a copy,
/xen/tools/xenstore/
A DCOPYING150 covered by this License; they are outside its scope. The act of
165 You may charge a fee for the physical act of transferring a copy,
/xen/tools/firmware/vgabios/
A DCOPYING143 covered by this License; they are outside its scope. The act of
158 You may charge a fee for the physical act of transferring a copy,
/xen/tools/golang/xenlight/
A DLICENSE143 covered by this License; they are outside its scope. The act of
158 You may charge a fee for the physical act of transferring a copy,
/xen/docs/designs/
A Dargo.pandoc211 executing teardown, ensures that no teardown operations act concurrently and no

Completed in 56 milliseconds

12