#include <sys/types.h>
#include <align.h>
#include <libarch/stack.h>
#include <libarch/types.h>
Go to the source code of this file.
Data Structures | |
struct | context |
Defines | |
#define | context_set(c, _pc, stack, size, tls) |
#define | PFM_MASK (~0x3fffffffff) |
#define | PSTHREAD_INITIAL_STACK_DIVISION 2 |
#define | PSTHREAD_INITIAL_STACK_PAGES_NO 2 |
#define | SP_DELTA (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT)) |
Functions | |
static uintptr_t | context_get_fp (context_t *ctx) |
Definition in file fibril.h.