Searched refs:arch (Results 1 – 6 of 6) sorted by relevance
| /sys/amd64/ |
| D | thread.c | 22 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/ |
| D | SConscript | 8 "src/arch/sys_arch.c", 9 "src/arch/etherif.c",
|
| D | CHANGELOG | 171 * 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/ |
| D | thread.h | 32 ThreadArch arch; member
|
| /lib/liblwip/doc/ |
| D | contrib.txt | 41 both core and arch specific stuff please separate them so that the core can
|
| D | sys_arch.txt | 250 to make lwip/arch.h define the codes which are used throughout.
|