Searched defs: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
|
/arch/powerpc/include/asm/ |
D | asm-compat.h | 31 #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
|
D | bitops.h | 102 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
|
D | ppc-opcode.h | 283 #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 296 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
|
/arch/ia64/kernel/ |
D | unaligned.c | 1299 const struct exception_table_entry *eh = NULL; in ia64_handle_unaligned() local
|
/arch/sparc/kernel/ |
D | perf_event.c | 1314 int eu = 0, ek = 0, eh = 0; in check_excludes() local
|
/arch/powerpc/perf/ |
D | core-book3s.c | 957 int eu = 0, ek = 0, eh = 0; in check_excludes() local
|