Include dependency graph for mips32.c:

Go to the source code of this file.
Defines | |
| #define | EXCEPTION_JUMP_SIZE 8 |
| #define | TLB_EXC ((char *) 0x80000000) |
| #define | NORM_EXC ((char *) 0x80000180) |
| #define | CACHE_EXC ((char *) 0x80000100) |
Functions | |
| void | arch_pre_main (void) |
| void | arch_pre_mm_init (void) |
| void | arch_post_mm_init (void) |
| void | arch_pre_smp_init (void) |
| void | arch_post_smp_init (void) |
| __address supervisor_sp | __attribute__ ((section(".text"))) |
| void | userspace (uspace_arg_t *kernel_uarg) |
| void | before_task_runs_arch (void) |
| void | before_thread_runs_arch (void) |
| void | after_thread_ran_arch (void) |
| __native | sys_tls_set (__native addr) |
Variables | |
| bootinfo_t | bootinfo |
Definition in file mips32.c.
1.4.6