Home
last modified time | relevance | path

Searched refs:SIZE (Results 51 – 75 of 124) sorted by relevance

12345

/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock2-tests.c104 #define SIZE "Size:" macro
154 vma_size = get_value_for_name(addr, SIZE); in is_vma_lock_on_fault()
174 vma_size = get_value_for_name(addr, SIZE); in lock_check()
/openbmc/qemu/tests/qemu-iotests/
H A D25729 SIZE = 64 * 1024 * 1024 variable
295 drive0.img_create(iotests.imgfmt, SIZE)
398 ebitmap.dirty_bits(range(fail_bit, SIZE // GRANULARITY))
452 drive0.img_create(iotests.imgfmt, SIZE)
H A D190.out20 required size: SIZE
H A Dcommon.filter121 gsed -s 's/\("actual-size":\s*\)[0-9]\+/\1SIZE/g'
H A D109.out6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
57 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
108 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
159 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
210 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
261 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
311 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
361 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
411 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
461 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE
[all …]
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c353 const unsigned int SIZE = sizeof(u32); in vpu_core_run_msg_work() local
355 while (kfifo_len(&core->msg_fifo) >= SIZE) { in vpu_core_run_msg_work()
358 if (kfifo_out(&core->msg_fifo, &data, SIZE) == SIZE) in vpu_core_run_msg_work()
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass80 echo "DATA_SIZE=$SIZE" >> $ENV
123 local SIZE=$(stat --printf="%s" $INPUT)
137 SIZE=$(expr \( $SIZE + $align - 1 \) / $align \* $align)
143 HASH_OFFSET="--hash-offset="$SIZE
/openbmc/qemu/target/hexagon/
H A Ddecode.c76 #define DECODE_NEW_TABLE(TAG, SIZE, WHATNOT) \ argument
103 #define DECODE_NEW_TABLE_HELPER(TAG, SIZE, FN, START, WIDTH) \ argument
105 .size = SIZE, \
110 #define DECODE_NEW_TABLE(TAG, SIZE, WHATNOT) \ argument
111 DECODE_NEW_TABLE_HELPER(TAG, SIZE, WHATNOT)
172 #define DECODE_NEW_TABLE(TAG, SIZE, WHATNOT) /* NOTHING */ argument
596 #define DECODE_NEW_TABLE(TAG, SIZE, WHATNOT) /* NOTHING */ argument
/openbmc/qemu/hw/dma/
H A Dxlnx-zdma.c130 FIELD(ZDMA_CH_SRC_DSCR_WORD2, SIZE, 0, 30)
140 FIELD(ZDMA_CH_DST_DSCR_WORD2, SIZE, 0, 30)
401 SIZE); in zdma_write_dst()
405 SIZE); in zdma_write_dst()
439 SIZE, in zdma_write_dst()
456 src_size = FIELD_EX32(s->dsc_src.words[2], ZDMA_CH_SRC_DSCR_WORD2, SIZE); in zdma_process_descr()
483 SIZE); in zdma_process_descr()
H A Dxlnx_csu_dma.c41 REG32(SIZE, 0x4)
42 FIELD(SIZE, SIZE, 2, 27)
43 FIELD(SIZE, LAST_WORD, 0, 1) /* rw, only exists in SRC */
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead827d.c42 NVDEF(NV827D, HEAD_SET_CONTROL_CURSOR, SIZE, W64_H64)); in head827d_curs_clr()
61 NVVAL(NV827D, HEAD_SET_CONTROL_CURSOR, SIZE, asyh->curs.layout) | in head827d_curs_set()
H A Dhead917d.c91 NVVAL(NV917D, HEAD_SET_CONTROL_CURSOR, SIZE, asyh->curs.layout) | in head917d_curs_set()
/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef97 #define ISHIFTTYPES(TAGEND,SIZE,REGD,REGS,REGSTYPE,ACC,ACCSRC,SAT,SATOPT,ATTRS) \
98 Q6INSN(S2_asr_i_##TAGEND,#REGD "32" #ACC "=asr(" #REGS "32,#u" #SIZE ")" #SATOPT,ATTRIBS(ATTRS), \
102 Q6INSN(S2_lsr_i_##TAGEND,#REGD "32" #ACC "=lsr(" #REGS "32,#u" #SIZE ")" #SATOPT,ATTRIBS(ATTRS), \
114 #define ISHIFTTYPES_ONLY_ASL(TAGEND,SIZE,REGD,REGS,REGSTYPE,ACC,ACCSRC,SAT,SATOPT) \
115 Q6INSN(S2_asl_i_##TAGEND,#REGD "32" #ACC "=asl(" #REGS "32,#u" #SIZE ")" #SATOPT,ATTRIBS(), \
119 #define ISHIFTTYPES_ONLY_ASR(TAGEND,SIZE,REGD,REGS,REGSTYPE,ACC,ACCSRC,SAT,SATOPT) \
120 Q6INSN(S2_asr_i_##TAGEND,#REGD "32" #ACC "=asr(" #REGS "32,#u" #SIZE ")" #SATOPT,ATTRIBS(), \
125 #define ISHIFTTYPES_NOASR(TAGEND,SIZE,REGD,REGS,REGSTYPE,ACC,ACCSRC,SAT,SATOPT) \
126 Q6INSN(S2_lsr_i_##TAGEND,#REGD "32" #ACC "=lsr(" #REGS "32,#u" #SIZE ")" #SATOPT,ATTRIBS(), \
129 Q6INSN(S2_asl_i_##TAGEND,#REGD "32" #ACC "=asl(" #REGS "32,#u" #SIZE ")" #SATOPT,ATTRIBS(), \
[all …]
H A Dmacros.def1337 { DST = (size##SIZE##SIGN##_t)MEM_LOAD##SIZE(thread,EA,insn); },
1342 { memop##SIZE##_##FNTYPE(thread,EA,VALUE); },
1367 { DST = (size##SIZE##SIGN##_t)mem_load_locked(thread,EA,SIZE,insn); },
1372 { MEM_STORE##SIZE(thread,EA,SRC,insn); },
1378 { PRED = (mem_store_conditional(thread,EA,SRC,SIZE,insn) ? 0xff : 0); },
/openbmc/linux/tools/perf/trace/beauty/
H A Dstatx.c65 P_FLAG(SIZE); in syscall_arg__scnprintf_statx_mask()
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-ntb-function.rst87 | SIZE |
97 | DB ENTRY SIZE |
126 the SIZE register and the memory window index should be programmed
147 ADDRESS/SIZE:
175 DB ENTRY SIZE:
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default9 # -s SIZE : Max size (KB) before rotation (default:200KB, 0=off)
/openbmc/linux/arch/mips/include/asm/mips-boards/
H A Dbonito64.h410 #define BONITO_PCIMEMBASECFGSIZE(WIN, SIZE) (((~((SIZE)-1))>>(BONITO_PCIMEMBASECFG_ASHIFT-BONITO_PC… argument
/openbmc/linux/arch/xtensa/boot/dts/
H A Dvirt.dts58 // BUS_ADDRESS(3) CPU_PHYSICAL(1) SIZE(2)
/openbmc/qemu/hw/intc/
H A Dgicv3_internal.h274 FIELD(GITS_BASER, SIZE, 0, 8)
287 FIELD(GITS_CBASER, SIZE, 0, 8)
482 FIELD(DTE, SIZE, 1, 5)
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh613 local SIZE=$filesize
617 if [ $SIZE -eq 0 ]; then
621 SIZE=$(((RANDOM * RANDOM + MINSIZE) % MAXSIZE))
624 ksize=$((SIZE / 1024))
625 rem=$((SIZE - (ksize * 1024)))
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-pciback7 the format of DDDD:BB:DD.F-REG:SIZE:MASK will allow the guest
/openbmc/qemu/include/hw/misc/
H A Dxlnx-versal-xramc.h73 FIELD(XRAM_IMP, SIZE, 0, 4)
/openbmc/linux/arch/m68k/ifpsp060/
H A DCHANGES89 bit 22:21 = 10 (SIZE = word)
111 bit 22:21 = xx (SIZE; see MC68060 User's Manual)
/openbmc/qemu/target/ppc/
H A Dint_helper.c1691 #define ELEM_ADDR(VEC, IDX, SIZE) (&(VEC)->u8[IDX]) argument
1693 #define ELEM_ADDR(VEC, IDX, SIZE) (&(VEC)->u8[15 - (IDX)] - (SIZE) + 1) argument
1720 #define VEXTDVLX(NAME, SIZE) \ in VINSX() argument
1727 if (idx >= 0 && idx + SIZE <= sizeof(tmp)) { \ in VINSX()
1728 memcpy(&t->u8[ARRAY_SIZE(t->u8) / 2 - SIZE], (void *)tmp + idx, SIZE); \ in VINSX()
1732 env->nip, idx < 0 ? SIZE - idx : idx, 32 - SIZE); \ in VINSX()
1736 #define VEXTDVLX(NAME, SIZE) \
1743 if (idx >= 0 && idx + SIZE <= sizeof(tmp)) { \
1745 (void *)tmp + sizeof(tmp) - SIZE - idx, SIZE); \
1749 env->nip, idx < 0 ? SIZE - idx : idx, 32 - SIZE); \

12345