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

  /src/sys/arch/amd64/amd64/
spl.S 316 * XenPV note: it seems that we can be called at spl0, so need to use CLI2()
327 CLI2(si, r12)
360 CLI2(si, r14)
383 CLI2(si, rdi)
394 CLI2(si, rdi)
amd64_trap.S 93 #define PRE_TRAP CLI2(cx,r11); movq (%rsp),%rcx ; movq 8(%rsp),%r11 ; addq $0x10,%rsp
674 CLI2(si, rdi)
cpufunc.S 187 CLI2(ax, rsi)
locore.S 1644 CLI2(si, rax)
1772 CLI2(si, rdi)
1819 CLI2(si, rdi)
  /src/sys/arch/i386/i386/
i386_trap.S 302 CLI2(%eax, %ebx)
430 CLI2(%eax, %edx)
436 CLI2(%eax, %edx)
461 CLI2(%eax, %edx)
spl.S 207 CLI2(%eax, %edi)
332 CLI2(%eax, %esi)
347 CLI2(%eax, %ecx)
355 CLI2(%eax, %ecx)
locore.S 1777 CLI2(%eax, %edx)
1791 CLI2(%eax, %ebx)
  /src/sys/arch/i386/include/
frameasm.h 99 #define CLI2(reg, reg2) \
120 #define CLI2(reg, reg2) cli
  /src/sys/arch/amd64/include/
frameasm.h 75 #define CLI2(temp_reg, temp_reg2) \
86 #define CLI2(temp_reg, temp_reg2) cli

Completed in 23 milliseconds