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

  /src/sys/arch/i386/include/
frameasm.h 28 #define PUSHF(reg) movl CPUVAR(VCPU),reg ; \
36 #define PUSHF(reg) pushf
  /src/sys/arch/amd64/include/
frameasm.h 34 #define PUSHF(temp_reg) \
49 #define PUSHF(temp_reg) pushf
  /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
94 PUSHF(%eax)
117 * that will be stalled by pushf/cli/popf. Must be the same size as
212 pushf
285 pushf
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 225 #define PUSHF 0x9c

Completed in 14 milliseconds