Home
last modified time | relevance | path

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

/linux-5.19.10/tools/objtool/
Dorc_gen.c16 static int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, in init_orc_entry() argument
21 memset(orc, 0, sizeof(*orc)); in init_orc_entry()
24 orc->end = 0; in init_orc_entry()
25 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
29 orc->end = cfi->end; in init_orc_entry()
32 orc->sp_reg = ORC_REG_UNDEFINED; in init_orc_entry()
38 orc->sp_reg = ORC_REG_SP; in init_orc_entry()
41 orc->sp_reg = ORC_REG_SP_INDIRECT; in init_orc_entry()
44 orc->sp_reg = ORC_REG_BP; in init_orc_entry()
47 orc->sp_reg = ORC_REG_BP_INDIRECT; in init_orc_entry()
[all …]
Dorc_dump.c68 struct orc_entry *orc = NULL; in orc_dump() local
136 orc = data->d_buf; in orc_dump()
146 if (!symtab || !strtab_idx || !orc || !orc_ip) in orc_dump()
149 if (orc_size % sizeof(*orc) != 0) { in orc_dump()
154 nr_entries = orc_size / sizeof(*orc); in orc_dump()
201 print_reg(orc[i].sp_reg, bswap_if_needed(orc[i].sp_offset)); in orc_dump()
205 print_reg(orc[i].bp_reg, bswap_if_needed(orc[i].bp_offset)); in orc_dump()
208 orc_type_name(orc[i].type), orc[i].end); in orc_dump()
Dbuiltin-check.c69 OPT_BOOLEAN('o', "orc", &opts.orc, "generate ORC metadata"),
126 opts.orc || in opts_valid()
Dcheck.c4210 if (opts.stackval || opts.orc || opts.uaccess) { in check()
4295 if (opts.orc && !list_empty(&file->insn_list)) { in check()
/linux-5.19.10/arch/x86/kernel/
Dunwind_orc.c151 static struct orc_entry *orc; in orc_find() local
188 orc = orc_module_find(ip); in orc_find()
189 if (orc) in orc_find()
190 return orc; in orc_find()
247 struct orc_entry *orc = _orc; in unwind_module_init() local
251 orc_size % sizeof(*orc) != 0 || in unwind_module_init()
252 num_entries != orc_size / sizeof(*orc)); in unwind_module_init()
261 cur_orc_table = orc; in unwind_module_init()
266 mod->arch.orc_unwind = orc; in unwind_module_init()
276 struct orc_entry *orc; in unwind_init() local
[all …]
Dmodule.c255 *para = NULL, *orc = NULL, *orc_ip = NULL, in module_finalize() local
269 orc = s; in module_finalize()
316 if (orc && orc_ip) in module_finalize()
318 (void *)orc->sh_addr, orc->sh_size); in module_finalize()
/linux-5.19.10/tools/testing/selftests/powerpc/stringloops/
Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/linux-5.19.10/arch/powerpc/lib/
Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/linux-5.19.10/arch/x86/include/asm/
Dunwind.h98 void *orc, size_t orc_size);
103 void *orc, size_t orc_size) {} in unwind_module_init()
/linux-5.19.10/arch/um/include/asm/
Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init()
/linux-5.19.10/tools/objtool/include/objtool/
Dbuiltin.h20 bool orc; member
/linux-5.19.10/Documentation/x86/
Dindex.rst19 orc-unwinder
/linux-5.19.10/arch/s390/include/asm/
Dunwind.h93 size_t orc_ip_size, void *orc, in unwind_module_init()
Dpgtable.h1243 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc,
/linux-5.19.10/arch/s390/kvm/
Dpriv.c1143 static inline int __do_essa(struct kvm_vcpu *vcpu, const int orc) in __do_essa() argument
1162 nappended = pgste_perform_essa(vcpu->kvm->mm, hva, orc, &ptev, &pgstev); in __do_essa()
1164 res = orc ? 0x10 : 0; in __do_essa()
1194 if (orc) { in __do_essa()
1211 int i, orc; in handle_essa() local
1222 orc = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in handle_essa()
1224 if (orc > (test_kvm_facility(vcpu->kvm, 147) ? ESSA_SET_STABLE_NODAT in handle_essa()
1260 i = __do_essa(vcpu, orc); in handle_essa()
/linux-5.19.10/arch/powerpc/crypto/
Dmd5-asm.S124 orc rT0,b,d; /* 1: f = b or ~d */ \
133 orc rT0,a,c; /* 2: f = b or ~d */ \
/linux-5.19.10/arch/s390/mm/
Dpgtable.c1020 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc, in pgste_perform_essa() argument
1030 WARN_ON_ONCE(orc > ESSA_MAX); in pgste_perform_essa()
1031 if (unlikely(orc > ESSA_MAX)) in pgste_perform_essa()
1047 switch (orc) { in pgste_perform_essa()
/linux-5.19.10/scripts/
DMakefile.lib237 $(if $(CONFIG_UNWINDER_ORC), --orc) \
/linux-5.19.10/Documentation/
Dasm-annotations.rst46 automatically generate annotations for :doc:`ORC unwinder <x86/orc-unwinder>`
/linux-5.19.10/tools/objtool/Documentation/
Dobjtool.txt184 For more details, see Documentation/x86/orc-unwinder.rst.
/linux-5.19.10/tools/perf/Documentation/
Dperf-record.txt255 CONFIG_UNWINDER_FRAME_POINTER (fp) or CONFIG_UNWINDER_ORC (orc)
/linux-5.19.10/
DCREDITS2907 E: orc@pell.chi.il.us