Searched refs:eh (Results 1 – 10 of 10) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | simple_spinlock.h | 52 unsigned int eh = IS_ENABLED(CONFIG_PPC64); in __arch_spin_trylock() local 64 : "r" (token), "r" (&lock->slock), [eh] "n" (eh) in __arch_spin_trylock() 162 unsigned int eh = IS_ENABLED(CONFIG_PPC64); in __arch_read_trylock() local 173 : "r" (&rw->lock), [eh] "n" (eh) in __arch_read_trylock() 186 unsigned int eh = IS_ENABLED(CONFIG_PPC64); in __arch_write_trylock() local 197 : "r" (token), "r" (&rw->lock), [eh] "n" (eh) in __arch_write_trylock()
|
| A D | bitops.h | 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 166 : "rK" (mask), "r" (p), "n" (eh) \
|
| A D | ppc-opcode.h | 356 #define __PPC_EH(eh) (((eh) & 0x1) << 0) argument 379 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 380 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument 621 #define PPC_LQARX(t, a, b, eh) stringify_in_c(.long PPC_RAW_LQARX(t, a, b, eh)) argument
|
| /arch/mips/tools/ |
| A D | loongson3-llsc-check.c | 239 Elf64_Ehdr *eh; in main() local 269 eh = vmlinux; in main() 270 if (memcmp(eh->e_ident, ELFMAG, SELFMAG)) { in main() 275 if (eh->e_ident[EI_CLASS] != ELFCLASS64) { in main() 280 if (eh->e_ident[EI_DATA] != ELFDATA2LSB) { in main() 285 for (i = 0; i < le16toh(eh->e_shnum); i++) { in main() 286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
|
| /arch/riscv/kernel/compat_vdso/ |
| A D | Makefile | 44 --build-id=sha1 --hash-style=both --eh-frame-hdr
|
| /arch/riscv/kernel/vdso/ |
| A D | Makefile | 63 --build-id=sha1 --eh-frame-hdr
|
| /arch/x86/entry/vdso/ |
| A D | Makefile | 159 $(call ld-option, --eh-frame-hdr) -Bsymbolic -z noexecstack
|
| /arch/mips/vdso/ |
| A D | Makefile | 57 -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
|
| /arch/powerpc/perf/ |
| A D | core-book3s.c | 1092 int eu = 0, ek = 0, eh = 0; in check_excludes() local 1118 eh = event->attr.exclude_hv; in check_excludes() 1122 event->attr.exclude_hv != eh) { in check_excludes() 1127 if (eu || ek || eh) in check_excludes()
|
| /arch/sparc/kernel/ |
| A D | perf_event.c | 1316 int eu = 0, ek = 0, eh = 0; in check_excludes() local 1333 eh = event->attr.exclude_hv; in check_excludes() 1337 event->attr.exclude_hv != eh) { in check_excludes()
|
Completed in 33 milliseconds