| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | export.h | 26 #define __CRC_SYMBOL(sym, sec) \ argument 32 #define __CRC_SYMBOL(sym, sec) \ argument 39 #define __CRC_SYMBOL(sym, sec) argument 50 #define __KSYMTAB_ENTRY(sym, sec) \ argument 73 #define ___KSYMTAB_ENTRY(sym, sec, size) \ argument 84 #define __KSYMTAB_ENTRY(sym, sec) ___KSYMTAB_ENTRY(sym, sec, 8) argument 86 #define __KSYMTAB_ENTRY(sym, sec) ___KSYMTAB_ENTRY(sym, sec, 4) argument 91 #define __KSYMTAB_ENTRY(sym, sec) \ argument 108 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 124 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | kvm_asm.h | 71 #define DECLARE_KVM_VHE_SYM(sym) extern char sym[] argument 72 #define DECLARE_KVM_NVHE_SYM(sym) extern char kvm_nvhe_sym(sym)[] argument 78 #define DECLARE_KVM_HYP_SYM(sym) \ argument 82 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument 84 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument 87 #define DECLARE_KVM_HYP_PER_CPU(type, sym) \ argument 95 #define this_cpu_ptr_nvhe_sym(sym) per_cpu_ptr_nvhe_sym(sym, smp_processor_id()) argument 96 #define per_cpu_ptr_nvhe_sym(sym, cpu) \ argument 107 #define CHOOSE_NVHE_SYM(sym) sym argument 108 #define CHOOSE_HYP_SYM(sym) CHOOSE_NVHE_SYM(sym) argument [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | symbol.c | 38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() 47 struct symbol *sym; in sym_init() local 63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop() 115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 139 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() 155 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 189 static void sym_set_changed(struct symbol *sym) in sym_set_changed() [all …]
|
| H A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 113 struct symbol *sym = current_entry->sym; in menu_set_type() local 193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 232 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 299 struct symbol *sym; in menu_finalize() local 633 struct symbol *sym; in menu_is_visible() local 767 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 776 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 797 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() [all …]
|
| H A D | confdata.c | 85 struct symbol *sym; in conf_expand_value() local 125 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 256 struct symbol *sym; in conf_read_simple() local 409 struct symbol *sym; in conf_read() local 487 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 541 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 615 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol() 628 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 669 struct symbol *sym; in conf_write_defconfig() local 743 struct symbol *sym; in conf_write() local [all …]
|
| H A D | lkc.h | 148 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 154 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 164 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 169 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 174 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 179 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
| H A D | conf.c | 84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 132 struct symbol *sym = menu->sym; in conf_string() local 165 struct symbol *sym = menu->sym; in conf_sym() local 232 struct symbol *sym, *def_sym; in conf_choice() local 347 struct symbol *sym; in conf() local 414 struct symbol *sym; in check_conf() local
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | symbol.c | 38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() 47 struct symbol *sym; in sym_init() local 63 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop() 115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 139 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() 155 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 189 static void sym_set_changed(struct symbol *sym) in sym_set_changed() [all …]
|
| H A D | zconf.y | 150 struct symbol *sym = sym_lookup($2, 0); variable 164 struct symbol *sym = sym_lookup($2, 0); variable 256 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 505 struct symbol *sym; variable 526 for_all_symbols(i, sym) { in for_all_symbols() argument 617 struct symbol *sym = menu->sym; in print_symbol() local 705 struct symbol *sym; in zconfdump() local
|
| H A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 114 struct symbol *sym = current_entry->sym; in menu_set_type() local 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 226 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 232 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 289 struct symbol *sym; in menu_finalize() local 480 struct symbol *sym; in menu_is_visible() local 614 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 623 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 644 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() [all …]
|
| H A D | confdata.c | 86 struct symbol *sym; in conf_expand_value() local 126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 253 struct symbol *sym; in conf_read_simple() local 407 struct symbol *sym; in conf_read() local 484 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 538 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 612 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol() 625 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 668 struct symbol *sym; in conf_write_defconfig() local 742 struct symbol *sym; in conf_write() local [all …]
|
| H A D | lkc.h | 146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 152 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 162 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 167 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 172 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 177 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | symbol.c | 42 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type() 74 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop() 83 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop() 95 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop() 107 static long long sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val() 123 static void sym_validate_range(struct symbol *sym) in sym_validate_range() 157 static void sym_set_changed(struct symbol *sym) in sym_set_changed() 170 struct symbol *sym; in sym_set_all_changed() local 177 static void sym_calc_visibility(struct symbol *sym) in sym_calc_visibility() 246 struct symbol *sym_choice_default(struct symbol *sym) in sym_choice_default() [all …]
|
| H A D | lkc.h | 133 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() 139 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() 149 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice() 154 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value() 159 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional() 164 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
|
| H A D | menu.c | 47 void menu_add_entry(struct symbol *sym) in menu_add_entry() 114 struct symbol *sym = current_entry->sym; in menu_set_type() local 209 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 236 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number() 242 static void sym_check_prop(struct symbol *sym) in sym_check_prop() 309 struct symbol *sym; in menu_finalize() local 641 struct symbol *sym; in menu_is_visible() local 800 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str() 821 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str() 874 struct symbol *sym; in get_relations_str() local [all …]
|
| H A D | confdata.c | 234 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 356 struct symbol *sym; in conf_read_simple() local 515 struct symbol *sym; in conf_read() local 591 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 645 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 713 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 753 struct symbol *sym; in conf_write_defconfig() local 827 struct symbol *sym; in conf_write() local 972 struct symbol *sym; in conf_touch_deps() local 1048 struct symbol *sym; in conf_write_autoconf() local [all …]
|
| H A D | parser.y | 240 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable 489 struct symbol *sym; variable 514 for_all_symbols(i, sym) { in for_all_symbols() argument 591 struct symbol *sym = menu->sym; in print_symbol() local 683 struct symbol *sym; in zconfdump() local
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | export.h | 4 #define EXPORT_SYMBOL(sym) argument 5 #define EXPORT_SYMBOL_GPL(sym) argument 6 #define EXPORT_SYMBOL_GPL_FUTURE(sym) argument 7 #define EXPORT_UNUSED_SYMBOL(sym) argument 8 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_rtsym.c | 208 u64 nfp_rtsym_size(const struct nfp_rtsym *sym) in nfp_rtsym_size() 226 nfp_rtsym_to_dest(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in nfp_rtsym_to_dest() 257 int __nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_read() 288 int nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_read() 294 int __nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readl() 314 int nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readl() 320 int __nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readq() 345 int nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readq() 351 int __nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_write() 373 int nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_write() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/ |
| H A D | syscall_x32.c | 23 #define __SYSCALL_64(nr, sym) argument 25 #define __SYSCALL_X32(nr, sym) extern long __x32_##sym(const struct pt_regs *); argument 26 #define __SYSCALL_COMMON(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument 31 #define __SYSCALL_X32(nr, sym) [nr] = __x32_##sym, argument 32 #define __SYSCALL_COMMON(nr, sym) [nr] = __x64_##sym, argument
|
| H A D | syscall_64.c | 11 #define __SYSCALL_X32(nr, sym) argument 12 #define __SYSCALL_COMMON(nr, sym) __SYSCALL_64(nr, sym) argument 14 #define __SYSCALL_64(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument 18 #define __SYSCALL_64(nr, sym) [nr] = __x64_##sym, argument
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol_fprintf.c | 10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() 19 size_t __symbol__fprintf_symname_offs(const struct symbol *sym, in __symbol__fprintf_symname_offs() 43 size_t symbol__fprintf_symname_offs(const struct symbol *sym, in symbol__fprintf_symname_offs() 50 size_t __symbol__fprintf_symname(const struct symbol *sym, in __symbol__fprintf_symname() 57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | export.h | 71 #define __EXPORT_SYMBOL(sym, val, sec) \ argument 74 #define __cond_export_sym(sym, val, sec, conf) \ argument 76 #define ___cond_export_sym(sym, val, sec, enabled) \ argument 78 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec argument 79 #define __cond_export_sym_0(sym, val, sec) /* nothing */ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | sys_call_table_64.c | 39 #define __SYSCALL_X32(nr, sym) argument 40 #define __SYSCALL_COMMON(nr, sym) __SYSCALL_64(nr, sym) argument 42 #define __SYSCALL_64(nr, sym) extern asmlinkage long sym(unsigned long, unsigned long, unsigned lon… argument 46 #define __SYSCALL_64(nr, sym) [ nr ] = sym, argument
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/ |
| H A D | sym-handling.c | 16 char *sym = syma->name; in arch__choose_best_symbol() local 70 void arch__sym_update(struct symbol *s, GElf_Sym *sym) in arch__sym_update() 80 struct symbol *sym) in arch__fix_tev_from_maps() 123 struct symbol *sym = NULL; in arch__post_process_probe_trace_events() local
|