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__ __volatile__ ("lapcq .,%0" : "=rm" (pc)); pc;}) |
#define | TASK_SIZE (0xB0000000UL) |
#define | INIT_THREAD { 0, 0, (1 << I_CCS_BITNR) } |
#define | KSTK_EIP(tsk) |
#define | start_thread(regs, ip, usp) |
#define | arch_fixup(regs) {}; |
#define arch_fixup | ( | regs | ) | {}; |
Definition at line 52 of file processor.h.
#define current_text_addr | ( | void | ) | ({void *pc; __asm__ __volatile__ ("lapcq .,%0" : "=rm" (pc)); pc;}) |
Definition at line 6 of file processor.h.
#define INIT_THREAD { 0, 0, (1 << I_CCS_BITNR) } |
Definition at line 29 of file processor.h.
#define KSTK_EIP | ( | tsk | ) |
Definition at line 31 of file processor.h.
Definition at line 44 of file processor.h.
#define TASK_SIZE (0xB0000000UL) |
Definition at line 26 of file processor.h.