/linux/include/linux/ |
H A D | stddef.h | 16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) argument 24 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument 32 #define offsetofend(TYPE, MEMBER) \ argument 93 #define DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument 107 #define TRAILING_OVERLAP(TYPE, NAME, FAM, MEMBERS) \ argument
|
H A D | filter.h | 148 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 287 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 295 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument 629 #define bpf_ctx_range(TYPE, MEMBER) \ argument 631 #define bpf_ctx_range_till(TYPE, MEMBER1, MEMBER2) \ argument 634 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument 637 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument 641 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument
|
/linux/arch/sparc/include/asm/ |
H A D | asm.h | 10 #define BRANCH32(TYPE, PREDICT, DEST) \ argument 12 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \ argument 23 #define BRANCH32(TYPE, PREDICT, DEST) \ argument 25 #define BRANCH32_ANNUL(TYPE, PREDICT, DEST) \ argument
|
/linux/lib/crc/mips/ |
H A D | crc32.h | 16 #define _ASM_SET_CRC(OP, SZ, TYPE) \ argument 25 #define _ASM_UNSET_CRC(op, SZ, TYPE) ".purgem " #op "\n\t" argument 27 #define _ASM_SET_CRC(op, SZ, TYPE) ".set\tcrc\n\t" argument 28 #define _ASM_UNSET_CRC(op, SZ, TYPE) argument 31 #define __CRC32(crc, value, op, SZ, TYPE) \ argument
|
/linux/arch/powerpc/lib/ |
H A D | feature-fixups-test.S | 227 #define MAKE_MACRO_TEST(TYPE) \ argument 499 #define MAKE_MACRO_TEST_EXPECTED(TYPE) \ argument
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_pkt_md_access.c | 11 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument 19 #define TEST_FIELD(TYPE, FIELD, MASK) \ argument
|
H A D | verifier_sock.c | 8 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument 9 #define offsetofend(TYPE, MEMBER) \ argument
|
H A D | test_select_reuseport_kern.c | 19 offsetof(TYPE,MEMBER) global() argument
|
H A D | verifier_ctx.c | 8 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
|
/linux/tools/testing/selftests/kvm/ |
H A D | guest_print_test.c | 41 #define TYPE(fn, ext, fmt_t, T) TYPE_##ext, macro 64 #define TYPE(fn, ext, fmt_t, T) \ macro 73 #define TYPE(fn, ext, fmt_t, T) \ in guest_code() macro
|
/linux/fs/jfs/ |
H A D | jfs_btree.h | 50 #define BT_PAGE(IP, MP, TYPE, ROOT)\ argument 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
|
/linux/tools/include/nolibc/ |
H A D | stddef.h | 21 #define offsetof(TYPE, FIELD) ((size_t) &((TYPE *)0)->FIELD) argument
|
/linux/tools/include/linux/ |
H A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 134 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 142 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument
|
/linux/tools/include/uapi/linux/ |
H A D | stddef.h | 49 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument
|
/linux/include/acpi/platform/ |
H A D | acgcc.h | 69 #define ACPI_FLEX_ARRAY(TYPE, NAME) \ argument
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 5 .. |TYPE| replace:: ``TYPE`` substdef
|
/linux/arch/riscv/include/asm/ |
H A D | vector.h | 25 #define __riscv_v_vstate_or(_val, TYPE) ({ \ argument 34 #define __riscv_v_vstate_check(_val, TYPE) ({ \ argument
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_debugfs.c | 133 #define DEFINE_SRIOV_GT_POLICY_DEBUGFS_ATTRIBUTE(POLICY, TYPE, FORMAT) \ argument 196 #define DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(CONFIG, TYPE, FORMAT) \ argument
|
/linux/drivers/md/dm-vdo/ |
H A D | memory-alloc.h | 70 #define vdo_allocate(COUNT, TYPE, WHAT, PTR) \ argument
|
/linux/arch/x86/kernel/fpu/ |
H A D | init.c | 146 #define CHECK_MEMBER_AT_END_OF(TYPE, MEMBER) \ argument
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 212 #define CVMX_BUILD_WRITE64(TYPE, ST) \ argument 226 #define CVMX_BUILD_READ64(TYPE, LT) \ argument
|
/linux/tools/testing/selftests/ublk/ |
H A D | utils.h | 14 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) argument
|
/linux/tools/lib/bpf/ |
H A D | libbpf_common.h | 64 #define LIBBPF_OPTS(TYPE, NAME, ...) \ argument
|
/linux/tools/usb/usbip/libsrc/ |
H A D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/linux/arch/alpha/include/asm/ |
H A D | pal.h | 18 #define __CALL_PAL_R0(NAME, TYPE) \ argument
|