Home
last modified time | relevance | path

Searched refs:TCB_SIZE (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_ioctl.h159 #ifndef TCB_SIZE
160 # define TCB_SIZE 128 macro
164 #define TCB_WORDS (TCB_SIZE / 4)
Dcxgb_common.h44 TCB_SIZE = 128, /* TCB size */ enumerator
Dcxgb_t3_hw.c2504 m = tids * TCB_SIZE; in partition_mem()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Darc-got.h25 #define TCB_SIZE (8) macro
392 : (align_power (TCB_SIZE, in relocate_fix_got_relocs_for_got_info()
Delf32-or1k.c924 #define TCB_SIZE 16 macro
1113 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power) in tpoff()
1114 - TCB_SIZE; in tpoff()
Delfnn-aarch64.c2512 #define TCB_SIZE (ARCH_SIZE/8)*2 macro
5310 bfd_vma base = align_power ((bfd_vma) TCB_SIZE, in tpoff_base()
6869 bfd_putl32 (add_R0_R0 | (TCB_SIZE << 10), in elfNN_aarch64_tls_relax()
6898 bfd_putl32 (add_R0_R0 | (TCB_SIZE << 10), in elfNN_aarch64_tls_relax()
Delf32-csky.c1096 #define TCB_SIZE 8 macro
4270 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power); in tpoff()
Delf32-arc.c1230 #define TLS_TBSS (align_power (TCB_SIZE, tls_sec->alignment_power))
Delf32-microblaze.c906 #define TCB_SIZE 8 macro
Delf32-xtensa.c623 #define TCB_SIZE 8 macro
1841 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power); in tpoff()
DChangeLog-2018639 section alignment in consideration for this relocation. Fixed TCB_SIZE
644 (arc_special_overflow_checks): Fixed TCB_SIZE offsize to include
DChangeLog-20202808 (TCB_SIZE): New macro.
2809 (tpoff): Use TCB_SIZE and alignment to calculate offset.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Darc-got.h25 #define TCB_SIZE (8) macro
392 : (align_power (TCB_SIZE, in relocate_fix_got_relocs_for_got_info()
Delf32-or1k.c924 #define TCB_SIZE 16 macro
1113 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power) in tpoff()
1114 - TCB_SIZE; in tpoff()
Delfnn-aarch64.c2512 #define TCB_SIZE (ARCH_SIZE/8)*2 macro
5310 bfd_vma base = align_power ((bfd_vma) TCB_SIZE, in tpoff_base()
6867 bfd_putl32 (add_R0_R0 | (TCB_SIZE << 10), in elfNN_aarch64_tls_relax()
6896 bfd_putl32 (add_R0_R0 | (TCB_SIZE << 10), in elfNN_aarch64_tls_relax()
Delf32-csky.c1096 #define TCB_SIZE 8 macro
4268 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power); in tpoff()
Delf32-microblaze.c906 #define TCB_SIZE 8 macro
Delf32-arc.c1230 #define TLS_TBSS (align_power (TCB_SIZE, tls_sec->alignment_power))
Delf32-xtensa.c623 #define TCB_SIZE 8 macro
1840 base = align_power ((bfd_vma) TCB_SIZE, htab->tls_sec->alignment_power); in tpoff()
DChangeLog-2018639 section alignment in consideration for this relocation. Fixed TCB_SIZE
644 (arc_special_overflow_checks): Fixed TCB_SIZE offsize to include
DChangeLog-20202808 (TCB_SIZE): New macro.
2809 (tpoff): Use TCB_SIZE and alignment to calculate offset.
DChangeLog-20173839 * arc-got.h (relocate_fix_got_relocs_for_got_info): Added TCB_SIZE to
3841 * elf32-arc.c: Remove TCB_SIZE preprocessor macro.
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Darc-reloc.def485 ( ME ( ( ( S + TCB_SIZE ) - TLS_REL ) ) ))
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Darc-reloc.def485 ( ME ( ( ( S + TCB_SIZE ) - TLS_REL ) ) ))
/netbsd/src/external/gpl3/binutils/dist/gold/
Daarch64.cc487 align_address(Target_aarch64<size, big_endian>::TCB_SIZE, in do_write()
2918 const static int TCB_SIZE = size / 8 * 2; member in __anon104791220111::Target_aarch64
3085 tcb_size() const { return This::TCB_SIZE; } in tcb_size()

12