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
62 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) argument
Dppc-opcode.h283 #define __PPC_EH(eh) (((eh) & 0x1) << 0) argument
285 #define __PPC_EH(eh) 0 argument
293 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
295 ___PPC_RB(b) | __PPC_EH(eh))
296 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
298 ___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/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()
1524 if (eh) { in ia64_handle_unaligned()
1525 ia64_handle_exception(regs, eh); in ia64_handle_unaligned()
/arch/x86/entry/vdso/
DMakefile165 $(call ld-option, --build-id) $(call ld-option, --eh-frame-hdr) \
/arch/powerpc/perf/
Dcore-book3s.c957 int eu = 0, ek = 0, eh = 0; in check_excludes() local
983 eh = event->attr.exclude_hv; in check_excludes()
987 event->attr.exclude_hv != eh) { in check_excludes()
992 if (eu || ek || eh) in check_excludes()
/arch/sparc/kernel/
Dperf_event.c1314 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1331 eh = event->attr.exclude_hv; in check_excludes()
1335 event->attr.exclude_hv != eh) { in check_excludes()