| /linux/tools/perf/util/ |
| H A D | disasm.h | 25 struct arch { struct 34 /** @id: ELF machine and flags associated with arch. */ argument 44 bool (*ins_is_fused)(const struct arch *arch, const char *ins1, argument 46 const struct ins_ops *(*associate_instruction_ops)(struct arch *arch, const char *name); argument 102 const struct arch *arch; member 48 update_insn_statearch global() argument [all...] |
| H A D | disasm.c | 61 static int arch__grow_instructions(struct arch *arch) in arch__grow_instructions() argument 90 arch__associate_ins_ops(struct arch * arch,const char * name,const struct ins_ops * ops) arch__associate_ins_ops() argument 125 const struct arch *const *arch = archp; arch__key_cmp() local 196 arch__is_x86(const struct arch * arch) arch__is_x86() argument 201 arch__is_powerpc(const struct arch * arch) arch__is_powerpc() argument 231 ins__is_fused(const struct arch * arch,const char * ins1,const char * ins2) ins__is_fused() argument 239 call__parse(const struct arch * arch,struct ins_operands * ops,struct map_symbol * ms,struct disasm_line * dl __maybe_unused) call__parse() argument 338 jump__parse(const struct arch * arch,struct ins_operands * ops,struct map_symbol * ms,struct disasm_line * dl __maybe_unused) jump__parse() argument 502 lock__parse(const struct arch * arch,struct ins_operands * ops,struct map_symbol * ms,struct disasm_line * dl __maybe_unused) lock__parse() argument 569 check_multi_regs(const struct arch * arch,const char * op) check_multi_regs() argument 590 mov__parse(const struct arch * arch,struct ins_operands * ops,struct map_symbol * ms __maybe_unused,struct disasm_line * dl __maybe_unused) mov__parse() argument 755 ins__sort(struct arch * arch) ins__sort() argument 762 __ins__find(const struct arch * arch,const char * name,struct disasm_line * dl) __ins__find() argument 809 ins__find(const struct arch * arch,const char * name,struct disasm_line * dl) ins__find() argument 819 disasm_line__init_ins(struct disasm_line * dl,const struct arch * arch,struct map_symbol * ms) disasm_line__init_ins() argument [all...] |
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-loongarch.c | 17 static int loongarch_call__parse(const struct arch *arch, struct ins_operands *ops, in loongarch_call__parse() 68 static int loongarch_jump__parse(const struct arch *arch, struct ins_operands *ops, in loongarch_jump__parse() 120 const struct ins_ops *loongarch__associate_ins_ops(struct arch *arch, const char *name) in loongarch__associate_ins_ops() 147 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_loongarch() local
|
| H A D | annotate-s390.c | 13 static int s390_call__parse(const struct arch *arch, struct ins_operands *ops, in s390_call__parse() 121 static const struct ins_ops *s390__associate_ins_ops(struct arch *arch, const char *name) in s390__associate_ins_ops() 151 static int s390__cpuid_parse(struct arch *arch, const char *cpuid) in s390__cpuid_parse() 174 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_s390() local
|
| H A D | annotate-arm.c | 11 struct arch arch; member 16 static const struct ins_ops *arm__associate_instruction_ops(struct arch *arch, const char *name) in arm__associate_instruction_ops() 38 struct arch *arch; in arch__new_arm() local
|
| H A D | annotate-arm64.c | 12 struct arch arch; member 72 static const struct ins_ops *arm64__associate_instruction_ops(struct arch *arch, const char *name) in arm64__associate_instruction_ops() 96 struct arch *arch; in arch__new_arm64() local
|
| H A D | annotate-x86.c | 134 amd__ins_is_fused(const struct arch * arch,const char * ins1,const char * ins2) amd__ins_is_fused() argument 157 intel__ins_is_fused(const struct arch * arch,const char * ins1,const char * ins2) intel__ins_is_fused() argument 185 x86__cpuid_parse(struct arch * arch,const char * cpuid) x86__cpuid_parse() argument 782 struct arch *arch = zalloc(sizeof(*arch)); arch__new_x86() local [all...] |
| H A D | annotate-mips.c | 8 const struct ins_ops *mips__associate_ins_ops(struct arch *arch, const char *name) in mips__associate_ins_ops() 43 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_mips() local
|
| H A D | annotate-riscv64.c | 8 const struct ins_ops *riscv64__associate_ins_ops(struct arch *arch, const char *name) in riscv64__associate_ins_ops() 31 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_riscv64() local
|
| H A D | annotate-csky.c | 8 static const struct ins_ops *csky__associate_ins_ops(struct arch *arch, in csky__associate_ins_ops() 46 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_csky() local
|
| H A D | annotate-sparc.c | 124 static const struct ins_ops *sparc__associate_instruction_ops(struct arch *arch, const char *name) in sparc__associate_instruction_ops() 167 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_sparc() local
|
| H A D | annotate-arc.c | 9 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_arc() local
|
| H A D | annotate-powerpc.c | 96 static const struct ins_ops *powerpc__associate_instruction_ops(struct arch *arch, const char *name) in powerpc__associate_instruction_ops() 396 struct arch *arch = zalloc(sizeof(*arch)); in arch__new_powerpc() local
|
| /linux/arch/mips/generic/ |
| H A D | board-ocelot.its.S | 8 arch = "mips"; define 19 arch = "mips"; define
|
| H A D | board-jaguar2.its.S | 8 arch = "mips"; define 18 arch = "mips"; define
|
| H A D | board-luton.its.S | 8 arch = "mips"; define
|
| H A D | board-boston.its.S | 7 arch = "mips"; define
|
| H A D | board-marduk.its.S | 7 arch = "mips"; define
|
| H A D | board-xilfpga.its.S | 7 arch = "mips"; define
|
| H A D | board-ni169445.its.S | 7 arch = "mips"; define
|
| H A D | board-serval.its.S | 8 arch = "mips"; define
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 222 output_arch_table(self, arch, feat=None) global() argument 466 list_arch_features(self, arch, feat) global() argument [all...] |
| /linux/arch/mips/mobileye/ |
| H A D | board-epm5.its.S | 8 arch = "mips"; define
|
| /linux/samples/seccomp/ |
| H A D | dropper.c | 28 static int install_filter(int arch, int nr, int error) in install_filter()
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_json.py | 18 arch: str = '' variable in Metadata
|