/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd-xen.c | 87 xc_domain_pause(g->xc_handle, g->domid); in kdd_halt() 125 if (g->hvm_buf && xc_domain_hvm_setcontext(g->xc_handle, g->domid, in hvm_writeback() 136 xc_domain_unpause(g->xc_handle, g->domid); in kdd_run() 150 (void *) desc >= g->hvm_buf && (void *) desc < g->hvm_buf + g->hvm_sz; in kdd_count_cpus() 171 (void *) desc >= g->hvm_buf && (void *) desc < g->hvm_buf + g->hvm_sz; in get_cpu() 195 (void *) desc >= g->hvm_buf && (void *) desc < g->hvm_buf + g->hvm_sz; in get_lapic() 579 if (!g) in kdd_guest_init() 599 snprintf(g->id, (sizeof g->id) - 1, in kdd_guest_init() 602 return g; in kdd_guest_init() 605 free(g); in kdd_guest_init() [all …]
|
A D | kdd.h | 473 extern void kdd_guest_teardown(kdd_guest *g); 474 extern char *kdd_guest_identify(kdd_guest *g); 477 extern void kdd_halt(kdd_guest *g); 478 extern void kdd_run(kdd_guest *g); 481 extern int kdd_count_cpus(kdd_guest *g); 484 extern uint32_t kdd_access_physical(kdd_guest *g, uint64_t addr, 488 extern int kdd_get_regs(kdd_guest *g, int cpuid, kdd_regs *r, int w64); 489 extern int kdd_set_regs(kdd_guest *g, int cpuid, kdd_regs *r, int w64); 492 extern int kdd_get_ctrl(kdd_guest *g, int cpuid, kdd_ctrl *ctrl, int w64); 493 extern int kdd_set_ctrl(kdd_guest *g, int cpuid, kdd_ctrl *ctrl, int w64); [all …]
|
/xen-4.10.0-shim-comet/docs/figs/ |
A D | network-basic.fig | 62 4 0 0 50 -1 16 20 0.0000 4 315 1410 4500 5850 e.g. vif4.0\001 63 4 0 0 50 -1 16 20 0.0000 4 315 1260 1125 5850 e.g. eth0\001 66 4 0 0 50 -1 16 20 0.0000 4 315 1260 7650 5850 e.g. eth0\001 70 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
|
A D | network-bridge.fig | 113 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_json.h | 58 yajl_gen g; in libxl_yajl_gen_alloc() local 59 g = yajl_gen_alloc(allocFuncs); in libxl_yajl_gen_alloc() 60 if (g) in libxl_yajl_gen_alloc() 61 yajl_gen_config(g, yajl_gen_beautify, 1); in libxl_yajl_gen_alloc() 62 return g; in libxl_yajl_gen_alloc()
|
A D | libxl_json.c | 32 yajl_gen g; member 39 if ((ctx)->g == NULL) { \ 41 (ctx)->g = yajl_gen_alloc(&conf, NULL); \ 45 if ((ctx)->g == NULL) { \ 46 (ctx)->g = yajl_gen_alloc(NULL); \ 47 yajl_gen_config((ctx)->g, yajl_gen_beautify, 1); \ 48 yajl_gen_config((ctx)->g, yajl_gen_indent_string, " "); \ 52 if ((ctx)->g) yajl_gen_free((ctx)->g) 61 yajl_gen_get_buf((yajl_ctx)->g, &buf, &len); \ 64 yajl_gen_free((yajl_ctx)->g); \ [all …]
|
A D | idl.txt | 6 .idl file must be an instance of idl.Type (e.g. you may not define 11 contain the initial namespace element (e.g. "libxl_"). See below for 135 containing Enumeration (e.g. 140 Enumeration (e.g. "FOOENUM_VALUE") 143 and any namespace (e.g. "VALUE") 149 (e.g. structs and unions).
|
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | zfs_sha256.c | 73 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 83 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform() 86 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform() 88 h = g; g = f; f = e; e = d + T1; in SHA256Transform() 93 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform()
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 99 A=`echo "$1" | sed -e 's/\([[0-9]]*\)/Z\1Z/g' \ 100 -e 's/Z\([[0-9]]\)Z/Z0\1Z/g' \ 101 -e 's/Z\([[0-9]][[0-9]]\)Z/Z0\1Z/g' \ 102 -e 's/Z\([[0-9]][[0-9]][[0-9]]\)Z/Z0\1Z/g' \ 103 -e 's/[[^0-9]]//g'` 106 B=`echo "$3" | sed -e 's/\([[0-9]]*\)/Z\1Z/g' \ 107 -e 's/Z\([[0-9]]\)Z/Z0\1Z/g' \ 108 -e 's/Z\([[0-9]][[0-9]]\)Z/Z0\1Z/g' \ 110 -e 's/[[^0-9]]//g'` 155 ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`" [all …]
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 6 libraries (e.g. tools/libxc/*). 13 explicitly (e.g. tools/libxl/CODING_STYLE) but often implicitly (Linux 23 same as the code _outside_ the block. e.g. 41 the structure access operators, '.' and '->'). e.g. 56 User visible strings (e.g., printk() messages) should not be split so 64 unlike K&R. do/while loops are an exception. e.g.: 86 Braces should be omitted for blocks with a single statement. e.g.,
|
A D | README | 48 * Development install of zlib (e.g., zlib-dev) 49 * Development install of Python v2.3 or later (e.g., python-dev) 50 * Development install of curses (e.g., libncurses-dev) 51 * Development install of openssl (e.g., openssl-dev) 52 * Development install of x11 (e.g. xorg-x11-dev) 53 * Development install of uuid (e.g. uuid-dev) 54 * Development install of yajl (e.g. libyajl-dev) 57 * Development install of GLib v2.0 (e.g. libglib2.0-dev) 58 * Development install of Pixman (e.g. libpixman-1-dev) 72 * Development install of Ocaml (e.g. ocaml-nox and [all …]
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | template.pandoc | 18 Status: e.g. **Supported**/**Tech Preview**/**Experimental** 20 Architecture(s): e.g. x86, arm 22 Component(s): e.g. Hypervisor, toolstack, guest 54 List of enhancements which could be undertaken, e.g. to improve the
|
A D | sched_credit.pandoc | 35 * checking or changing the global parameters, via, e.g.: 39 * checking or changing a VM's scheduling parameters, via, e.g.: 54 complex (due to, e.g., the introduction of boosting, caps and vCPU 71 run some basic workload (e.g., login into them and run simple commands),
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | power.c | 353 #define TB_COPY_GAS(tbg, g) \ in tboot_sleep() argument 354 tbg.space_id = g.space_id; \ in tboot_sleep() 355 tbg.bit_width = g.bit_width; \ in tboot_sleep() 356 tbg.bit_offset = g.bit_offset; \ in tboot_sleep() 357 tbg.access_width = g.access_width; \ in tboot_sleep() 358 tbg.address = g.address; in tboot_sleep()
|
/xen-4.10.0-shim-comet/tools/ocaml/ |
A D | common.make | 14 OCAMLOPTFLAG_G := $(shell $(OCAMLOPT) -h 2>&1 | sed -n 's/^ *\(-g\) .*/\1/p') 16 OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | printk-formats.txt | 19 e.g. printk 23 e.g. printk+0/0x48
|
A D | amd-ucode-container.txt | 20 for each family. (e.g. microcode_amd_fam15h.bin) 29 family specific container file. (e.g. microcode_amd_fam15h.bin) 76 the same kind. (e.g. two microcode_amd_fam15h.bin) since the hypervisor
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | LiloConf.py | 174 g = LiloConfigFile(sys.argv[1]) variable 175 for i in g.images: 177 print g.default
|
A D | pygrub | 618 global g 623 global g 624 sel = g.run() 626 g = Grub(file, fs) 629 for i in range(len(g.cf.images)): 630 img = g.cf.images[i] 640 sel = g.image_index() 644 idx = get_entry_idx(g.cf, entry) 645 if idx is not None and idx >= 0 and idx < len(g.cf.images): 653 img = g.cf.images[sel] [all …]
|
A D | ExtLinuxConf.py | 211 g = ExtLinuxConfigFile(sys.argv[1]) variable 212 for i in g.images: 214 print g.default
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mm-locks.h | 305 #define gfn_lock(p,g,o) p2m_lock(p) argument 306 #define gfn_unlock(p,g,o) p2m_unlock(p) argument 310 #define gfn_locked_by_me(p,g) p2m_locked_by_me(p) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | p2m.h | 438 #define get_gfn(d, g, t) get_gfn_type((d), (g), (t), P2M_ALLOC) argument 439 #define get_gfn_query(d, g, t) get_gfn_type((d), (g), (t), 0) argument 440 #define get_gfn_unshare(d, g, t) get_gfn_type((d), (g), (t), \ argument
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | bash-completion | 13 …opts=`${xl} help 2>/dev/null | sed '1,4d' | awk '/^ [^ ]/ {print $1}' | sed 's/$/ ,/g'` && COMPREP…
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xencommons.in | 77 # - fraction of host memory, e.g. 1/100 78 # - combination of both in form of <val>:<frac> (e.g. 8:1/100), resulting
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | inflate.c | 335 int g; /* maximum code length */ in huft_build() local 399 g = i; /* maximum code length */ in huft_build() 435 n = x[g]; /* set n to length of v */ in huft_build() 450 for (; k <= g; k++) in huft_build() 466 z = (z = g - w) > (unsigned)l ? l : z; /* upper limit on table size */ in huft_build() 554 ret = y != 0 && g != 1; in huft_build()
|