Searched refs:fast (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | shadow.h | 81 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all); 105 int fast, int all) {} in sh_remove_shadows() argument
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | viridian.c | 846 uint16_t fast:1; in viridian_hypercall() member 912 if ( input.fast ) in viridian_hypercall()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 48 Roughly speaking, native means rdtsc is fast but TSC-sensitive apps 52 all rdtsc instructions were native: "fast but potentially incorrect." 331 fast as a native rdtsc instruction, much faster than emulation,
|
A D | xl-numa-placement.pod.7 | 15 on which it can operate very fast. On the other hand, getting and storing
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 18 The key benefit of blktap2 is that it makes it easy and fast to write 39 fast.
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 216 int fast; in pyxc_domain_resume() local 218 if ( !PyArg_ParseTuple(args, "ii", &dom, &fast) ) in pyxc_domain_resume() 221 if ( xc_domain_resume(self->xc_handle, dom, fast) != 0 ) in pyxc_domain_resume()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 2681 void sh_remove_shadows(struct domain *d, mfn_t gmfn, int fast, int all) in sh_remove_shadows() argument 2735 ASSERT(!(all && fast)); in sh_remove_shadows() 2776 if( !fast \ in sh_remove_shadows() 2796 if ( !fast && all && (pg->count_info & PGC_page_table) ) in sh_remove_shadows()
|
/xen-4.10.0-shim-comet/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,
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | xenstored.ml | 386 * there's no need to be really fast even if we got loose
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 633 int fast);
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 724 + * root refs make a fast index for listing all of the snapshots and
|
Completed in 32 milliseconds