Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | thread_struct |
Macros | |
#define | current_text_addr() ({void *pc; __asm__ ("move.d $pc,%0" : "=rm" (pc)); pc; }) |
#define | wp_works_ok 1 |
#define | TASK_SIZE (0xA0000000UL) /* 2.56 GB */ |
#define | INIT_THREAD |
#define | KSTK_EIP(tsk) |
#define | start_thread(regs, ip, usp) |
#define | arch_fixup(regs) regs->frametype = CRIS_FRAME_NORMAL; |
#define arch_fixup | ( | regs | ) | regs->frametype = CRIS_FRAME_NORMAL; |
Definition at line 66 of file processor.h.
Definition at line 8 of file processor.h.
#define INIT_THREAD |
Definition at line 37 of file processor.h.
#define KSTK_EIP | ( | tsk | ) |
Definition at line 40 of file processor.h.
Definition at line 55 of file processor.h.
#define TASK_SIZE (0xA0000000UL) /* 2.56 GB */ |
Definition at line 34 of file processor.h.
#define wp_works_ok 1 |
Definition at line 11 of file processor.h.