/linux/drivers/crypto/intel/qat/qat_common/ |
H A 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
|
/linux/drivers/hid/ |
H A 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
|
/linux/samples/bpf/ |
H A 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
|
/linux/tools/include/linux/ |
H A D | filter.h | 152 #define BPF_LD_ABS(SIZE, IMM) \ argument 162 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 172 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 182 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 205 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 214 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 218 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
|
/linux/tools/testing/selftests/powerpc/mm/ |
H A D | prot_sao.c | 16 #define SIZE (64 * 1024) macro
|
H A D | hugetlb_vs_thp_test.c | 9 #define SIZE (16 * 1024 * 1024) macro
|
/linux/tools/testing/selftests/exec/ |
H A D | binfmt_script.py | 14 SIZE=256 variable
|
/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | strlen.c | 8 #define SIZE 256 macro
|
H A D | memcmp.c | 10 #define SIZE 256 macro
|
/linux/include/linux/ |
H A D | filter.h | 305 #define BPF_LD_ABS(SIZE, IMM) \ argument 315 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 325 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 335 #define BPF_LDX_MEMSX(SIZE, DST, SRC, OFF) \ argument 345 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 369 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 378 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 382 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 629 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument
|
H A D | seq_buf.h | 27 #define DECLARE_SEQ_BUF(NAME, SIZE) \ argument
|
H A D | cache.h | 166 #define CACHELINE_ASSERT_GROUP_SIZE(TYPE, GROUP, SIZE) \ argument
|
/linux/security/apparmor/include/ |
H A 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
|
/linux/lib/ |
H A D | test_hash.c | 142 #define SIZE 256 /* Run time is cubic in SIZE */ macro
|
/linux/tools/testing/selftests/mm/ |
H A D | madv_populate.c | 26 #define SIZE (2 * 1024 * 1024) macro
|
H A D | mlock2-tests.c | 103 #define SIZE global() macro
|
/linux/fs/jfs/ |
H A D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
|
/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-mac.c | 234 #define EMAC_RRD(RXQ, SIZE, IDX) ((RXQ)->rrd.v_addr + (SIZE * (IDX))) argument 235 #define EMAC_RFD(RXQ, SIZE, IDX) ((RXQ)->rfd.v_addr + (SIZE * (IDX))) argument 236 #define EMAC_TPD(TXQ, SIZE, IDX) ((TXQ)->tpd.v_addr + (SIZE * (IDX))) argument
|
/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.c | 49 #define SIZE(c) (BASE + 0x58 + ((c) * 0x40)) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 99 #define SIZE(n) ((n) << 12) macro
|
/linux/drivers/media/platform/amphion/ |
H A D | vpu_msgs.c | 353 const unsigned int SIZE = sizeof(u32); in vpu_core_run_msg_work() local
|
/linux/arch/s390/mm/ |
H A D | pgalloc.c | 272 #define BASE_ADDR_END_FUNC(NAME, SIZE) \ argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.h | 311 #define VMM_MAP_ITER(VMM,PT,PTEI,PTEN,MAP,FILL,BASE,SIZE,NEXT) do { \ argument
|
/linux/fs/coda/ |
H A D | upcall.c | 71 #define SIZE(tag) max_t(unsigned int, INSIZE(tag), OUTSIZE(tag)) macro
|
/linux/arch/mips/include/asm/mips-boards/ |
H A D | bonito64.h | 410 #define BONITO_PCIMEMBASECFGSIZE(WIN, SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PC… argument
|