The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/module/lua/setjmp/setjmp.S

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #if defined(__x86_64__)
    2 #include "setjmp_x86_64.S"
    3 #elif defined(__i386__)
    4 #include "setjmp_i386.S"
    5 #elif defined(__aarch64__)
    6 #include "setjmp_aarch64.S"
    7 #elif defined(__arm__)
    8 #include "setjmp_arm.S"
    9 #elif defined(__sparc__) && defined(__arch64__)
   10 #include "setjmp_sparc64.S"
   11 #elif defined(__powerpc__)
   12 #include "setjmp_ppc.S"
   13 #elif defined(__mips__)
   14 #include "setjmp_mips.S"
   15 #elif defined(__s390x__)
   16 #include "setjmp_s390x.S"
   17 #elif defined(__riscv)
   18 #include "setjmp_rv64g.S"
   19 #endif

Cache object: ee524b7e071d217ccadf81e7a78870e0


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.