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

  /src/sys/arch/i386/include/
frameasm.h 31 #define POPF(reg) call _C_LABEL(xen_write_psl); \
37 #define POPF(reg) popf
  /src/sys/arch/amd64/include/
frameasm.h 39 #define POPF \
  /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
101 POPF(%eax)
105 popf
117 * that will be stalled by pushf/cli/popf. Must be the same size as
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 221 #define POPF 0x9d

Completed in 15 milliseconds