Searched refs:__h (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/lib/crypto/mpi/ |
| H A D | longlong.h | 234 struct {USItype __l, __h; } __i; \ 243 struct {SItype __l, __h; } __i; \ 323 struct {USItype __h, __l; } __i; \ 329 (wh) = __xx.__i.__h; \ 359 : "=r" (__xx.__i.__h), \ 373 : "=r" (__xx.__i.__h), \ 619 (wh) = __x.__i.__h; \ 860 struct {USItype __h, __l; } __i; \ 1166 struct {USItype __l, __h; } __i; \ 1180 struct {SItype __l, __h; } __i; \ [all …]
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | elf.h | 283 struct elfhdr *__h = (hdr); \ 285 if (!mips_elf_check_machine(__h)) \ 287 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 289 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \ 291 (__h->e_flags & EF_MIPS_ABI)) \ 296 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \ 297 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \ 299 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \ 311 struct elfhdr *__h = (hdr); \ 313 if (!mips_elf_check_machine(__h)) \ [all …]
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | elf.h | 212 struct elfhdr *__h = (hdr); \ 214 if (!loongarch_elf_check_machine(__h)) \ 216 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \ 228 struct elfhdr *__h = (hdr); \ 230 if (!loongarch_elf_check_machine(__h)) \ 232 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4_jbd2.h | 138 #define ext4_mark_inode_dirty(__h, __i) \ argument 139 __ext4_mark_inode_dirty((__h), (__i), __func__, __LINE__)
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 896 #define PERCENT(__h, __f) percent(he_stats(__h)->__f, total_stats(__h)->__f) argument 1331 #define HEADER_LOW(__h) \ argument 1334 .text = __h, \ 1359 #define HEADER_SPAN_LOW(__h) \ argument 1362 .text = __h, \ 2319 #define HAS_HITMS(__h) ((__h)->stats.lcl_hitm || (__h)->stats.rmt_hitm) argument 2320 #define HAS_PEER(__h) ((__h)->stats.lcl_peer || (__h)->stats.rmt_peer) argument
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.h | 130 #define hists__has(__h, __f) (__h)->hpp_list->__f argument
|