MCPcopy Create free account

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

Functions543 in github.com/NJU-ProjectN/nemu

↓ 2 callersFunctionprint_arrows
* Print the scroll indicators. */
tools/kconfig/lxdialog/menubox.c:98
↓ 2 callersFunctionprint_buttons
* Display termination buttons */
tools/kconfig/lxdialog/yesno.c:14
↓ 2 callersFunctionprint_buttons
* Display the termination buttons */
tools/kconfig/lxdialog/checklist.c:88
↓ 2 callersFunctionprint_buttons
* Display the termination buttons. */
tools/kconfig/lxdialog/menubox.c:142
↓ 2 callersFunctionprop_get_type_name
tools/kconfig/symbol.c:1289
↓ 2 callersFunctionread_file
tools/fixdep/fixdep.c:261
↓ 2 callersFunctionreport_mmio_overlap
src/device/io/mmio.c:29
↓ 2 callersFunctionrewrite_m
* Rewrites 'm' to 'm' && MODULES, so that it evaluates to 'n' when running * without modules */
tools/kconfig/menu.c:82
↓ 2 callersFunctionset_all_choice_values
tools/kconfig/confdata.c:1177
↓ 2 callersFunctionset_bluetitle_theme
tools/kconfig/lxdialog/util.c:133
↓ 2 callersFunctionset_classic_theme
tools/kconfig/lxdialog/util.c:58
↓ 2 callersFunctionset_dialog_subtitles
tools/kconfig/lxdialog/util.c:333
↓ 2 callersFunctionset_subtitle
tools/kconfig/mconf.c:320
↓ 2 callersFunctionshow_textbox_ext
tools/kconfig/mconf.c:755
↓ 2 callersFunctionstatistic
src/cpu/cpu-exec.c:85
↓ 2 callersFunctionstrhash
tools/kconfig/symbol.c:798
↓ 2 callersFunctionstrip
tools/kconfig/conf.c:59
↓ 2 callersFunctionsym_choice_default
* Find the default symbol for a choice. * First try the default values for the choice symbol * Next locate the first visible choice value * Return
tools/kconfig/symbol.c:246
↓ 2 callersFunctionsym_escape_string_value
tools/kconfig/symbol.c:875
↓ 2 callersFunctionsym_find
tools/kconfig/symbol.c:848
↓ 2 callersFunctionsym_is_optional
tools/kconfig/lkc.h:159
↓ 2 callersFunctionsym_set_string_value
tools/kconfig/symbol.c:643
↓ 2 callersFunctionsym_string_within_range
tools/kconfig/symbol.c:601
↓ 2 callersFunctionvariable_lookup
tools/kconfig/preprocess.c:239
↓ 2 callersFunctionwelcome
src/monitor/monitor.c:27
↓ 2 callersFunctionxfgets
Helper function to facilitate fgets() by Jean Sacren. */
tools/kconfig/conf.c:77
↓ 1 callersFunction_2byte_esc
src/isa/x86/inst.c:179
↓ 1 callersFunction__list_add
* Insert a new entry between two known consecutive entries. * * This is only for internal list manipulation where we know * the prev/next entries a
tools/kconfig/list.h:82
↓ 1 callersFunction__list_del
* Delete a list entry by making the prev/next entries * point to each other. * * This is only for internal list manipulation where we know * the p
tools/kconfig/list.h:112
↓ 1 callersFunctionadd_alarm_handle
src/device/alarm.c:26
↓ 1 callersFunctionam_init_monitor
src/monitor/monitor.c:145
↓ 1 callersFunctionbuild_conf
tools/kconfig/mconf.c:466
↓ 1 callersFunctioncheck_reg_idx
src/isa/riscv32/local-include/reg.h:21
↓ 1 callersFunctioncheck_reg_idx
src/isa/mips32/local-include/reg.h:21
↓ 1 callersFunctioncheck_reg_idx
src/isa/loongarch32r/local-include/reg.h:21
↓ 1 callersFunctioncmd_c
src/monitor/sdb/sdb.c:45
↓ 1 callersFunctioncolor_setup
* Setup for color display */
tools/kconfig/lxdialog/util.c:214
↓ 1 callersFunctioncompat_getline
tools/kconfig/confdata.c:316
↓ 1 callersFunctionconf_choice
tools/kconfig/mconf.c:796
↓ 1 callersFunctionconf_choice
tools/kconfig/conf.c:232
↓ 1 callersFunctionconf_load
tools/kconfig/mconf.c:897
↓ 1 callersFunctionconf_message_callback
tools/kconfig/mconf.c:775
↓ 1 callersFunctionconf_save
tools/kconfig/mconf.c:925
↓ 1 callersFunctionconf_set_sym_val
tools/kconfig/confdata.c:234
↓ 1 callersFunctionconf_string
tools/kconfig/mconf.c:857
↓ 1 callersFunctionconf_string
tools/kconfig/conf.c:132
↓ 1 callersFunctionconf_touch_deps
tools/kconfig/confdata.c:969
↓ 1 callersFunctionconf_write_defconfig
* Write out a minimal config. * All values that has default values are skipped as this is redundant. */
tools/kconfig/confdata.c:751
↓ 1 callersFunctionconf_write_dep
write a dependency file as used by kbuild to track dependencies */
tools/kconfig/confdata.c:940
↓ 1 callersFunctiondecode_exec
src/isa/riscv32/inst.c:50
↓ 1 callersFunctiondecode_exec
src/isa/mips32/inst.c:48
↓ 1 callersFunctiondecode_exec
src/isa/loongarch32r/inst.c:46
↓ 1 callersFunctiondefine_config
* Add a new value to the configuration string. */
tools/fixdep/fixdep.c:197
↓ 1 callersFunctiondev_raise_intr
src/device/intr.c:18
↓ 1 callersFunctiondevice_update
src/device/device.c:36
↓ 1 callersFunctiondialog_checklist
* Display a dialog box with a list of options that can be turned on or off * in the style of radiolist (only one option turned on at a time). */
tools/kconfig/lxdialog/checklist.c:104
↓ 1 callersFunctiondialog_menu
* Display a menu for choosing among a number of options */
tools/kconfig/lxdialog/menubox.c:171
↓ 1 callersFunctiondialog_textbox
* Display text from a file in a dialog box. * * keys is a null-terminated array * update_text() may not add or remove any '\n' or '\0' in tbuf */
tools/kconfig/lxdialog/textbox.c:43
↓ 1 callersFunctiondialog_yesno
* Display a dialog box with two buttons - Yes and No */
tools/kconfig/lxdialog/yesno.c:29
↓ 1 callersMethoddiff_get_regs
tools/spike-diff/difftest.cc:57
↓ 1 callersMethoddiff_init
tools/spike-diff/difftest.cc:48
↓ 1 callersMethoddiff_memcpy
tools/spike-diff/difftest.cc:73
↓ 1 callersMethoddiff_set_regs
tools/spike-diff/difftest.cc:65
↓ 1 callersMethoddiff_step
tools/spike-diff/difftest.cc:53
↓ 1 callersFunctiondifftest_exec
tools/qemu-diff/src/diff-test.c:49
↓ 1 callersFunctiondifftest_skip_ref
this is used to let ref skip instructions which can not produce consistent behavior with NEMU
src/cpu/difftest/dut.c:36
↓ 1 callersFunctiondifftest_skip_ref
include/cpu/difftest.h:30
↓ 1 callersFunctiondifftest_step
src/cpu/difftest/dut.c:102
↓ 1 callersFunctiondisassemble
src/utils/disasm.c:70
↓ 1 callersFunctionend_dialog
* End using dialog functions. */
tools/kconfig/lxdialog/util.c:341
↓ 1 callersFunctionengine_start
src/engine/interpreter/init.c:20
↓ 1 callersFunctionenv_add
tools/kconfig/preprocess.c:44
↓ 1 callersFunctionenv_del
tools/kconfig/preprocess.c:55
↓ 1 callersFunctionenv_expand
The returned pointer must be freed when done */
tools/kconfig/preprocess.c:64
↓ 1 callersFunctionenv_write_dep
tools/kconfig/preprocess.c:90
↓ 1 callersFunctioneval_clause
* Evaluate a clause with arguments. argc/argv are arguments from the upper * function call. * * Returned string must be freed when done */
tools/kconfig/preprocess.c:346
↓ 1 callersFunctionexecute
src/cpu/cpu-exec.c:74
↓ 1 callersFunctionexpand_string
tools/kconfig/preprocess.c:554
↓ 1 callersFunctionexpr_contains_symbol
tools/kconfig/expr.c:851
↓ 1 callersFunctionexpr_depends_symbol
tools/kconfig/expr.c:879
↓ 1 callersFunctionexpr_eliminate_dups1
* expr_eliminate_dups() helper. * * Walks the two expression trees given in 'ep1' and 'ep2'. Any node that does * not have type 'type' (E_OR/E_AND)
tools/kconfig/expr.c:596
↓ 1 callersFunctionexpr_join_and
tools/kconfig/expr.c:495
↓ 1 callersFunctionexpr_join_or
* e1 || e2 -> ? */
tools/kconfig/expr.c:431
↓ 1 callersFunctionexpr_print_revdep
* Transform the top level "||" tokens into newlines and prepend each * line with a minus. This makes expressions much easier to read. * Suitable for
tools/kconfig/expr.c:1280
↓ 1 callersFunctionexpr_trans_bool
* bool FOO!=n => FOO */
tools/kconfig/expr.c:402
↓ 1 callersFunctionfunction_expand
tools/kconfig/preprocess.c:202
↓ 1 callersFunctiongdb_begin
tools/qemu-diff/src/protocol.c:66
↓ 1 callersFunctiongdb_begin_inet
tools/qemu-diff/src/protocol.c:95
↓ 1 callersFunctiongdb_connect_qemu
tools/qemu-diff/src/gdb-host.c:20
↓ 1 callersFunctiongdb_decode_hex_str
tools/qemu-diff/src/protocol.c:54
↓ 1 callersFunctiongdb_end
tools/qemu-diff/src/protocol.c:132
↓ 1 callersFunctiongdb_si
tools/qemu-diff/src/gdb-host.c:107
↓ 1 callersFunctiongen_rand_expr
tools/gen-expr/gen-expr.c:34
↓ 1 callersFunctionget_prompt_str
tools/kconfig/menu.c:730
↓ 1 callersFunctionget_relations_str
tools/kconfig/menu.c:872
↓ 1 callersFunctioninit_alarm
src/device/alarm.c:38
↓ 1 callersFunctioninit_audio
src/device/audio.c:36
↓ 1 callersFunctioninit_dialog
* Do some initialization for dialog */
tools/kconfig/lxdialog/util.c:302
↓ 1 callersFunctioninit_dialog_colors
tools/kconfig/lxdialog/util.c:178
↓ 1 callersFunctioninit_difftest
src/cpu/difftest/dut.c:62
← previousnext →201–300 of 543, ranked by callers