Home
last modified time | relevance | path

Searched refs:orc (Results 1 – 25 of 25) sorted by relevance

/linux-6.3-rc2/tools/objtool/
A Dorc_gen.c21 memset(orc, 0, sizeof(*orc)); in init_orc_entry()
24 orc->end = 0; in init_orc_entry()
29 orc->end = cfi->end; in init_orc_entry()
100 memcpy(orc, o, sizeof(*orc)); in write_orc_entry()
101 orc->sp_offset = bswap_if_needed(elf, orc->sp_offset); in write_orc_entry()
102 orc->bp_offset = bswap_if_needed(elf, orc->bp_offset); in write_orc_entry()
129 entry->orc = *orc; in orc_list_add()
174 if (!memcmp(&prev_orc, &orc, sizeof(orc))) in orc_create()
180 prev_orc = orc; in orc_create()
199 if (!memcmp(&prev_orc, &orc, sizeof(orc))) in orc_create()
[all …]
A Dorc_dump.c68 struct orc_entry *orc = NULL; in orc_dump() local
143 orc = data->d_buf; in orc_dump()
153 if (!symtab || !strtab_idx || !orc || !orc_ip) in orc_dump()
156 if (orc_size % sizeof(*orc) != 0) { in orc_dump()
161 nr_entries = orc_size / sizeof(*orc); in orc_dump()
208 print_reg(orc[i].sp_reg, bswap_if_needed(&dummy_elf, orc[i].sp_offset)); in orc_dump()
212 print_reg(orc[i].bp_reg, bswap_if_needed(&dummy_elf, orc[i].bp_offset)); in orc_dump()
215 orc_type_name(orc[i].type), orc[i].signal, orc[i].end); in orc_dump()
A Dbuiltin-check.c74 OPT_BOOLEAN('o', "orc", &opts.orc, "generate ORC metadata"),
134 opts.orc || in opts_valid()
A Dcheck.c2623 if (opts.stackval || opts.orc || opts.uaccess || opts.noinstr) { in decode_sections()
4579 if (opts.stackval || opts.orc || opts.uaccess) { in check()
4678 if (opts.orc && nr_insns) { in check()
/linux-6.3-rc2/arch/x86/kernel/
A Dunwind_orc.c204 if (orc) in orc_find()
205 return orc; in orc_find()
208 if (orc) in orc_find()
209 return orc; in orc_find()
280 cur_orc_table = orc; in unwind_module_init()
317 if (!orc) { in unwind_init()
328 if (!orc) { in unwind_init()
468 if (!orc) { in unwind_next_frame()
475 orc = &orc_fp_entry; in unwind_next_frame()
481 if (!orc->end) in unwind_next_frame()
[all …]
A Dmodule.c279 *para = NULL, *orc = NULL, *orc_ip = NULL, in module_finalize() local
292 orc = s; in module_finalize()
372 if (orc && orc_ip) in module_finalize()
374 (void *)orc->sh_addr, orc->sh_size); in module_finalize()
/linux-6.3-rc2/arch/powerpc/lib/
A Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/linux-6.3-rc2/tools/testing/selftests/powerpc/stringloops/
A Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/linux-6.3-rc2/arch/riscv/lib/
A Dstrlen.S83 orc.b t1, t1
113 orc.b t1, t1
A Dstrncmp.S84 orc.b t3, t0
86 orc.b t3, t1
A Dstrcmp.S75 orc.b t3, t0
/linux-6.3-rc2/arch/x86/include/asm/
A Dunwind.h98 void *orc, size_t orc_size);
103 void *orc, size_t orc_size) {} in unwind_module_init()
/linux-6.3-rc2/arch/um/include/asm/
A Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init()
/linux-6.3-rc2/tools/objtool/include/objtool/
A Dbuiltin.h19 bool orc; member
/linux-6.3-rc2/Documentation/x86/
A Dindex.rst19 orc-unwinder
/linux-6.3-rc2/arch/s390/include/asm/
A Dunwind.h95 size_t orc_ip_size, void *orc, in unwind_module_init()
A Dpgtable.h1306 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc,
/linux-6.3-rc2/arch/s390/kvm/
A Dpriv.c1154 static inline int __do_essa(struct kvm_vcpu *vcpu, const int orc) in __do_essa() argument
1173 nappended = pgste_perform_essa(vcpu->kvm->mm, hva, orc, &ptev, &pgstev); in __do_essa()
1175 res = orc ? 0x10 : 0; in __do_essa()
1205 if (orc) { in __do_essa()
1222 int i, orc; in handle_essa() local
1233 orc = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in handle_essa()
1235 if (orc > (test_kvm_facility(vcpu->kvm, 147) ? ESSA_SET_STABLE_NODAT in handle_essa()
1271 i = __do_essa(vcpu, orc); in handle_essa()
/linux-6.3-rc2/arch/powerpc/crypto/
A Dmd5-asm.S124 orc rT0,b,d; /* 1: f = b or ~d */ \
133 orc rT0,a,c; /* 2: f = b or ~d */ \
/linux-6.3-rc2/arch/s390/mm/
A Dpgtable.c1045 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc, in pgste_perform_essa() argument
1055 WARN_ON_ONCE(orc > ESSA_MAX); in pgste_perform_essa()
1056 if (unlikely(orc > ESSA_MAX)) in pgste_perform_essa()
1072 switch (orc) { in pgste_perform_essa()
/linux-6.3-rc2/scripts/
A DMakefile.lib264 objtool-args-$(CONFIG_UNWINDER_ORC) += --orc
/linux-6.3-rc2/Documentation/core-api/
A Dasm-annotations.rst47 (Documentation/x86/orc-unwinder.rst)
/linux-6.3-rc2/tools/objtool/Documentation/
A Dobjtool.txt184 For more details, see Documentation/x86/orc-unwinder.rst.
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-record.txt251 CONFIG_UNWINDER_FRAME_POINTER (fp) or CONFIG_UNWINDER_ORC (orc)
/linux-6.3-rc2/
A DCREDITS2931 E: orc@pell.chi.il.us

Completed in 51 milliseconds