Searched refs:fill (Results 1 – 9 of 9) sorted by relevance
/tools/testing/selftests/sgx/ |
D | test_encl_bootstrap.S | 13 .fill 1, 8, 0 # STATE (set by CPU) 14 .fill 1, 8, 0 # FLAGS 16 .fill 1, 4, 0 # CSSA (set by CPU) 17 .fill 1, 4, 1 # NSSA 19 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME) 20 .fill 1, 8, 0 # OFSBASE 21 .fill 1, 8, 0 # OGSBASE 22 .fill 1, 4, 0xFFFFFFFF # FSLIMIT 23 .fill 1, 4, 0xFFFFFFFF # GSLIMIT 24 .fill 4024, 1, 0 # Reserved [all …]
|
/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 19 void *fill) in do_one() argument 30 memcpy(srcp, fill, len); in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local 72 fill = malloc(BUFLEN); in test_copy_loop() 74 if (!src || !dst || !redzone || !fill) { in test_copy_loop() 83 fill[i] = i & 0xff; in test_copy_loop() 89 redzone, fill); in test_copy_loop()
|
/tools/testing/selftests/exec/ |
D | binfmt_script | 44 fill="A", arg="", newline="\n", hashbang="#!"): argument 55 middle += fill * (NAME_MAX - 1) 58 middle += fill * remaining 118 fill=" ", target="") 123 fill="", target="", newline="") 125 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", 129 root="", fill=" ", target="")
|
/tools/lib/bpf/ |
D | xsk.h | 114 static inline __u64 *xsk_ring_prod__fill_addr(struct xsk_ring_prod *fill, in xsk_ring_prod__fill_addr() argument 117 __u64 *addrs = (__u64 *)fill->ring; in xsk_ring_prod__fill_addr() 119 return &addrs[idx & fill->mask]; in xsk_ring_prod__fill_addr() 285 struct xsk_ring_prod *fill, 290 struct xsk_ring_prod *fill, 295 struct xsk_ring_prod *fill, 310 struct xsk_ring_prod *fill,
|
D | xsk.c | 68 struct xsk_ring_prod *fill; member 225 struct xsk_ring_prod *fill, in xsk_create_umem_rings() argument 254 fill->mask = umem->config.fill_size - 1; in xsk_create_umem_rings() 255 fill->size = umem->config.fill_size; in xsk_create_umem_rings() 256 fill->producer = map + off.fr.producer; in xsk_create_umem_rings() 257 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings() 258 fill->flags = map + off.fr.flags; in xsk_create_umem_rings() 259 fill->ring = map + off.fr.desc; in xsk_create_umem_rings() 260 fill->cached_cons = umem->config.fill_size; in xsk_create_umem_rings() 285 __u64 size, struct xsk_ring_prod *fill, in xsk_umem__create_v0_0_4() argument [all …]
|
/tools/edid/ |
D | edid.S | 178 .fill 7,2,0x0101 /* Unused */ 250 .fill 12-(end1-start1), 1, 0x20 /* Padded spaces */ 265 .fill 12-(end2-start2), 1, 0x20 /* Padded spaces */ 272 .fill 12-(end3-start3), 1, 0x20 /* Padded spaces */
|
/tools/virtio/asm/ |
D | barrier.h | 30 #error Please fill in barrier macros
|
/tools/vm/ |
D | slabinfo-gnuplot.sh | 90 set style fill solid 0.15
|
/tools/power/pm-graph/ |
D | README | 157 subsystem dependent calls to better fill out the timeline. 431 The tool uses an array of function names to fill out empty spaces in the 434 in the timeline to show you where the time is going. These calls should fill
|