HomeSort by: relevance | last modified time | path
    Searched refs:CLI (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/amd64/amd64/
spl.S 168 CLI(di)
217 CLI(ax) /* %rax not used by Xspllower/Xdoreti */
244 CLI(di)
261 CLI(ax)
265 CLI(ax)
326 CLI(si)
358 CLI(si)
381 CLI(si)
392 CLI(si)
lock_stubs.S 130 CLI(ax)
amd64_trap.S 93 #define PRE_TRAP CLI(cx); movq (%rsp),%rcx ; movq 8(%rsp),%r11 ; addq $0x10,%rsp
453 * interrupted just before the CLI in the trap macro.
674 CLI(si)
locore.S 1492 CLI(cx)
1529 CLI(ax)
1582 CLI(si)
1709 CLI(si)
1754 CLI(si)
1805 NOT_XEN(cli;)
cpufunc.S 187 CLI(ax)
229 cli
vector.S 410 cli ;\
416 cli ;\
423 cli ;\
428 cli ;\
682 CLI(si) ;\
  /src/sys/arch/i386/i386/
spl.S 75 * that is, 96 bytes. This must use pushf/cli/popf as it is used early in boot
95 CLI(%eax)
117 * that will be stalled by pushf/cli/popf. Must be the same size as
204 CLI(%eax)
208 CLI(%eax)
333 CLI(%eax)
348 CLI(%eax)
356 CLI(%eax)
411 CLI(%ecx)
459 CLI(%eax
    [all...]
i386_trap.S 423 CLI(%eax)
448 CLI(%eax)
locore.S 450 cli
1159 /* We need to copy shared_info early, so that sti/cli work */
1774 CLI(%eax)
1788 CLI(%eax)
vector.S 190 cli
317 cli
354 cli
427 cli ;\
432 cli ;\
438 cli ;\
692 CLI(%eax) ;\
  /src/sys/arch/i386/include/
frameasm.h 21 #define CLI(reg) movl CPUVAR(VCPU),reg ; \
34 #define CLI(reg) cli
  /src/sys/arch/amd64/include/
frameasm.h 26 #define CLI(temp_reg) \
47 #define CLI(temp_reg) cli

Completed in 20 milliseconds