550W Document
550W, a high-end OS
- k -
k_atoi() :
string.c
,
string.h
k_atol() :
string.c
,
string.h
k_barrier_destroy() :
sync.c
,
sync.h
k_barrier_init() :
sync.c
,
sync.h
k_barrier_wait() :
sync.h
,
sync.c
k_bzero() :
string.h
,
string.c
k_commop() :
sync.h
,
sync.c
k_cond_broadcast() :
sync.h
,
sync.c
k_cond_destroy() :
sync.h
,
sync.c
k_cond_init() :
sync.h
,
sync.c
k_cond_signal() :
sync.h
,
sync.c
k_cond_wait() :
sync.h
,
sync.c
k_init_exception() :
irq.h
,
irq.c
k_init_syscall() :
irq.h
,
irq.c
k_ioremap() :
ioremap.h
,
ioremap.c
k_iounmap() :
ioremap.h
,
ioremap.c
k_isalpha() :
string.h
,
string.c
k_isdigit() :
string.h
,
string.c
k_isspace() :
string.h
,
string.c
k_isupper() :
string.h
,
string.c
k_mbox_close() :
sync.h
,
sync.c
k_mbox_open() :
sync.h
,
sync.c
k_mbox_recv() :
sync.h
,
sync.c
k_mbox_send() :
sync.h
,
sync.c
k_mbox_try_recv() :
sync.h
,
sync.c
k_mbox_try_send() :
sync.h
,
sync.c
k_memcpy() :
string.h
,
string.c
k_memset() :
string.h
,
string.c
k_min() :
math.c
,
math.h
k_mm_alloc_mem() :
mm.h
,
mm.c
k_mm_alloc_newva() :
mm.h
,
mm.c
k_mm_alloc_page() :
mm.h
,
mm.c
k_mm_alloc_page_helper() :
mm.h
,
mm.c
k_mm_cancel_pg() :
mm.h
,
mm.c
k_mm_en_invalid() :
mm.h
,
mm.c
k_mm_fork_page_helper() :
mm.h
,
mm.c
k_mm_fork_pgtable() :
mm.h
,
mm.c
k_mm_free_page() :
mm.h
,
mm.c
k_mm_get_back_disk() :
mm.h
,
mm.c
k_mm_get_kva() :
mm.h
,
mm.c
k_mm_get_kva_from_va() :
mm.h
,
mm.c
k_mm_getback_page() :
mm.h
,
mm.c
k_mm_getpa() :
mm.c
,
mm.h
k_mm_malloc() :
mm.h
,
mm.c
k_mm_map() :
mm.h
,
mm.c
k_mm_map_kp() :
mm.h
,
mm.c
k_mm_move_to_disk() :
mm.h
,
mm.c
k_mm_share_pgtable() :
mm.h
,
mm.c
k_mm_shm_page_dt() :
mm.h
,
mm.c
k_mm_shm_page_get() :
mm.c
,
mm.h
k_mutex_lock_acquire() :
lock.h
,
lock.c
k_mutex_lock_destroy() :
lock.h
,
lock.c
k_mutex_lock_init() :
lock.h
,
lock.c
k_mutex_lock_op() :
lock.h
,
lock.c
k_mutex_lock_release() :
lock.h
,
lock.c
k_mutex_lock_trylock() :
lock.h
,
lock.c
k_pcb_block() :
pcb.c
,
pcb.h
k_pcb_getpid() :
pcb.h
,
pcb.c
k_pcb_init() :
pcb.h
,
pcb.c
k_pcb_mbox_init() :
sync.h
,
sync.c
k_pcb_scheduler() :
pcb.h
,
pcb.c
k_pcb_sleep() :
pcb.h
,
pcb.c
k_pcb_unblock() :
pcb.h
,
pcb.c
k_pcb_wakeup() :
pcb.h
,
pcb.c
k_port_read() :
io.h
,
io.c
k_port_write() :
io.h
,
io.c
k_port_write_ch() :
io.h
,
io.c
k_print() :
stdio.h
,
printk.c
k_schedule_with_spin_lock() :
lock.h
,
lock.c
k_semaphore_destroy() :
sync.h
,
sync.c
k_semaphore_init() :
sync.h
,
sync.c
k_semaphore_p() :
sync.h
,
sync.c
k_semaphore_v() :
sync.h
,
sync.c
k_sleep_lock_acquire() :
lock.h
,
lock.c
k_sleep_lock_hold() :
lock.h
,
lock.c
k_sleep_lock_init() :
lock.h
,
lock.c
k_sleep_lock_release() :
lock.h
,
lock.c
k_smp_get_current_cpu_id() :
smp.h
k_smp_get_current_running() :
smp.c
,
smp.h
k_smp_init() :
smp.h
,
smp.c
k_smp_lock_kernel() :
smp.h
,
smp.c
k_smp_unlock_kernel() :
smp.h
,
smp.c
k_smp_wakeup_other_hart() :
smp.h
,
smp.c
k_spin_lock_acquire() :
lock.h
,
lock.c
k_spin_lock_init() :
lock.h
,
lock.c
k_spin_lock_release() :
lock.c
,
lock.h
k_spin_lock_try_acquire() :
lock.h
,
lock.c
k_strcat() :
string.h
,
string.c
k_strcmp() :
string.h
,
string.c
k_strcpy() :
string.h
,
string.c
k_strlen() :
string.h
,
string.c
k_strlistlen() :
string.h
,
string.c
k_strncmp() :
string.h
,
string.c
k_strncpy() :
string.h
,
string.c
k_strnlen() :
string.h
,
string.c
k_strtok() :
string.h
,
string.c
k_strtol() :
string.h
,
string.c
k_time_add_nanotime() :
time.h
,
time.c
k_time_add_utime() :
time.h
,
time.c
k_time_cmp_nanotime() :
time.c
,
time.h
k_time_cmp_utime() :
time.h
,
time.c
k_time_copy_nanotime() :
time.h
,
time.c
k_time_copy_utime() :
time.h
,
time.c
k_time_get_nanotime() :
time.h
,
time.c
k_time_get_ticks() :
time.h
,
time.c
k_time_get_ticks_from_nanotime() :
time.h
,
time.c
k_time_get_ticks_from_time() :
time.c
,
time.h
k_time_get_times_base() :
time.h
,
time.c
k_time_get_utime() :
time.h
,
time.c
k_time_minus_nanotime() :
time.h
,
time.c
k_time_minus_utime() :
time.h
,
time.c
k_time_nano_u_time_converter() :
time.h
,
time.c
kernel_exception_handler_entry() :
main.c
,
smp.c
kernel_interrupt_helper() :
irq.c
kill() :
pcb.c
制作者
1.9.1