Home
last modified time | relevance | path

Searched refs:eh (Results 1 – 8 of 8) sorted by relevance

/arch/alpha/kernel/
Dbinfmt_loader.c10 struct exec *eh = (struct exec *)bprm->buf; in load_binary() local
15 if (eh->fh.f_magic != 0x183 || (eh->fh.f_flags & 0x3000) != 0x3000) in load_binary()
33 bprm->taso = eh->ah.entry < 0x100000000UL; in load_binary()
/arch/powerpc/include/asm/
Dasm-compat.h31 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh) argument
64 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) argument
Dppc-opcode.h321 #define __PPC_EH(eh) (((eh) & 0x1) << 0) argument
323 #define __PPC_EH(eh) 0 argument
332 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
334 ___PPC_RB(b) | __PPC_EH(eh))
335 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
337 ___PPC_RB(b) | __PPC_EH(eh))
Dbitops.h102 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
111 "1:" PPC_LLARX(%0,0,%3,eh) "\n" \
/arch/powerpc/net/
Dbpf_jit.h78 #define PPC_BPF_LDARX(t, a, b, eh) EMIT(PPC_INST_LDARX | ___PPC_RT(t) | \ argument
80 __PPC_EH(eh))
81 #define PPC_BPF_LWARX(t, a, b, eh) EMIT(PPC_INST_LWARX | ___PPC_RT(t) | \ argument
83 __PPC_EH(eh))
/arch/ia64/kernel/
Dunaligned.c1299 const struct exception_table_entry *eh = NULL; in ia64_handle_unaligned() local
1319 eh = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri); in ia64_handle_unaligned()
1320 if (user_mode(regs) || eh) { in ia64_handle_unaligned()
1528 if (eh) { in ia64_handle_unaligned()
1529 ia64_handle_exception(regs, eh); in ia64_handle_unaligned()
/arch/powerpc/perf/
Dcore-book3s.c947 int eu = 0, ek = 0, eh = 0; in check_excludes() local
973 eh = event->attr.exclude_hv; in check_excludes()
977 event->attr.exclude_hv != eh) { in check_excludes()
982 if (eu || ek || eh) in check_excludes()
/arch/sparc/kernel/
Dperf_event.c1301 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1318 eh = event->attr.exclude_hv; in check_excludes()
1322 event->attr.exclude_hv != eh) { in check_excludes()