Home
last modified time | relevance | path

Searched refs:_Pragma (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/tools/lib/bpf/
Dbpf_tracing.h570 #define PT_REGS_PARM1(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
571 #define PT_REGS_PARM2(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
572 #define PT_REGS_PARM3(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
573 #define PT_REGS_PARM4(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
574 #define PT_REGS_PARM5(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
575 #define PT_REGS_PARM6(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
576 #define PT_REGS_PARM7(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
577 #define PT_REGS_PARM8(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
578 #define PT_REGS_RET(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
579 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; })
[all …]
Dbpf_helpers.h38 _Pragma("GCC diagnostic push") \
39 _Pragma("GCC diagnostic ignored \"-Wignored-attributes\"") \
41 _Pragma("GCC diagnostic pop") \
250 _Pragma("GCC diagnostic push") \
251 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
253 _Pragma("GCC diagnostic pop") \
268 _Pragma("GCC diagnostic push") \
269 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
271 _Pragma("GCC diagnostic pop") \
299 _Pragma("GCC diagnostic push") \
[all …]
Dusdt.bpf.h242 _Pragma("GCC diagnostic push") \
243 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
245 _Pragma("GCC diagnostic pop") \
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_xsk.h18 #define loop_unrolled_for _Pragma("clang loop unroll_count(4)") for
20 #define loop_unrolled_for _Pragma("GCC unroll 4") for
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_xsk.h11 #define loop_unrolled_for _Pragma("clang loop unroll_count(8)") for
13 #define loop_unrolled_for _Pragma("GCC unroll 8") for
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_compiler.h5 #define DO_PRAGMA_(X) _Pragma(#X)
/linux-6.12.1/security/apparmor/include/
Dlib.h43 _Pragma("GCC diagnostic ignored \"-Wformat-zero-length\""); \
45 _Pragma("GCC diagnostic warning \"-Wformat-zero-length\""); \
/linux-6.12.1/include/linux/
Dcompiler-clang.h115 #define __diag(s) _Pragma(__diag_str(clang diagnostic s))
Dcompiler-gcc.h134 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s))
/linux-6.12.1/tools/sched_ext/include/scx/
Dcommon.bpf.h98 _Pragma("GCC diagnostic push") \
99 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
101 _Pragma("GCC diagnostic pop") \
/linux-6.12.1/lib/zstd/common/
Dcompiler.h114 # define DONT_VECTORIZE _Pragma("GCC optimize(\"no-tree-vectorize\")")
/linux-6.12.1/tools/net/sunrpc/xdrgen/
Dxdr_ast.py249 class _Pragma(_XdrAst): class
496 return _Pragma()