HomeSort by: relevance | last modified time | path
    Searched refs:CLI (Results 1 - 8 of 8) 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)
lock_stubs.S 130 CLI(ax)
locore.S 1554 CLI(cx)
1591 CLI(ax)
1871 NOT_XEN(cli;)
vector.S 410 cli ;\
416 cli ;\
423 cli ;\
428 cli ;\
681 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
116 * that will be stalled by pushf/cli/popf. Must be the same size as
203 CLI(%eax)
410 CLI(%ecx)
458 CLI(%eax)
484 CLI(%eax)
502 CLI(%eax)
506 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 26 #define CLI(reg) \
85 #define CLI(reg) \
119 #define CLI(reg) cli
120 #define CLI2(reg, reg2) cli
122 #define PUSHFCLI(reg, reg2) pushf ; cli
  /src/sys/arch/amd64/include/
frameasm.h 34 #define CLI(temp_reg) \
64 #define CLI(temp_reg) \
74 /* CLI() with preemtion disabled */
85 #define CLI(temp_reg) cli
86 #define CLI2(temp_reg, temp_reg2) cli

Completed in 23 milliseconds