Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NJU-ProjectN/nemu
/ functions
Functions
543 in github.com/NJU-ProjectN/nemu
⨍
Functions
543
◇
Types & classes
181
↓ 1 callers
Function
init_disasm
src/utils/disasm.c:34
↓ 1 callers
Function
init_disk
src/device/disk.c:18
↓ 1 callers
Function
init_i8042
src/device/keyboard.c:91
↓ 1 callers
Function
init_isa
tools/qemu-diff/src/isa.c:55
↓ 1 callers
Function
init_keymap
src/device/keyboard.c:44
↓ 1 callers
Function
init_log
src/utils/log.c:23
↓ 1 callers
Function
init_map
src/device/io/map.c:49
↓ 1 callers
Function
init_monitor
src/monitor/monitor.c:101
↓ 1 callers
Function
init_regex
Rules are used for many times. * Therefore we compile them only once before any usage. */
src/monitor/sdb/expr.c:51
↓ 1 callers
Function
init_screen
src/device/vga.c:44
↓ 1 callers
Function
init_sdb
src/monitor/sdb/sdb.c:137
↓ 1 callers
Function
init_sdcard
src/device/sdcard.c:125
↓ 1 callers
Function
init_serial
src/device/serial.c:43
↓ 1 callers
Function
init_timer
src/device/timer.c:40
↓ 1 callers
Function
init_vga
src/device/vga.c:79
↓ 1 callers
Function
init_wp_pool
src/monitor/sdb/watchpoint.c:31
↓ 1 callers
Function
is_defined_config
* Lookup a value in the configuration string. */
tools/fixdep/fixdep.c:182
↓ 1 callers
Function
is_exit_status_bad
src/utils/state.c:20
↓ 1 callers
Function
is_ignored_file
Ignore certain dependencies */
tools/fixdep/fixdep.c:294
↓ 1 callers
Function
is_present
return true if 'path' exists, false otherwise */
tools/kconfig/confdata.c:22
↓ 1 callers
Function
is_same
return true if the given two files are the same, false otherwise */
tools/kconfig/confdata.c:41
↓ 1 callers
Function
isa_difftest_checkregs
src/isa/x86/difftest/dut.c:20
↓ 1 callers
Function
isa_exec_once
src/isa/x86/inst.c:186
↓ 1 callers
Function
key_dequeue
src/device/keyboard.c:58
↓ 1 callers
Function
key_enqueue
src/device/keyboard.c:52
↓ 1 callers
Function
kvm_getsregs
tools/kvm-diff/src/kvm.c:84
↓ 1 callers
Function
kvm_setregs
tools/kvm-diff/src/kvm.c:76
↓ 1 callers
Function
kvm_setsregs
tools/kvm-diff/src/kvm.c:91
↓ 1 callers
Function
list_empty
* list_empty - tests whether a list is empty * @head: the list to test. */
tools/kconfig/list.h:71
↓ 1 callers
Function
load_addr
src/isa/x86/inst.c:78
↓ 1 callers
Function
make_token
src/monitor/sdb/expr.c:73
↓ 1 callers
Function
map_inside
include/device/map.h:33
↓ 1 callers
Function
menu_get_help
tools/kconfig/menu.c:707
↓ 1 callers
Function
menu_get_parent_menu
tools/kconfig/menu.c:690
↓ 1 callers
Function
menu_has_help
tools/kconfig/menu.c:702
↓ 1 callers
Function
menu_has_prompt
tools/kconfig/menu.c:615
↓ 1 callers
Function
mmio_read
bus interface */
src/device/io/mmio.c:57
↓ 1 callers
Function
mmio_write
src/device/io/mmio.c:61
↓ 1 callers
Function
nemu_add_host
resource/sdcard/nemu.c:407
↓ 1 callers
Function
nemu_prepare_data
resource/sdcard/nemu.c:178
↓ 1 callers
Function
nemu_transfer_block_pio
resource/sdcard/nemu.c:106
↓ 1 callers
Function
paddr_write
src/memory/paddr.c:60
↓ 1 callers
Function
parse_args
src/monitor/monitor.c:71
↓ 1 callers
Function
parse_config_file
tools/fixdep/fixdep.c:237
↓ 1 callers
Function
parse_dep_file
* Important: The below generated source_foo.o and deps_foo.o variable * assignments are parsed not only by make, but also by the rather simple * par
tools/fixdep/fixdep.c:305
↓ 1 callers
Function
patching
tools/kvm-diff/src/kvm.c:233
↓ 1 callers
Function
patching_after
tools/kvm-diff/src/kvm.c:272
↓ 1 callers
Function
pmem_read
src/memory/paddr.c:30
↓ 1 callers
Function
pmem_write
src/memory/paddr.c:35
↓ 1 callers
Function
print_dep
* Print out a dependency path from a symbol name */
tools/fixdep/fixdep.c:141
↓ 1 callers
Function
print_line
* Print a new line of text. */
tools/kconfig/lxdialog/textbox.c:328
↓ 1 callers
Function
print_page
* Print a new page of text. */
tools/kconfig/lxdialog/textbox.c:299
↓ 1 callers
Function
print_position
* Print current position */
tools/kconfig/lxdialog/textbox.c:386
↓ 1 callers
Function
randomize_choice_values
tools/kconfig/confdata.c:1129
↓ 1 callers
Function
recv_packet
tools/qemu-diff/src/protocol.c:173
↓ 1 callers
Function
reg_test
src/isa/x86/reg.c:23
↓ 1 callers
Function
restart
src/isa/riscv32/init.c:29
↓ 1 callers
Function
restart
src/isa/mips32/init.c:28
↓ 1 callers
Function
restart
src/isa/loongarch32r/init.c:29
↓ 1 callers
Function
restart
src/isa/x86/init.c:32
↓ 1 callers
Function
rl_gets
We use the `readline' library to provide more flexibility to read from stdin. */
src/monitor/sdb/sdb.c:28
↓ 1 callers
Function
run_protected_mode
tools/kvm-diff/src/kvm.c:331
↓ 1 callers
Function
sdb_mainloop
src/monitor/sdb/sdb.c:99
↓ 1 callers
Function
sdb_set_batch_mode
src/monitor/sdb/sdb.c:95
↓ 1 callers
Function
sdcard_handle_cmd
src/device/sdcard.c:58
↓ 1 callers
Function
sdl_clear_event_queue
src/device/device.c:69
↓ 1 callers
Function
search_conf
tools/kconfig/mconf.c:391
↓ 1 callers
Function
send_key
src/device/keyboard.c:67
↓ 1 callers
Function
send_packet
tools/qemu-diff/src/protocol.c:138
↓ 1 callers
Function
serial_putc
src/device/serial.c:27
↓ 1 callers
Function
set_blackbg_theme
tools/kconfig/lxdialog/util.c:91
↓ 1 callers
Function
set_dialog_backtitle
tools/kconfig/lxdialog/util.c:328
↓ 1 callers
Function
set_mono_theme
tools/kconfig/lxdialog/util.c:18
↓ 1 callers
Function
set_nemu_state
src/engine/interpreter/hostcall.c:21
↓ 1 callers
Function
set_theme
* Select color theme */
tools/kconfig/lxdialog/util.c:149
↓ 1 callers
Function
setup_protected_mode
tools/kvm-diff/src/kvm.c:200
↓ 1 callers
Function
strhash
tools/fixdep/fixdep.c:169
↓ 1 callers
Function
sym_calc_choice
tools/kconfig/symbol.c:272
↓ 1 callers
Function
sym_check_choice_deps
tools/kconfig/symbol.c:1213
↓ 1 callers
Function
sym_check_print_recursive
* Called when we have detected a recursive dependency. * check_top point to the top of the stact so we use * the ->prev pointer to locate the bottom
tools/kconfig/symbol.c:1041
↓ 1 callers
Function
sym_check_prop
tools/kconfig/menu.c:242
↓ 1 callers
Function
sym_get_string_default
* Find the default value associated to a symbol. * For tristate symbol handle the modules=n case * in which case "m" becomes "y". * If the symbol d
tools/kconfig/symbol.c:699
↓ 1 callers
Function
sym_lookup
tools/kconfig/symbol.c:807
↓ 1 callers
Function
sym_re_search
tools/kconfig/symbol.c:953
↓ 1 callers
Function
sym_set_all_changed
tools/kconfig/symbol.c:168
↓ 1 callers
Function
sym_set_choice_value
tools/kconfig/lkc.h:144
↓ 1 callers
Function
sym_toggle_tristate_value
tools/kconfig/symbol.c:535
↓ 1 callers
Function
sym_validate_range
tools/kconfig/symbol.c:123
↓ 1 callers
Function
sym_warn_unmet_dep
tools/kconfig/symbol.c:304
↓ 1 callers
Function
trace_and_difftest
src/cpu/cpu-exec.c:35
↓ 1 callers
Function
update_text
tools/kconfig/mconf.c:364
↓ 1 callers
Function
usage
tools/fixdep/fixdep.c:102
↓ 1 callers
Function
use_config
* Record the use of a CONFIG_* word. */
tools/fixdep/fixdep.c:215
↓ 1 callers
Function
vaddr_ifetch
src/memory/vaddr.c:19
↓ 1 callers
Function
variable_del
tools/kconfig/preprocess.c:324
↓ 1 callers
Function
variable_expand
tools/kconfig/preprocess.c:251
↓ 1 callers
Function
vcpu_init
tools/kvm-diff/src/kvm.c:157
↓ 1 callers
Function
vga_update_screen
src/device/vga.c:74
↓ 1 callers
Function
vm_init
tools/kvm-diff/src/kvm.c:121
↓ 1 callers
Function
xputchar
tools/fixdep/fixdep.c:127
← previous
next →
301–400 of 543, ranked by callers