/linux-4.4.14/drivers/hid/ |
D | hid-roccat-common.h | 50 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument 59 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument 68 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument 72 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \ argument 81 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_R(thingy, COMMAND, SIZE) \ argument 89 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_W(thingy, COMMAND, SIZE) \ argument
|
/linux-4.4.14/arch/mips/net/ |
D | bpf_jit_asm.S | 52 #define is_offset_in_header(SIZE, TYPE) \ argument 142 #define bpf_slow_path_common(SIZE) \ argument 242 #define bpf_negative_common(SIZE) \ argument
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_transport_access_macros.h | 94 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 95 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 96 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 97 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 100 #define ADF_RING_SIZE_BYTES_MIN(SIZE) \ argument 103 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 104 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit.S | 47 #define sk_load_common(NAME, SIZE, LOAD) \ argument 94 #define sk_negative_common(NAME, SIZE, LOAD) \ argument
|
/linux-4.4.14/tools/include/linux/ |
D | filter.h | 133 #define BPF_LD_ABS(SIZE, IMM) \ argument 143 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 153 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 163 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 173 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
/linux-4.4.14/samples/bpf/ |
D | libbpf.h | 117 #define BPF_LD_ABS(SIZE, IMM) \ argument 127 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 137 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 147 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
D | tracex2_user.c | 35 #define SIZE sizeof(struct task) macro
|
/linux-4.4.14/arch/powerpc/net/ |
D | bpf_jit_asm.S | 102 #define bpf_slow_path_common(SIZE) \ argument 155 #define sk_negative_common(SIZE) \ argument
|
/linux-4.4.14/include/linux/ |
D | filter.h | 174 #define BPF_LD_ABS(SIZE, IMM) \ argument 184 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 194 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 204 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 214 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 224 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
/linux-4.4.14/tools/testing/selftests/powerpc/mm/ |
D | hugetlb_vs_thp_test.c | 8 #define SIZE (16 * 1024 * 1024) macro
|
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 6 #define SIZE 256 macro
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit.S | 108 #define sk_negative_common(SIZE) \ argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sstep.h | 72 #define SIZE(n) ((n) << 8) macro
|
/linux-4.4.14/fs/jfs/ |
D | jfs_btree.h | 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
|
D | jfs_xtree.c | 67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
|
D | jfs_dtree.c | 127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-omnitek.c | 61 #define SIZE(c) (BASE + 0x58 + ((c) * 0x40)) macro
|
/linux-4.4.14/kernel/bpf/ |
D | core.c | 565 #define LDST(SIZEOP, SIZE) \ in __bpf_prog_run() argument
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 216 #define SIZE "Size:" macro
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 144 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ argument
|
/linux-4.4.14/fs/coda/ |
D | upcall.c | 70 #define SIZE(tag) max_t(unsigned int, INSIZE(tag), OUTSIZE(tag)) macro
|
/linux-4.4.14/arch/mips/include/asm/mips-boards/ |
D | bonito64.h | 410 #define BONITO_PCIMEMBASECFGSIZE(WIN, SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PC… argument
|
/linux-4.4.14/kernel/ |
D | module.c | 87 #define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ? \ argument
|