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
↓ 4 callers
Function
item_set_selected
tools/kconfig/lxdialog/util.c:633
↓ 4 callers
Function
list_del
* list_del - deletes entry from list. * @entry: the element to delete from the list. * Note: list_empty() on entry does not return true after this,
tools/kconfig/list.h:126
↓ 4 callers
Function
menu_warn
tools/kconfig/menu.c:21
↓ 4 callers
Function
nemu_send_command
resource/sdcard/nemu.c:215
↓ 4 callers
Function
print_autowrap
* Print a string of text in a window, automatically wrap around to the * next line if the string is too long to fit on one line. Newline * character
tools/kconfig/lxdialog/util.c:369
↓ 4 callers
Function
reset_subtitle
tools/kconfig/mconf.c:346
↓ 4 callers
Function
show_help
tools/kconfig/mconf.c:785
↓ 4 callers
Function
sym_get_choice_value
tools/kconfig/lkc.h:139
↓ 4 callers
Function
sym_get_range_prop
tools/kconfig/symbol.c:95
↓ 3 callers
Function
add_byte
tools/kconfig/confdata.c:296
↓ 3 callers
Function
conf
tools/kconfig/conf.c:347
↓ 3 callers
Function
conf_get_changed
tools/kconfig/confdata.c:1119
↓ 3 callers
Function
conf_get_configname
tools/kconfig/confdata.c:220
↓ 3 callers
Function
conf_message
tools/kconfig/confdata.c:205
↓ 3 callers
Function
conf_write
tools/kconfig/confdata.c:824
↓ 3 callers
Function
conf_write_heading
tools/kconfig/confdata.c:733
↓ 3 callers
Function
decode_rm
src/isa/x86/inst.c:112
↓ 3 callers
Function
expr_eliminate_yn
* Recursively performs the following simplifications in-place (as well as the * corresponding simplifications with swapped operands): * * expr && n
tools/kconfig/expr.c:316
↓ 3 callers
Function
expr_print
tools/kconfig/expr.c:1138
↓ 3 callers
Function
find_mapid_by_addr
include/device/map.h:37
↓ 3 callers
Function
first_alpha
* Return the position of the first alphabetic character in a string. */
tools/kconfig/lxdialog/util.c:519
↓ 3 callers
Function
get_dep_str
tools/kconfig/menu.c:721
↓ 3 callers
Function
get_line
* Return current line of text. Called by dialog_textbox() and print_line(). * 'page' should point to start of current line before calling, and will b
tools/kconfig/lxdialog/textbox.c:356
↓ 3 callers
Function
get_time_internal
src/utils/timer.c:26
↓ 3 callers
Function
init_isa
src/isa/x86/init.c:37
↓ 3 callers
Function
init_mem
src/memory/paddr.c:44
↓ 3 callers
Function
item_n
tools/kconfig/lxdialog/util.c:674
↓ 3 callers
Function
menu_add_prop
tools/kconfig/menu.c:128
↓ 3 callers
Function
menu_validate_number
tools/kconfig/menu.c:236
↓ 3 callers
Function
nemu_finish_command
resource/sdcard/nemu.c:298
↓ 3 callers
Function
nemu_finish_request
resource/sdcard/nemu.c:202
↓ 3 callers
Function
print_arrows
* Print the scroll indicators. */
tools/kconfig/lxdialog/checklist.c:52
↓ 3 callers
Function
screen_height
src/device/vga.c:26
↓ 3 callers
Function
screen_size
src/device/vga.c:30
↓ 3 callers
Function
screen_width
src/device/vga.c:22
↓ 3 callers
Function
set_config_filename
tools/kconfig/mconf.c:297
↓ 3 callers
Function
str_ends_with
test if s ends in sub */
tools/fixdep/fixdep.c:227
↓ 3 callers
Function
sym_calc_visibility
tools/kconfig/symbol.c:177
↓ 3 callers
Function
sym_check_deps
tools/kconfig/symbol.c:1250
↓ 3 callers
Function
sym_check_sym_deps
return NULL when dependencies are OK */
tools/kconfig/symbol.c:1165
↓ 3 callers
Function
sym_get_default_prop
tools/kconfig/symbol.c:83
↓ 3 callers
Function
sym_type_name
tools/kconfig/symbol.c:55
↓ 3 callers
Function
xfwrite
confdata.c and expr.c */
tools/kconfig/lkc.h:61
↓ 2 callers
Function
__expand_string
tools/kconfig/preprocess.c:495
↓ 2 callers
Function
__expr_eliminate_eq
* expr_eliminate_eq() helper. * * Walks the two expression trees given in 'ep1' and 'ep2'. Any node that does * not have type 'type' (E_OR/E_AND) i
tools/kconfig/expr.c:150
↓ 2 callers
Function
attr_clear
* Set window to attribute 'attr' */
tools/kconfig/lxdialog/util.c:229
↓ 2 callers
Function
check_bound
src/device/io/map.c:35
↓ 2 callers
Function
check_conf
tools/kconfig/conf.c:414
↓ 2 callers
Function
checkregs
src/cpu/difftest/dut.c:94
↓ 2 callers
Function
conf
tools/kconfig/mconf.c:644
↓ 2 callers
Function
conf_askvalue
tools/kconfig/conf.c:86
↓ 2 callers
Function
conf_rewrite_mod_or_yes
tools/kconfig/confdata.c:1325
↓ 2 callers
Function
conf_sym
tools/kconfig/conf.c:165
↓ 2 callers
Function
conf_touch_dep
touch depfile for symbol 'name' */
tools/kconfig/confdata.c:129
↓ 2 callers
Function
conf_usage
tools/kconfig/conf.c:477
↓ 2 callers
Function
conf_write_autoconf
tools/kconfig/confdata.c:1041
↓ 2 callers
Function
cpu_exec
Simulate how the CPU works. */
src/cpu/cpu-exec.c:100
↓ 2 callers
Function
create_mem
tools/kvm-diff/src/kvm.c:98
↓ 2 callers
Function
expand_dollar_with_args
* Expand a string that follows '$' * * For example, if the input string is * ($(FOO)$($(BAR)))$(BAZ) * this helper evaluates * $($(FOO)$(
tools/kconfig/preprocess.c:453
↓ 2 callers
Function
expr_compare_type
tools/kconfig/expr.c:1104
↓ 2 callers
Function
expr_eliminate_eq
* Rewrites the expressions 'ep1' and 'ep2' to remove operands common to both. * Example reductions: * * ep1: A && B -> ep1: y * ep2: A
tools/kconfig/expr.c:221
↓ 2 callers
Function
expr_parse_string
tools/kconfig/expr.c:998
↓ 2 callers
Function
expr_trans_compare
* Inserts explicit comparisons of type 'type' to symbol 'sym' into the * expression 'e'. * * Examples transformations for type == E_UNEQUAL, sym ==
tools/kconfig/expr.c:922
↓ 2 callers
Function
fetch_mmio_map
src/device/io/mmio.c:24
↓ 2 callers
Function
fix_push_sreg
tools/kvm-diff/src/kvm.c:267
↓ 2 callers
Function
gdb_decode_hex
tools/qemu-diff/src/protocol.c:48
↓ 2 callers
Function
gdb_getregs
tools/qemu-diff/src/gdb-host.c:62
↓ 2 callers
Function
gdb_memcpy_to_qemu
tools/qemu-diff/src/gdb-host.c:49
↓ 2 callers
Function
gdb_memcpy_to_qemu_small
tools/qemu-diff/src/gdb-host.c:29
↓ 2 callers
Function
gdb_setregs
tools/qemu-diff/src/gdb-host.c:83
↓ 2 callers
Function
get_def_str
tools/kconfig/menu.c:715
↓ 2 callers
Function
get_symbol_props_str
tools/kconfig/menu.c:800
↓ 2 callers
Function
get_symbol_str
* head is optional and may be NULL */
tools/kconfig/menu.c:821
↓ 2 callers
Function
handle_exit
tools/kconfig/mconf.c:951
↓ 2 callers
Function
hex_nibble
tools/qemu-diff/src/protocol.c:39
↓ 2 callers
Function
host_read
include/memory/host.h:21
↓ 2 callers
Function
host_write
include/memory/host.h:31
↓ 2 callers
Function
init_device
src/device/device.c:76
↓ 2 callers
Function
init_rand
src/utils/timer.c:47
↓ 2 callers
Function
invoke_callback
src/device/io/map.c:45
↓ 2 callers
Function
is_dir
return true if 'path' exists and it is a directory, false otherwise */
tools/kconfig/confdata.c:30
↓ 2 callers
Function
isa_reg_display
src/isa/x86/reg.c:56
↓ 2 callers
Function
item_activate_selected
tools/kconfig/lxdialog/util.c:638
↓ 2 callers
Function
item_is_selected
tools/kconfig/lxdialog/util.c:692
↓ 2 callers
Function
item_reset
tools/kconfig/lxdialog/util.c:581
↓ 2 callers
Function
item_tag
tools/kconfig/lxdialog/util.c:651
↓ 2 callers
Function
kvm_exec
tools/kvm-diff/src/kvm.c:289
↓ 2 callers
Function
load_img
src/monitor/monitor.c:49
↓ 2 callers
Function
map_read
src/device/io/map.c:55
↓ 2 callers
Function
map_write
src/device/io/map.c:64
↓ 2 callers
Function
menu_add_symbol
tools/kconfig/menu.c:209
↓ 2 callers
Function
menu_get_ext_help
tools/kconfig/menu.c:886
↓ 2 callers
Function
menu_is_empty
* Determine if a menu is empty. * A menu is considered empty if it contains no or only * invisible entries. */
tools/kconfig/menu.c:627
↓ 2 callers
Function
menu_set_type
tools/kconfig/menu.c:112
↓ 2 callers
Function
nemu_finish_data
resource/sdcard/nemu.c:275
↓ 2 callers
Function
nemu_transfer_complete
resource/sdcard/nemu.c:253
↓ 2 callers
Function
nemu_transfer_pio
resource/sdcard/nemu.c:172
↓ 2 callers
Function
out_of_bound
src/memory/paddr.c:39
↓ 2 callers
Function
paddr_read
src/memory/paddr.c:53
↓ 2 callers
Function
prepare_rw
src/device/sdcard.c:51
← previous
next →
101–200 of 543, ranked by callers