Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-roccat-common.h50 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument
56 SIZE, COMMAND); \
59 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument
65 SIZE, COMMAND); \
68 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument
69 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \
70 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE)
72 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \ argument
73 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \
76 .size = SIZE, \
[all …]
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_transport_access_macros.h94 #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) ((SIZE < ADF_RING_SIZE_4K) ? \ argument
101 ADF_RING_SIZE_4K : SIZE)
102 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument
103 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument
104 SIZE) & ~0x4)
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c6 #define SIZE 256 macro
16 for (offset = 0; offset < SIZE; offset++) { in test_one()
17 for (size = 0; size < (SIZE-offset); size++) { in test_one()
47 s1 = memalign(128, SIZE); in testcase()
53 s2 = memalign(128, SIZE); in testcase()
65 for (j = 0; j < SIZE; j++) in testcase()
68 memcpy(s2, s1, SIZE); in testcase()
71 change = random() % SIZE; in testcase()
83 for (j = 0; j < SIZE; j++) in testcase()
86 memcpy(s2, s1, SIZE); in testcase()
[all …]
/linux-4.1.27/tools/testing/selftests/powerpc/mm/
Dhugetlb_vs_thp_test.c8 #define SIZE (16 * 1024 * 1024) macro
17 p = mmap(addr, SIZE, PROT_READ | PROT_WRITE, in test_body()
27 if (munmap(addr, SIZE)) { in test_body()
33 p = mmap(addr, SIZE, PROT_READ | PROT_WRITE, in test_body()
56 munmap(addr, SIZE); in test_body()
/linux-4.1.27/arch/s390/net/
Dbpf_jit.S47 #define sk_load_common(NAME, SIZE, LOAD) \ argument
52 aghi %r3,SIZE; /* Offset + SIZE */ \
55 LOAD %r14,-SIZE(%r3,%r12); /* Get data from skb */ \
60 aghi %r3,-SIZE; /* Arg2 = offset */ \
62 lghi %r5,SIZE; /* Arg4 = size */ \
94 #define sk_negative_common(NAME, SIZE, LOAD) \ argument
100 lghi %r4,SIZE; /* Arg3 = size */ \
/linux-4.1.27/samples/bpf/
Dlibbpf.h106 #define BPF_LD_ABS(SIZE, IMM) \ argument
108 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \
116 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
118 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \
126 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
128 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \
136 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
138 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
/linux-4.1.27/include/linux/
Dfilter.h172 #define BPF_LD_ABS(SIZE, IMM) \ argument
174 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \
182 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument
184 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \
192 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
194 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \
202 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
204 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \
212 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
214 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
/linux-4.1.27/arch/x86/kernel/cpu/
Dmkcapflags.sh12 SIZE=$2
19 echo "const char * const $ARRAY[$SIZE] = {"
/linux-4.1.27/Documentation/sound/oss/
DCMI833092 (IO 0 (SIZE 8) (BASE 0x0530))
93 (IO 1 (SIZE 8) (BASE 0x0388))
103 (IO 0 (SIZE 2) (BASE 0x0330))
112 (IO 0 (SIZE 8) (BASE 0x0200))
120 (IO 0 (SIZE 16) (BASE 0x0220))
DVIBRA1641 (IO 0 (SIZE 16) (BASE 0x0220))
42 (IO 2 (SIZE 4) (BASE 0x0388))
50 (IO 0 (SIZE 1) (BASE 0x0200))
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_asm.S102 #define bpf_slow_path_common(SIZE) \ argument
113 li r6, SIZE; \
155 #define sk_negative_common(SIZE) \ argument
165 li r5, SIZE; \
/linux-4.1.27/arch/powerpc/include/asm/
Dsstep.h72 #define SIZE(n) ((n) << 8) macro
75 #define MKOP(t, f, s) ((t) | (f) | SIZE(s))
/linux-4.1.27/tools/perf/Documentation/
Djit-interface.txt10 START SIZE symbolname
12 START and SIZE are hex numbers without 0x.
/linux-4.1.27/fs/coda/
Dupcall.c70 #define SIZE(tag) max_t(unsigned int, INSIZE(tag), OUTSIZE(tag)) macro
80 insize = SIZE(root); in venus_rootfid()
98 insize = SIZE(getattr); in venus_getattr()
117 insize = SIZE(setattr); in venus_setattr()
166 insize = SIZE(release); in venus_close()
186 insize = SIZE(open_by_fd); in venus_open()
445 insize=SIZE(fsync); in venus_fsync()
462 insize = SIZE(access); in venus_access()
517 error = coda_upcall(coda_vcp(sb), SIZE(ioctl) + data->vi.in_size, in venus_pioctl()
/linux-4.1.27/fs/jfs/
Djfs_btree.h67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
77 MP = read_metapage((IP), BN, SIZE, 1);\
Djfs_xtree.c67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
Djfs_dtree.c127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
129 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
/linux-4.1.27/arch/x86/net/
Dbpf_jit.S109 #define sk_negative_common(SIZE) \ argument
114 mov $SIZE,%edx; /* size */ \
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.h144 #define XFS_DA_LOGRANGE(BASE, ADDR, SIZE) \ argument
146 (uint)(XFS_DA_LOGOFF(BASE, ADDR)+(SIZE)-1)
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-pciback7 the format of DDDD:BB:DD.F-REG:SIZE:MASK will allow the guest
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dhost-generic-pci.txt82 // CPU_PHYSICAL(2) SIZE(2)
85 // BUS_ADDRESS(3) CPU_PHYSICAL(2) SIZE(2)
/linux-4.1.27/arch/mips/include/asm/mips-boards/
Dbonito64.h410 #define BONITO_PCIMEMBASECFGSIZE(WIN, SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PC… argument
/linux-4.1.27/kernel/bpf/
Dcore.c526 #define LDST(SIZEOP, SIZE) \ in __bpf_prog_run() argument
528 *(SIZE *)(unsigned long) (DST + insn->off) = SRC; \ in __bpf_prog_run()
531 *(SIZE *)(unsigned long) (DST + insn->off) = IMM; \ in __bpf_prog_run()
534 DST = *(SIZE *)(unsigned long) (SRC + insn->off); \ in __bpf_prog_run()
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES89 bit 22:21 = 10 (SIZE = word)
111 bit 22:21 = xx (SIZE; see MC68060 User's Manual)
/linux-4.1.27/arch/arm/
DKconfig-nommu17 hex '(S)DRAM SIZE' if SET_MEM_PARAM
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc.h73 #define PWC_DEBUG_SIZE(fmt, args...) PWC_DEBUG(SIZE, fmt, ##args)
/linux-4.1.27/drivers/dma/
Dpch_dma.c351 channel_writel(pd_chan, SIZE, desc->regs.size); in pdc_dostart()
771 pd->ch_regs[i].size = channel_readl(pd_chan, SIZE); in pch_dma_save_regs()
794 channel_writel(pd_chan, SIZE, pd->ch_regs[i].size); in pch_dma_restore_regs()
/linux-4.1.27/drivers/net/wireless/
Dadm8211.h436 #define ADM8211_SRAM_SIZE ADM8211_SRAM(SIZE)
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt61 VIRTUAL ADDRESS PHYSICAL TRANSLATOR FLAGS SIZE OCCUPATION
191 VIRTUAL ADDRESS SIZE PURPOSE
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle360 char *buffer = kmalloc(SIZE);
/linux-4.1.27/kernel/
Dmodule.c87 #define MOD_NUMBER_OF_PAGES(BASE, SIZE) (((SIZE) > 0) ? \ argument
88 (PFN_DOWN((unsigned long)(BASE) + (SIZE) - 1) - \
/linux-4.1.27/scripts/
Dasn1_compiler.c276 _(SIZE),
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt420 SETTING THE DATA FILE SIZE
/linux-4.1.27/Documentation/sound/alsa/
DALSA-Configuration.txt2292 - add VENDOR DEVICE MASK SIZE BUFFERS
2297 SIZE is the size of each buffer to allocate. You can pass
/linux-4.1.27/Documentation/
DCodingStyle416 buffer = kmalloc(SIZE, GFP_KERNEL);