| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| D | adf_transport_access_macros.h | 35 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 36 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 37 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 38 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 41 #define ADF_RING_SIZE_BYTES_MIN(SIZE) \ argument 44 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 45 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument
|
| /kernel/linux/linux-5.10/arch/mips/net/ |
| D | bpf_jit_asm.S | 53 #define is_offset_in_header(SIZE, TYPE) \ argument 140 #define DS_OFFSET(SIZE) (4 * SZREG) argument 142 #define DS_OFFSET(SIZE) ((4 * SZREG) + (4 - SIZE)) argument 144 #define bpf_slow_path_common(SIZE) \ argument 244 #define bpf_negative_common(SIZE) \ argument
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-roccat-common.h | 47 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument 56 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument 65 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument 69 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \ argument 78 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_R(thingy, COMMAND, SIZE) \ argument 86 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_W(thingy, COMMAND, SIZE) \ argument
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-roccat-common.h | 47 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument 56 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument 65 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument 69 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \ argument 78 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_R(thingy, COMMAND, SIZE) \ argument 86 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_W(thingy, COMMAND, SIZE) \ argument
|
| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
| D | adf_transport_access_macros.h | 52 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 53 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 54 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 55 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 58 #define ADF_RING_SIZE_BYTES_MIN(SIZE) \ argument 61 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 62 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | bpf_insn.h | 109 #define BPF_LD_ABS(SIZE, IMM) \ argument 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 161 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 165 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | filter.h | 134 #define BPF_LD_ABS(SIZE, IMM) \ argument 144 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 154 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 164 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 196 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 200 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | bpf_insn.h | 109 #define BPF_LD_ABS(SIZE, IMM) \ argument 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 139 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 149 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | filter.h | 134 #define BPF_LD_ABS(SIZE, IMM) \ argument 144 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 154 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 164 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 174 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 184 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
| /kernel/linux/linux-5.10/arch/powerpc/net/ |
| D | bpf_jit_asm.S | 99 #define bpf_slow_path_common(SIZE) \ argument 152 #define sk_negative_common(SIZE) \ argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
| D | prot_sao.c | 16 #define SIZE (64 * 1024) macro
|
| D | hugetlb_vs_thp_test.c | 9 #define SIZE (16 * 1024 * 1024) macro
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
| D | prot_sao.c | 16 #define SIZE (64 * 1024) macro
|
| D | hugetlb_vs_thp_test.c | 9 #define SIZE (16 * 1024 * 1024) macro
|
| /kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
| D | binfmt_script | 14 SIZE=256 variable
|
| /kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
| D | binfmt_script.py | 14 SIZE=256 variable
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
| D | strlen.c | 8 #define SIZE 256 macro
|
| D | memcmp.c | 10 #define SIZE 256 macro
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/stringloops/ |
| D | strlen.c | 8 #define SIZE 256 macro
|
| D | memcmp.c | 10 #define SIZE 256 macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | seq_buf.h | 24 #define DECLARE_SEQ_BUF(NAME, SIZE) \ argument
|
| D | filter.h | 238 #define BPF_LD_ABS(SIZE, IMM) \ argument 248 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 258 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 268 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 292 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 301 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 305 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 542 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_hash.c | 141 #define SIZE 256 /* Run time is cubic in SIZE */ macro
|
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| D | label.h | 51 #define vec_last(VEC, SIZE) ((VEC)[(SIZE) - 1]) argument 52 #define vec_ns(VEC, SIZE) (vec_last((VEC), (SIZE))->ns) argument 53 #define vec_labelset(VEC, SIZE) (&vec_ns((VEC), (SIZE))->labels) argument
|
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| D | label.h | 51 #define vec_last(VEC, SIZE) ((VEC)[(SIZE) - 1]) argument 52 #define vec_ns(VEC, SIZE) (vec_last((VEC), (SIZE))->ns) argument 53 #define vec_labelset(VEC, SIZE) (&vec_ns((VEC), (SIZE))->labels) argument
|