Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 202) sorted by relevance

123456789

/linux/include/linux/
A Dexport.h26 #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
66 #define __KSYMTAB_ENTRY(sym, sec) \ argument
97 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
119 #define __EXPORT_SYMBOL(sym, sec, ns) argument
132 #define __ksym_marker(sym) \ argument
135 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
138 #define __cond_export_sym(sym, sec, ns, conf) \ argument
[all …]
A Dkbuild.h5 #define DEFINE(sym, val) \ argument
10 #define OFFSET(sym, str, mem) \ argument
/linux/scripts/kconfig/
A Dsymbol.c41 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
169 struct symbol *sym; in sym_set_all_changed() local
324 void sym_calc_value(struct symbol *sym) in sym_calc_value()
470 struct symbol *sym; in sym_clear_all_valid() local
792 bool sym_is_changeable(struct symbol *sym) in sym_is_changeable()
875 struct symbol *sym; member
911 struct symbol *sym, **sym_arr = NULL; in sym_re_search() local
970 struct symbol *sym; member
1000 struct symbol *sym, *next_sym; in sym_check_print_recursive() local
1088 struct symbol *sym; in sym_check_expr_deps() local
[all …]
A Dlkc.h116 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
122 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value()
132 static inline bool sym_is_choice(struct symbol *sym) in sym_is_choice()
137 static inline bool sym_is_choice_value(struct symbol *sym) in sym_is_choice_value()
142 static inline bool sym_is_optional(struct symbol *sym) in sym_is_optional()
147 static inline bool sym_has_value(struct symbol *sym) in sym_has_value()
A Dconfdata.c341 struct symbol *sym; in conf_read_simple() local
518 struct symbol *sym; in conf_read() local
701 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
706 void print_symbol_for_listconfig(struct symbol *sym) in print_symbol_for_listconfig()
711 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
759 struct symbol *sym; in conf_write_defconfig() local
833 struct symbol *sym; in conf_write() local
996 struct symbol *sym; in conf_touch_deps() local
1071 struct symbol *sym; in __conf_write_autoconf() local
1109 struct symbol *sym; in conf_write_autoconf() local
[all …]
A Dmenu.c48 void menu_add_entry(struct symbol *sym) in menu_add_entry()
115 struct symbol *sym = current_entry->sym; in menu_set_type() local
210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
215 static int menu_validate_number(struct symbol *sym, struct symbol *sym2) in menu_validate_number()
221 static void sym_check_prop(struct symbol *sym) in sym_check_prop()
288 struct symbol *sym; in menu_finalize() local
620 struct symbol *sym; in menu_is_visible() local
782 static void get_symbol_props_str(struct gstr *r, struct symbol *sym, in get_symbol_props_str()
803 static void get_symbol_str(struct gstr *r, struct symbol *sym, in get_symbol_str()
856 struct symbol *sym; in get_relations_str() local
[all …]
A Dconf.c118 struct symbol *sym; in randomize_choice_values() local
174 struct symbol *sym, *csym; in conf_set_all_new_symbols() local
307 struct symbol *sym; in conf_rewrite_mod_or_yes() local
320 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue()
354 struct symbol *sym = menu->sym; in conf_string() local
387 struct symbol *sym = menu->sym; in conf_sym() local
454 struct symbol *sym, *def_sym; in conf_choice() local
569 struct symbol *sym; in conf() local
636 struct symbol *sym; in check_conf() local
A Dparser.y231 struct symbol *sym = sym_lookup($2, SYMBOL_CHOICE); variable
480 struct symbol *sym; variable
505 for_all_symbols(i, sym) { in for_all_symbols() argument
582 struct symbol *sym = menu->sym; in print_symbol() local
674 struct symbol *sym; in zconfdump() local
/linux/arch/arm64/include/asm/
A Dkvm_asm.h87 #define DECLARE_KVM_HYP_SYM(sym) \ argument
91 #define DECLARE_KVM_VHE_PER_CPU(type, sym) \ argument
93 #define DECLARE_KVM_NVHE_PER_CPU(type, sym) \ argument
96 #define DECLARE_KVM_HYP_PER_CPU(type, sym) \ argument
105 #define per_cpu_ptr_nvhe_sym(sym, cpu) \ argument
116 #define CHOOSE_NVHE_SYM(sym) sym argument
117 #define CHOOSE_HYP_SYM(sym) CHOOSE_NVHE_SYM(sym) argument
127 #define CHOOSE_VHE_SYM(sym) sym argument
128 #define CHOOSE_HYP_SYM(sym) CHOOSE_VHE_SYM(sym) argument
161 #define CHOOSE_VHE_SYM(sym) sym argument
[all …]
A Dhyp_image.h18 #define kvm_nvhe_sym(sym) __kvm_nvhe_##sym argument
20 #define kvm_nvhe_sym(sym) sym argument
61 #define KVM_NVHE_ALIAS(sym) kvm_nvhe_sym(sym) = sym; argument
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
A Dnfp_rtsym.c208 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()
294 int __nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readl()
320 int __nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_readq()
351 int __nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_write()
379 int __nfp_rtsym_writel(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_writel()
405 int __nfp_rtsym_writeq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, in __nfp_rtsym_writeq()
446 const struct nfp_rtsym *sym; in nfp_rtsym_read_le() local
497 const struct nfp_rtsym *sym; in nfp_rtsym_write_le() local
[all …]
/linux/tools/perf/util/
A Dsymbol_fprintf.c10 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()
A Dcall-path.c15 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init()
51 struct symbol *sym, u64 ip, in call_path__new()
79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
A Ddemangle-ocaml.c15 ocaml_is_mangled(const char *sym) in ocaml_is_mangled()
29 ocaml_demangle_sym(const char *sym) in ocaml_demangle_sym()
/linux/include/asm-generic/
A Dexport.h71 #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
/linux/tools/perf/arch/powerpc/util/
A Dsym-handling.c16 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
/linux/scripts/
A Dinsert-sys-cert.c60 struct sym { struct
61 char *name;
62 unsigned long address;
63 unsigned long offset;
64 void *content;
65 int size;
135 Elf_Sym *sym, *symtab_start; in find_elf_symbol() local
/linux/arch/x86/tools/
A Drelocs.c270 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name()
291 Elf_Sym *sym; in sym_lookup() local
348 static int sym_index(Elf_Sym *sym) in sym_index()
540 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local
613 Elf_Sym *sym; in print_absolute_symbols() local
659 Elf_Sym *sym; in print_absolute_relocs() local
721 Elf_Sym *sym, const char *symname)) in walk_relocs()
744 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local
816 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
827 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
[all …]
/linux/tools/virtio/linux/
A Dexport.h1 #define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym argument
2 #define EXPORT_SYMBOL(sym) extern typeof(sym) sym argument
/linux/tools/include/linux/
A Dexport.h4 #define EXPORT_SYMBOL(sym) argument
5 #define EXPORT_SYMBOL_GPL(sym) argument
/linux/arch/x86/entry/
A Dsyscall_64.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument
14 #define __SYSCALL(nr, sym) __x64_##sym, argument
A Dsyscall_x32.c10 #define __SYSCALL(nr, sym) extern long __x64_##sym(const struct pt_regs *); argument
14 #define __SYSCALL(nr, sym) __x64_##sym, argument
/linux/scripts/genksyms/
A Dgenksyms.c157 struct symbol *sym; in find_symbol() local
170 static int is_unknown_symbol(struct symbol *sym) in is_unknown_symbol()
190 struct symbol *sym; in __add_symbol() local
460 struct string_list *sym, *def; in read_reference() local
530 static unsigned long expand_and_crc_sym(struct symbol *sym, unsigned long crc) in expand_and_crc_sym()
636 struct symbol *sym; in export_symbol() local
843 struct symbol *sym = visited_symbols; in main() local
/linux/tools/bpf/bpftool/
A Dxlated_dumper.c25 struct kernel_sym *sym; in kernel_syms_load() local
73 struct kernel_sym sym = { in kernel_syms_search() local
139 struct kernel_sym *sym, in print_call_pcrel()
157 struct kernel_sym *sym, in print_call_helper()
174 struct kernel_sym *sym; in print_call() local
/linux/arch/x86/um/
A Duser-offsets.c12 #define DEFINE(sym, val) \ argument
15 #define DEFINE_LONGS(sym, val) \ argument

Completed in 37 milliseconds

123456789