Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 105) sorted by relevance

12345

/linux/tools/perf/util/
H A Ddisasm.h20 struct arch { struct
25 struct ins_ops *(*associate_instruction_ops)(struct arch *arch, const char *name); argument
32 int (*init)(struct arch *arch, char *cpuid); argument
33 bool (*ins_is_fused)(struct arch *arch, const char *ins1, argument
47 /** @e_machine: ELF machine associated with arch. */ argument
49 /** @e_flags: Optional ELF flags associated with arch. */ argument
50 unsigned int e_flags;
99 struct arch *arch; member
H A Dperf_regs.c33 const char *perf_reg_name(int id, const char *arch) in perf_reg_name()
86 uint64_t perf_arch_reg_ip(const char *arch) in perf_arch_reg_ip()
111 uint64_t perf_arch_reg_sp(const char *arch) in perf_arch_reg_sp()
H A Ddisasm.c60 static int arch__grow_instructions(struct arch *arch) in arch__grow_instructions()
88 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops) in arch__associate_ins_ops()
196 const struct arch *arch = archp; in arch__key_cmp() local
229 bool arch__is(struct arch *arch, const char *name) in arch__is()
259 bool ins__is_fused(struct arch *arch, const char *ins1, const char *ins2) in ins__is_fused()
267 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in call__parse()
363 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in jump__parse()
526 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms, in lock__parse()
593 static bool check_multi_regs(struct arch *arch, const char *op) in check_multi_regs()
614 static int mov__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms __maybe_un… in mov__parse()
[all …]
H A Dunwind-libdw.c190 const char *arch = perf_env__arch(ui->machine->env); in memory_read() local
278 const char *arch = perf_env__arch(ui_buf.machine->env); in unwind__get_entries() local
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c122 static bool amd__ins_is_fused(struct arch *arch, const char *ins1, in amd__ins_is_fused()
145 static bool intel__ins_is_fused(struct arch *arch, const char *ins1, in intel__ins_is_fused()
173 static int x86__cpuid_parse(struct arch *arch, char *cpuid) in x86__cpuid_parse()
194 static int x86__annotate_init(struct arch *arch, char *cpuid) in x86__annotate_init()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h266 static inline bool kvm_guest_has_fpu(struct kvm_vcpu_arch *arch) in kvm_guest_has_fpu()
271 static inline bool kvm_guest_has_lsx(struct kvm_vcpu_arch *arch) in kvm_guest_has_lsx()
276 static inline bool kvm_guest_has_lasx(struct kvm_vcpu_arch *arch) in kvm_guest_has_lasx()
281 static inline bool kvm_guest_has_lbt(struct kvm_vcpu_arch *arch) in kvm_guest_has_lbt()
286 static inline bool kvm_guest_has_pmu(struct kvm_vcpu_arch *arch) in kvm_guest_has_pmu()
291 static inline int kvm_get_pmu_num(struct kvm_vcpu_arch *arch) in kvm_get_pmu_num()
310 static inline void update_pc(struct kvm_vcpu_arch *arch) in update_pc()
322 static inline bool kvm_is_ifetch_fault(struct kvm_vcpu_arch *arch) in kvm_is_ifetch_fault()
/linux/arch/mips/generic/
H A Dboard-ocelot.its.S8 arch = "mips"; define
19 arch = "mips"; define
H A Dboard-jaguar2.its.S8 arch = "mips"; define
18 arch = "mips"; define
H A Dboard-luton.its.S8 arch = "mips"; define
H A Dboard-boston.its.S7 arch = "mips"; define
H A Dboard-marduk.its.S7 arch = "mips"; define
H A Dboard-xilfpga.its.S7 arch = "mips"; define
H A Dboard-ni169445.its.S7 arch = "mips"; define
H A Dboard-serval.its.S8 arch = "mips"; define
H A Dvmlinux.its.S13 arch = "mips"; define
/linux/arch/mips/mobileye/
H A Dboard-epm5.its.S8 arch = "mips"; define
/linux/samples/seccomp/
H A Ddropper.c28 static int install_filter(int arch, int nr, int error) in install_filter()
/linux/arch/s390/kernel/
H A Daudit.c33 int audit_classify_arch(int arch) in audit_classify_arch()
/linux/arch/powerpc/kernel/
H A Daudit.c34 int audit_classify_arch(int arch) in audit_classify_arch()
/linux/tools/testing/kunit/
H A Dkunit_json.py18 arch: str = '' variable in Metadata
/linux/arch/sparc/kernel/
H A Daudit.c34 int audit_classify_arch(int arch) in audit_classify_arch()
/linux/lib/
H A Daudit.c32 int audit_classify_arch(int arch) in audit_classify_arch()
/linux/arch/parisc/kernel/
H A Daudit.c32 int audit_classify_arch(int arch) in audit_classify_arch()
/linux/arch/alpha/kernel/
H A Daudit.c31 int audit_classify_arch(int arch) in audit_classify_arch()
/linux/arch/x86/kernel/
H A Daudit_64.c33 int audit_classify_arch(int arch) in audit_classify_arch()

12345