MCPcopy Create free account

hub / github.com/NJU-ProjectN/nemu / functions

Functions543 in github.com/NJU-ProjectN/nemu

↓ 4 callersFunctionitem_set_selected
tools/kconfig/lxdialog/util.c:633
↓ 4 callersFunctionlist_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 callersFunctionmenu_warn
tools/kconfig/menu.c:21
↓ 4 callersFunctionnemu_send_command
resource/sdcard/nemu.c:215
↓ 4 callersFunctionprint_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 callersFunctionreset_subtitle
tools/kconfig/mconf.c:346
↓ 4 callersFunctionshow_help
tools/kconfig/mconf.c:785
↓ 4 callersFunctionsym_get_choice_value
tools/kconfig/lkc.h:139
↓ 4 callersFunctionsym_get_range_prop
tools/kconfig/symbol.c:95
↓ 3 callersFunctionadd_byte
tools/kconfig/confdata.c:296
↓ 3 callersFunctionconf
tools/kconfig/conf.c:347
↓ 3 callersFunctionconf_get_changed
tools/kconfig/confdata.c:1119
↓ 3 callersFunctionconf_get_configname
tools/kconfig/confdata.c:220
↓ 3 callersFunctionconf_message
tools/kconfig/confdata.c:205
↓ 3 callersFunctionconf_write
tools/kconfig/confdata.c:824
↓ 3 callersFunctionconf_write_heading
tools/kconfig/confdata.c:733
↓ 3 callersFunctiondecode_rm
src/isa/x86/inst.c:112
↓ 3 callersFunctionexpr_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 callersFunctionexpr_print
tools/kconfig/expr.c:1138
↓ 3 callersFunctionfind_mapid_by_addr
include/device/map.h:37
↓ 3 callersFunctionfirst_alpha
* Return the position of the first alphabetic character in a string. */
tools/kconfig/lxdialog/util.c:519
↓ 3 callersFunctionget_dep_str
tools/kconfig/menu.c:721
↓ 3 callersFunctionget_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 callersFunctionget_time_internal
src/utils/timer.c:26
↓ 3 callersFunctioninit_isa
src/isa/x86/init.c:37
↓ 3 callersFunctioninit_mem
src/memory/paddr.c:44
↓ 3 callersFunctionitem_n
tools/kconfig/lxdialog/util.c:674
↓ 3 callersFunctionmenu_add_prop
tools/kconfig/menu.c:128
↓ 3 callersFunctionmenu_validate_number
tools/kconfig/menu.c:236
↓ 3 callersFunctionnemu_finish_command
resource/sdcard/nemu.c:298
↓ 3 callersFunctionnemu_finish_request
resource/sdcard/nemu.c:202
↓ 3 callersFunctionprint_arrows
* Print the scroll indicators. */
tools/kconfig/lxdialog/checklist.c:52
↓ 3 callersFunctionscreen_height
src/device/vga.c:26
↓ 3 callersFunctionscreen_size
src/device/vga.c:30
↓ 3 callersFunctionscreen_width
src/device/vga.c:22
↓ 3 callersFunctionset_config_filename
tools/kconfig/mconf.c:297
↓ 3 callersFunctionstr_ends_with
test if s ends in sub */
tools/fixdep/fixdep.c:227
↓ 3 callersFunctionsym_calc_visibility
tools/kconfig/symbol.c:177
↓ 3 callersFunctionsym_check_deps
tools/kconfig/symbol.c:1250
↓ 3 callersFunctionsym_check_sym_deps
return NULL when dependencies are OK */
tools/kconfig/symbol.c:1165
↓ 3 callersFunctionsym_get_default_prop
tools/kconfig/symbol.c:83
↓ 3 callersFunctionsym_type_name
tools/kconfig/symbol.c:55
↓ 3 callersFunctionxfwrite
confdata.c and expr.c */
tools/kconfig/lkc.h:61
↓ 2 callersFunction__expand_string
tools/kconfig/preprocess.c:495
↓ 2 callersFunction__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 callersFunctionattr_clear
* Set window to attribute 'attr' */
tools/kconfig/lxdialog/util.c:229
↓ 2 callersFunctioncheck_bound
src/device/io/map.c:35
↓ 2 callersFunctioncheck_conf
tools/kconfig/conf.c:414
↓ 2 callersFunctioncheckregs
src/cpu/difftest/dut.c:94
↓ 2 callersFunctionconf
tools/kconfig/mconf.c:644
↓ 2 callersFunctionconf_askvalue
tools/kconfig/conf.c:86
↓ 2 callersFunctionconf_rewrite_mod_or_yes
tools/kconfig/confdata.c:1325
↓ 2 callersFunctionconf_sym
tools/kconfig/conf.c:165
↓ 2 callersFunctionconf_touch_dep
touch depfile for symbol 'name' */
tools/kconfig/confdata.c:129
↓ 2 callersFunctionconf_usage
tools/kconfig/conf.c:477
↓ 2 callersFunctionconf_write_autoconf
tools/kconfig/confdata.c:1041
↓ 2 callersFunctioncpu_exec
Simulate how the CPU works. */
src/cpu/cpu-exec.c:100
↓ 2 callersFunctioncreate_mem
tools/kvm-diff/src/kvm.c:98
↓ 2 callersFunctionexpand_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 callersFunctionexpr_compare_type
tools/kconfig/expr.c:1104
↓ 2 callersFunctionexpr_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 callersFunctionexpr_parse_string
tools/kconfig/expr.c:998
↓ 2 callersFunctionexpr_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 callersFunctionfetch_mmio_map
src/device/io/mmio.c:24
↓ 2 callersFunctionfix_push_sreg
tools/kvm-diff/src/kvm.c:267
↓ 2 callersFunctiongdb_decode_hex
tools/qemu-diff/src/protocol.c:48
↓ 2 callersFunctiongdb_getregs
tools/qemu-diff/src/gdb-host.c:62
↓ 2 callersFunctiongdb_memcpy_to_qemu
tools/qemu-diff/src/gdb-host.c:49
↓ 2 callersFunctiongdb_memcpy_to_qemu_small
tools/qemu-diff/src/gdb-host.c:29
↓ 2 callersFunctiongdb_setregs
tools/qemu-diff/src/gdb-host.c:83
↓ 2 callersFunctionget_def_str
tools/kconfig/menu.c:715
↓ 2 callersFunctionget_symbol_props_str
tools/kconfig/menu.c:800
↓ 2 callersFunctionget_symbol_str
* head is optional and may be NULL */
tools/kconfig/menu.c:821
↓ 2 callersFunctionhandle_exit
tools/kconfig/mconf.c:951
↓ 2 callersFunctionhex_nibble
tools/qemu-diff/src/protocol.c:39
↓ 2 callersFunctionhost_read
include/memory/host.h:21
↓ 2 callersFunctionhost_write
include/memory/host.h:31
↓ 2 callersFunctioninit_device
src/device/device.c:76
↓ 2 callersFunctioninit_rand
src/utils/timer.c:47
↓ 2 callersFunctioninvoke_callback
src/device/io/map.c:45
↓ 2 callersFunctionis_dir
return true if 'path' exists and it is a directory, false otherwise */
tools/kconfig/confdata.c:30
↓ 2 callersFunctionisa_reg_display
src/isa/x86/reg.c:56
↓ 2 callersFunctionitem_activate_selected
tools/kconfig/lxdialog/util.c:638
↓ 2 callersFunctionitem_is_selected
tools/kconfig/lxdialog/util.c:692
↓ 2 callersFunctionitem_reset
tools/kconfig/lxdialog/util.c:581
↓ 2 callersFunctionitem_tag
tools/kconfig/lxdialog/util.c:651
↓ 2 callersFunctionkvm_exec
tools/kvm-diff/src/kvm.c:289
↓ 2 callersFunctionload_img
src/monitor/monitor.c:49
↓ 2 callersFunctionmap_read
src/device/io/map.c:55
↓ 2 callersFunctionmap_write
src/device/io/map.c:64
↓ 2 callersFunctionmenu_add_symbol
tools/kconfig/menu.c:209
↓ 2 callersFunctionmenu_get_ext_help
tools/kconfig/menu.c:886
↓ 2 callersFunctionmenu_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 callersFunctionmenu_set_type
tools/kconfig/menu.c:112
↓ 2 callersFunctionnemu_finish_data
resource/sdcard/nemu.c:275
↓ 2 callersFunctionnemu_transfer_complete
resource/sdcard/nemu.c:253
↓ 2 callersFunctionnemu_transfer_pio
resource/sdcard/nemu.c:172
↓ 2 callersFunctionout_of_bound
src/memory/paddr.c:39
↓ 2 callersFunctionpaddr_read
src/memory/paddr.c:53
↓ 2 callersFunctionprepare_rw
src/device/sdcard.c:51
← previousnext →101–200 of 543, ranked by callers