Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 6 of 6) sorted by relevance

/sys/amd64/
Dthread.c22 thr->arch.useFP = true; in Thread_InitArch()
36 thr->arch.rsp = (uint64_t)sf; in Thread_SetupKThread()
90 if (oldthr->arch.useFP) in Thread_SwitchArch()
92 fxsave(&oldthr->arch.xsa); in Thread_SwitchArch()
95 if (newthr->arch.useFP) in Thread_SwitchArch()
97 fxrstor(&newthr->arch.xsa); in Thread_SwitchArch()
103 switchstack(&oldthr->arch.rsp, newthr->arch.rsp); in Thread_SwitchArch()
/lib/liblwip/
DSConscript8 "src/arch/sys_arch.c",
9 "src/arch/etherif.c",
DCHANGELOG171 * arch.h, netdb.c: fixed bug #34592: lwip_gethostbyname_r uses nonstandard
296 * sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.
596 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
2000 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
2233 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
2235 already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
2530 definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
3264 architecture specific files are kept under the src/arch
/sys/include/
Dthread.h32 ThreadArch arch; member
/lib/liblwip/doc/
Dcontrib.txt41 both core and arch specific stuff please separate them so that the core can
Dsys_arch.txt250 to make lwip/arch.h define the codes which are used throughout.