Searched refs:fast (Results 1 – 14 of 14) sorted by relevance
/xen/tools/fuzz/ |
A D | README.afl | 23 llvm_mode, make use of afl-clang-fast: 25 $ make CC=$AFLPATH/afl-clang-fast afl # produces afl-harness 54 the speed-up effect should be similar to that of using afl-clang-fast.
|
/xen/xen/include/asm-x86/ |
A D | shadow.h | 83 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all); 111 int fast, int all) {} in sh_remove_shadows() argument
|
/xen/tools/libxc/ |
A D | xc_resume.c | 285 int xc_domain_resume(xc_interface *xch, uint32_t domid, int fast) in xc_domain_resume() argument 287 return (fast in xc_domain_resume()
|
/xen/xen/arch/x86/hvm/viridian/ |
A D | viridian.c | 533 uint16_t fast:1; in viridian_hypercall() member 591 if ( input.fast ) in viridian_hypercall() 630 if ( input.fast ) in viridian_hypercall()
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 52 Roughly speaking, native means rdtsc is fast but TSC-sensitive apps 56 all rdtsc instructions were native: "fast but potentially incorrect."
|
A D | xl-numa-placement.7.pod | 15 on which it can operate very fast. On the other hand, getting and storing
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 234 int fast; in pyxc_domain_resume() local 236 if ( !PyArg_ParseTuple(args, "ii", &dom, &fast) ) in pyxc_domain_resume() 239 if ( xc_domain_resume(self->xc_handle, dom, fast) != 0 ) in pyxc_domain_resume()
|
/xen/xen/arch/x86/mm/shadow/ |
A D | common.c | 2171 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all) in sh_remove_shadows() argument 2225 ASSERT(!(all && fast)); in sh_remove_shadows() 2266 if( !fast \ in sh_remove_shadows() 2286 if ( !fast && all && (pg->count_info & PGC_page_table) ) in sh_remove_shadows()
|
/xen/docs/misc/ |
A D | vtd.txt | 291 …Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INT…
|
A D | netif-staging-grants.pandoc | 394 strategies to allow fast recycling of grants for replinishing the ring,
|
A D | xen-command-line.pandoc | 1003 ept=[no-]exec-sp` to switch between fast and secure. 1005 * When switching from secure to fast, preexisting HVM domains will run 1009 * When switching from fast to secure, all HVM domains will immediately 1014 intended as an emergency option for people who first chose fast, then
|
/xen/tools/ocaml/xenstored/ |
A D | xenstored.ml | 389 * there's no need to be really fast even if we got loose
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 640 int fast);
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 713 + * root refs make a fast index for listing all of the snapshots and
|
Completed in 29 milliseconds