/xen/tools/tests/x86_emulator/ |
A D | predicates.c | 14 #define W mem_write macro 53 { { 0x00 }, { 2, 2 }, T, W }, /* add */ 54 { { 0x01 }, { 2, 2 }, T, W }, /* add */ 61 { { 0x08 }, { 2, 2 }, T, W }, /* or */ 62 { { 0x09 }, { 2, 2 }, T, W }, /* or */ 68 { { 0x10 }, { 2, 2 }, T, W }, /* adc */ 69 { { 0x11 }, { 2, 2 }, T, W }, /* adc */ 76 { { 0x18 }, { 2, 2 }, T, W }, /* adc */ 77 { { 0x19 }, { 2, 2 }, T, W }, /* adc */ 84 { { 0x20 }, { 2, 2 }, T, W }, /* and */ [all …]
|
/xen/xen/arch/arm/arm32/lib/ |
A D | memmove.S | 75 6: W(nop) 76 W(ldr) r3, [r1, #-4]! 77 W(ldr) r4, [r1, #-4]! 78 W(ldr) r5, [r1, #-4]! 79 W(ldr) r6, [r1, #-4]! 80 W(ldr) r7, [r1, #-4]! 81 W(ldr) r8, [r1, #-4]! 82 W(ldr) lr, [r1, #-4]! 86 W(nop) 87 W(str) r3, [r0, #-4]! [all …]
|
A D | memcpy.S | 18 W(ldr) \reg, [\ptr], #4 34 W(str) \reg, [\ptr], #4
|
A D | assembler.h | 25 #define W(instr) instr macro 190 W(b) . + up_b_offset ;\ 218 ALT_SMP(W(dmb)) 228 ALT_UP(W(nop))
|
A D | copy_template.S | 116 W(nop) 134 W(nop)
|
/xen/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 76 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform() 79 W[t] = sigma1(W[t - 2]) + W[t - 7] + in SHA256Transform() 80 sigma0(W[t - 15]) + W[t - 16]; in SHA256Transform() 86 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
|
/xen/tools/firmware/vgabios/ |
A D | vbe_display_api.txt | 131 * VBE_DISPI_INDEX_ID : WORD {R,W} 141 * VBE_DISPI_INDEX_XRES : WORD {R,W} 149 * VBE_DISPI_INDEX_YRES : WORD {R,W} 157 * VBE_DISPI_INDEX_BPP : WORD {R,W} 165 * VBE_DISPI_INDEX_ENABLE : WORD {R,W} 173 * VBE_DISPI_INDEX_BANK : WORD {R,W} 188 * VBE_DISPI_INDEX_X_OFFSET : WORD {R,W} 192 * VBE_DISPI_INDEX_Y_OFFSET : WORD {R,W} 198 * VBE_DISPI_INDEX_BPP : WORD {R,W} 202 * VBE_DISPI_INDEX_ENABLE : WORD {R,W} [all …]
|
/xen/ |
A D | CREDITS | 5 (W), PGP key ID and fingerprint (P), description (D), and 14 W: http://www.goop.org/~jeremy
|
A D | MAINTAINERS | 70 W: Web-page with status/info 231 ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE 260 W: https://gitlab.com/xen-project/xen 261 W: https://travis-ci.org/xen-project/xen
|
/xen/tools/xl/ |
A D | bash-completion | 13 …4d' | awk '/^ [^ ]/ {print $1}' | sed 's/$/ ,/g'` && COMPREPLY=( $(compgen -W "${opts}" -- ${cur})…
|
/xen/docs/designs/ |
A D | argo.pandoc | 229 To take `rings_L2` you must already have `R(L1)`. `W(L1)` implies `W(rings_L2)` 236 * `W(L1_global_argo_rwlock)` implies `W(rings_L2_rwlock)`, so if 237 `W(L1_global_argo_rwlock)` is held, then `rings_L2_rwlock` does not need to be 239 accessed as if `W(ring_L2_rwlock)` was held. 325 or: `W(rings_L2) && R(L1)` 326 or: `W(L1)` 346 * return true if R(L1) && W(L2) is true, because of the way that rw_is_locked 437 prevent deadlock: taking W(L1) grants access to all and taking R(L1) ensures
|
/xen/xen/drivers/passthrough/ |
A D | Kconfig | 24 (H3 ES3.0, M3-W+, etc) which IPMMU hardware supports stage 2
|
/xen/xen/common/sched/ |
A D | credit2.c | 1271 unsigned int P, W; in update_runq_load() local 1273 W = prv->load_window_shift; in update_runq_load() 1296 if ( rqd->load_last_update + (1ULL << W) < now ) in update_runq_load() 1323 ((delta * (load << P)) >> W) - in update_runq_load() 1324 ((delta * rqd->avgload) >> W); in update_runq_load() 1326 ((delta * (load << P)) >> W) - in update_runq_load() 1327 ((delta * rqd->b_avgload) >> W); in update_runq_load() 1358 unsigned int P, W; in update_svc_load() local 1367 W = prv->load_window_shift; in update_svc_load() 1371 if ( svc->load_last_update + (1ULL << W) < now ) in update_svc_load() [all …]
|
/xen/tools/debugger/gdbsx/ |
A D | README | 70 # Courtesy Zhigang W (http://10.182.120.78/tech/vt/ovm/debug/gdbinit.macros):
|
/xen/m4/ |
A D | ocaml.m4 | 4 dnl Copyright © 2009 Richard W.M. Jones
|
/xen/xen/tools/ |
A D | xen.flf | 2112 0x0174 LATIN CAPITAL LETTER W WITH CIRCUMFLEX 2119 0x0175 LATIN SMALL LETTER W WITH CIRCUMFLEX
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 1362 <id>:<W>x<H>;<id>:<W>x<H>... where: 1370 =item C<W>
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 1976 long long X, W; in percentile() local 2007 W=A[I]; in percentile() 2009 A[J]=W; in percentile()
|