Home
last modified time | relevance | path

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

/arch/loongarch/kernel/
A Dunwind_orc.c191 if (orc) in orc_find()
192 return orc; in orc_find()
261 cur_orc_table = orc; in unwind_module_init()
277 struct orc_entry *orc; in unwind_init() local
297 if (!orc) { in unwind_init()
307 if (!orc) { in unwind_init()
396 struct orc_entry *orc; in unwind_next_frame() local
409 if (!orc) { in unwind_next_frame()
416 orc = &orc_fp_entry; in unwind_next_frame()
426 switch (orc->sp_reg) { in unwind_next_frame()
[all …]
A Dmodule.c514 const Elf_Shdr *s, *alt = NULL, *orc = NULL, *orc_ip = NULL, *ftrace = NULL; in module_finalize() local
520 orc = s; in module_finalize()
530 if (orc && orc_ip) in module_finalize()
531 …unwind_module_init(mod, (void *)orc_ip->sh_addr, orc_ip->sh_size, (void *)orc->sh_addr, orc->sh_si… in module_finalize()
/arch/x86/kernel/
A Dunwind_orc.c238 if (orc) in orc_find()
239 return orc; in orc_find()
307 cur_orc_table = orc; in unwind_module_init()
322 struct orc_entry *orc; in unwind_init() local
344 if (!orc) { in unwind_init()
355 if (!orc) { in unwind_init()
472 struct orc_entry *orc; in unwind_next_frame() local
495 if (!orc) { in unwind_next_frame()
502 orc = &orc_fp_entry; in unwind_next_frame()
515 switch (orc->sp_reg) { in unwind_next_frame()
[all …]
A Dmodule.c243 *orc = NULL, *orc_ip = NULL, in module_finalize() local
254 orc = s; in module_finalize()
324 if (orc && orc_ip) in module_finalize()
326 (void *)orc->sh_addr, orc->sh_size); in module_finalize()
/arch/powerpc/lib/
A Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/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
/arch/um/include/asm/
A Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init()
/arch/loongarch/include/asm/
A Dunwind.h92 void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc…
95 …nd_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, void *orc, size_t orc_size) {} in unwind_module_init() argument
/arch/x86/include/asm/
A Dunwind.h98 void *orc, size_t orc_size);
103 void *orc, size_t orc_size) {} in unwind_module_init()
/arch/s390/include/asm/
A Dunwind.h95 size_t orc_ip_size, void *orc, in unwind_module_init()
A Dpgtable.h1403 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc,
/arch/s390/kvm/
A Dpriv.c1187 static inline int __do_essa(struct kvm_vcpu *vcpu, const int orc) in __do_essa() argument
1206 nappended = pgste_perform_essa(vcpu->kvm->mm, hva, orc, &ptev, &pgstev); in __do_essa()
1208 res = orc ? 0x10 : 0; in __do_essa()
1238 if (orc) { in __do_essa()
1257 int i, orc; in handle_essa() local
1268 orc = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in handle_essa()
1270 if (orc > (test_kvm_facility(vcpu->kvm, 147) ? ESSA_SET_STABLE_NODAT in handle_essa()
1303 i = __do_essa(vcpu, orc); in handle_essa()
/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 */ \
/arch/s390/mm/
A Dpgtable.c1032 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc, in pgste_perform_essa() argument
1042 WARN_ON_ONCE(orc > ESSA_MAX); in pgste_perform_essa()
1043 if (unlikely(orc > ESSA_MAX)) in pgste_perform_essa()
1059 switch (orc) { in pgste_perform_essa()

Completed in 37 milliseconds