/gem5/src/arch/mips/linux/ |
H A D | aligned.hh | 41 typedef uint64_t uint64_ta __attribute__ ((aligned (8))) ; 42 typedef int64_t int64_ta __attribute__ ((aligned (8))) ; 43 typedef Addr Addr_a __attribute__ ((aligned (8))) ; 45 #define uint64_ta uint64_t __attribute__ ((aligned (8))) 46 #define int64_ta int64_t __attribute__ ((aligned (8))) 47 #define Addr_a Addr __attribute__ ((aligned (8)))
|
/gem5/ext/fputils/tests/ |
H A D | test_helper.h | 41 __attribute__((noreturn)); 44 __attribute__((format (printf, 1, 2), noreturn)); 47 __attribute__((format (printf, 1, 2))); 54 __attribute__((format (printf, 2, 3))); 57 __attribute__((format (printf, 2, 3)));
|
H A D | test_helper.c | 109 static void __attribute__((format (printf, 4, 5)))
|
/gem5/ext/nomali/tests/ |
H A D | test_helpers.h | 35 __attribute__((noreturn)); 38 __attribute__((format (printf, 1, 2), noreturn)); 41 __attribute__((format (printf, 1, 2))); 48 __attribute__((format (printf, 2, 3))); 51 __attribute__((format (printf, 2, 3)));
|
H A D | test_helpers.c | 99 static void __attribute__((format (printf, 4, 5)))
|
/gem5/src/base/ |
H A D | compiler.hh | 51 # define M5_ATTR_NORETURN __attribute__((noreturn)) 53 # define M5_VAR_USED __attribute__((unused)) 54 # define M5_ATTR_PACKED __attribute__ ((__packed__)) 55 # define M5_NO_INLINE __attribute__ ((__noinline__)) 56 # define M5_DEPRECATED __attribute__((deprecated)) 57 # define M5_DEPRECATED_MSG(MSG) __attribute__((deprecated(MSG))) 59 # define M5_PUBLIC __attribute__ ((visibility ("default"))) 60 # define M5_LOCAL __attribute__ ((visibility ("hidden")))
|
H A D | inet.hh | 468 } __attribute__((packed)); 479 } __attribute__((packed));
|
H A D | statistics.hh | 665 char storage[sizeof(Storage)] __attribute__ ((aligned (8))); 1858 char storage[sizeof(Storage)] __attribute__ ((aligned (8)));
|
/gem5/ext/dnet/ |
H A D | ip6.h | 28 # define __attribute__(x) macro 47 } __attribute__((__packed__)); 86 } __attribute__((__packed__)); 94 } __attribute__((__packed__)); 102 } __attribute__((__packed__)); 149 } __attribute__((__packed__));
|
H A D | ip.h | 28 # define __attribute__(x) macro 284 } __attribute__((__packed__)); 301 } __attribute__((__packed__)); 316 } __attribute__((__packed__)); 330 } __attribute__((__packed__)); 350 } __attribute__((__packed__));
|
H A D | tcp.h | 20 # define __attribute__(x) macro 140 } __attribute__((__packed__));
|
H A D | arp.h | 19 # define __attribute__(x) macro
|
H A D | icmp.h | 19 # define __attribute__(x) macro
|
/gem5/ext/libfdt/ |
H A D | libfdt_env.h | 39 #define __force __attribute__((force)) 40 #define __bitwise __attribute__((bitwise))
|
/gem5/src/systemc/tests/systemc/bugs/stack_alignment/ |
H A D | stack_alignment.cpp | 75 Type Name[Size] __attribute__((aligned(Align)))
|
/gem5/ext/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 857 # define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused)) 860 # define GTEST_ATTRIBUTE_UNUSED_ __attribute__ ((unused)) 884 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result)) 930 # define GTEST_API_ __attribute__((visibility ("default"))) 939 # define GTEST_NO_INLINE_ __attribute__((noinline)) 956 __attribute__((no_sanitize_memory)) 968 __attribute__((no_sanitize_address)) 980 __attribute__((no_sanitize_thread))
|
/gem5/src/arch/arm/linux/ |
H A D | linux.hh | 223 int64_t __attribute__ ((aligned (8))) st_size; 225 uint64_t __attribute__ ((aligned (8))) st_blocks;
|
/gem5/ext/nomali/lib/ |
H A D | nomali_api.cc | 27 #define EXPORT __attribute__ ((visibility ("default")))
|
/gem5/tests/test-progs/asmtest/src/riscv/env/v/ |
H A D | vm.c | 73 pte_t pt[NPT][PTES_PER_PT] __attribute__((aligned(PGSIZE)));
|
/gem5/src/arch/x86/linux/ |
H A D | linux.hh | 234 } __attribute__((__packed__)) tgt_stat64;
|
/gem5/src/sim/ |
H A D | init.cc | 250 const char * __attribute__((weak)) m5MainCommands[] = {
|
/gem5/ext/pybind11/include/pybind11/detail/ |
H A D | common.h | 24 # define PYBIND11_NAMESPACE pybind11 __attribute__((visibility("hidden"))) 79 # define PYBIND11_EXPORT __attribute__ ((visibility("default"))) 86 # define PYBIND11_NOINLINE __attribute__ ((noinline)) 92 # define PYBIND11_DEPRECATED(reason) __attribute__((deprecated(reason)))
|
/gem5/ext/systemc/src/sysc/kernel/ |
H A D | sc_thread_process.cpp | 88 __attribute__((force_align_arg_pointer))
|
/gem5/src/gpu-compute/ |
H A D | compute_unit.hh | 397 sendToLds(GPUDynInstPtr gpuDynInst) __attribute__((warn_unused_result));
|
/gem5/ext/pybind11/tests/ |
H A D | test_numpy_dtypes.cpp | 14 #define PYBIND11_PACKED(cls) cls __attribute__((__packed__))
|