Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 31) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dentry.S33 push %rdi
34 push %rsi
35 push %rdx
36 push %rcx
37 push %rax
39 push %r8
40 push %r9
41 push %r10
42 push %r11
43 push %rbx
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dentry.S102 push %rdi
103 push %rsi
104 push %rdx
105 push %rcx
107 push %rax
108 push %r8
109 push %r9
110 push %r10
111 push %r11
112 push %rbx
[all …]
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c411 push ds
412 push si
413 push cs
427 push ax
428 push dx
442 push bp
467 push si
468 push ax
469 push bx
470 push ds
[all …]
A Dvbe.c106 push dx
107 push ax
183 push dx
184 push ax
194 push dx
195 push ax
221 push dx
231 push dx
232 push ax
247 push bp
[all …]
A Dvgabios.c122 push ds
282 push es
283 push ds
390 push es
391 push ds
430 push bx
450 push ds
566 push cx in display_string()
3411 push bp
3449 push bp
[all …]
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dentry.S96 push x28, x29
97 push x26, x27
98 push x24, x25
99 push x22, x23
100 push x20, x21
101 push x18, x19
106 push x8, x9
107 push x6, x7
108 push x4, x5
109 push x2, x3
[all …]
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dmemmove.S127 .macro backward_copy_shift push pull
148 mov lr, r3, lspush #\push
152 mov ip, ip, lspush #\push
154 mov r9, r9, lspush #\push
156 mov r8, r8, lspush #\push
158 mov r7, r7, lspush #\push
160 mov r6, r6, lspush #\push
162 mov r5, r5, lspush #\push
164 mov r4, r4, lspush #\push
176 15: mov lr, r3, lspush #\push
[all …]
A Dcopy_template.S203 orr r3, r3, r4, lspush #\push
205 orr r4, r4, r5, lspush #\push
207 orr r5, r5, r6, lspush #\push
209 orr r6, r6, r7, lspush #\push
211 orr r7, r7, r8, lspush #\push
213 orr r8, r8, r9, lspush #\push
215 orr r9, r9, ip, lspush #\push
217 orr ip, ip, lr, lspush #\push
231 orr r3, r3, lr, lspush #\push
237 16: sub r1, r1, #(\push / 8)
[all …]
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S31 push eax
32 push ebx
59 push edx
67 push eax
68 push ebx
69 push ecx
70 push edx
111 push eax
112 push edx
113 push ebx
[all …]
A Dtcgbios.c29 push word #0x000f
30 push #?2
31 push word #0x000f
32 push #?1
A D32bitgateway.c93 push ds
94 push es
95 push ss
96 push esp
122 push MAX_ARG_BYTES-4+args_off[esp]
A Drombios.c1153 push bp
1171 push bp
1190 push bp
1212 push bp
1234 push bp
1251 push bp
1300 push bp
1323 push bp
1347 push bp
1373 push bp
[all …]
/xen-4.10.0-shim-comet/docs/process/
A Drelease-checklist.txt35 git-push xenbits.xen.org:/home/xen/git/qemu-xen-traditional.git $s:stable-$x xen-$v
41 git push xen@xenbits.xen.org:/home/xen/git/mini-os.git xen-$t
47 git push osstest@xenbits.xen.org:/home/xen/git/qemu-xen.git qemu-xen-$v
67 git-push origin $t
78 merge tag into staging and push to staging
79 maybe force push into master
80 definitely push tag to xenbits
81 git-push origin $t
A Dxen-release-management.pandoc72 development window they normally push things as they see fit. During the
75 Release Ack in order to push a patch.
227 a push. For security bugs, coordinate with the Security Team to adjust the
292 Please don't push any new patch to staging because $REASON.
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-gate-op.c314 #define push(item) do \ in pv_emulate_gate_op() macro
360 push(regs->ss); in pv_emulate_gate_op()
361 push(regs->rsp); in pv_emulate_gate_op()
392 push(parm); in pv_emulate_gate_op()
419 push(regs->cs); in pv_emulate_gate_op()
420 push(regs->rip + insn_len); in pv_emulate_gate_op()
421 #undef push in pv_emulate_gate_op()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dhead.S302 push %rax
305 push %rdi
352 push %rdx
587 push %ecx /* Bottom-most low-memory stack address. */
588 push %ebx /* Multiboot information address. */
589 push %eax /* Multiboot magic. */
621 push %fs
627 push %ds
721 push %eax
731 push %eax
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomains.ml76 let push dom queue = function
77 Queue.push (ref (Some dom)) queue
165 push dom doms.doms_with_conflict_penalty
169 push dom doms.doms_conflict_paused;
190 push d q (* Make it queue up again for its next point of credit. *)
A Dhistory.ml56 let push (x: history_record) = function
/xen-4.10.0-shim-comet/xen/include/xen/
A Dcompiler.h81 #pragma GCC visibility push(hidden)
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxb.ml70 let queue con pkt = Queue.push pkt con.pkt_out
144 Queue.push pkt con.pkt_in;
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dentry.S17 push {r0-r12}; /* Save R0-R12 */ \
A Dhead.S477 push {r4,r5,r6,r7,r8,r9,r10,r11}
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff227 + push %ebp
228 + push %ebx
229 + push %ecx
230 + push %edx
267 + push %ebp
268 + push %eax
269 + push %ebx
270 + push %ecx
271 + push %edx
735 " you push any key to continue. If both console and serial are specified,"
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dentry.S151 push %rdx
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxsraw.ml124 Queue.push (event, event_data) con.watchevents

Completed in 86 milliseconds

12