Home
last modified time | relevance | path

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

/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()
310 if (orc && orc_ip) in module_finalize()
312 (void *)orc->sh_addr, orc->sh_size); in module_finalize()
/arch/powerpc/lib/
Dstrlen_32.S61 orc r9, r9, r6
72 orc r8, r8, r8
76 orc r9, r9, r8
/arch/x86/include/asm/
Dunwind.h94 void *orc, size_t orc_size);
99 void *orc, size_t orc_size) {} in unwind_module_init()
/arch/um/include/asm/
Dunwind.h6 void *orc, size_t orc_size) {} in unwind_module_init()
/arch/h8300/kernel/
Dentry.S93 orc #0x10,ccr /* switch kernel stack */
134 orc #0xc0,ccr
235 orc #7,exr
279 orc #0xc0,ccr
293 orc #0xc0,ccr
366 orc #0xc0,ccr
/arch/s390/include/asm/
Dunwind.h80 size_t orc_ip_size, void *orc, in unwind_module_init()
Dpgtable.h1176 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc,
/arch/s390/kvm/
Dpriv.c1144 static inline int __do_essa(struct kvm_vcpu *vcpu, const int orc) in __do_essa() argument
1163 nappended = pgste_perform_essa(vcpu->kvm->mm, hva, orc, &ptev, &pgstev); in __do_essa()
1165 res = orc ? 0x10 : 0; in __do_essa()
1195 if (orc) { in __do_essa()
1212 int i, orc; in handle_essa() local
1223 orc = (vcpu->arch.sie_block->ipb & 0xf0000000) >> 28; in handle_essa()
1225 if (orc > (test_kvm_facility(vcpu->kvm, 147) ? ESSA_SET_STABLE_NODAT in handle_essa()
1261 i = __do_essa(vcpu, orc); in handle_essa()
/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 */ \
/arch/s390/mm/
Dpgtable.c1009 int pgste_perform_essa(struct mm_struct *mm, unsigned long hva, int orc, in pgste_perform_essa() argument
1019 WARN_ON_ONCE(orc > ESSA_MAX); in pgste_perform_essa()
1020 if (unlikely(orc > ESSA_MAX)) in pgste_perform_essa()
1036 switch (orc) { in pgste_perform_essa()