Searched refs:eh (Results 1 – 7 of 7) sorted by relevance
/arch/alpha/kernel/ |
D | binfmt_loader.c | 10 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/ |
D | asm-compat.h | 29 #define PPC_LLARX(t, a, b, eh) PPC_LDARX(t, a, b, eh) argument 54 #define PPC_LLARX(t, a, b, eh) PPC_LWARX(t, a, b, eh) argument
|
D | ppc-opcode.h | 137 #define __PPC_EH(eh) (((eh) & 0x1) << 0) argument 139 #define __PPC_EH(eh) 0 argument 147 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument 149 __PPC_RB(b) | __PPC_EH(eh)) 150 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument 152 __PPC_RB(b) | __PPC_EH(eh))
|
D | bitops.h | 106 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 115 "1:" PPC_LLARX(%0,0,%3,eh) "\n" \
|
/arch/ia64/kernel/ |
D | unaligned.c | 1299 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/powerpc/perf/ |
D | core-book3s.c | 397 int eu = 0, ek = 0, eh = 0; in check_excludes() local 415 eh = event->attr.exclude_hv; in check_excludes() 419 event->attr.exclude_hv != eh) { in check_excludes() 424 if (eu || ek || eh) in check_excludes()
|
/arch/sparc/kernel/ |
D | perf_event.c | 1001 int eu = 0, ek = 0, eh = 0; in check_excludes() local 1015 eh = event->attr.exclude_hv; in check_excludes() 1019 event->attr.exclude_hv != eh) { in check_excludes()
|