/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_execbuffer.c | 288 #define exec_entry(EB, VMA) (&(EB)->exec[(VMA)->exec_flags - (EB)->flags]) 290 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb) 292 return intel_engine_requires_cmd_parser(eb->engine) || 293 (intel_engine_using_cmd_parser(eb->engine) && 294 eb->args->batch_len); 297 static int eb_create(struct i915_execbuffer *eb) 299 if (!(eb->args->flags & I915_EXEC_HANDLE_LUT)) { 300 unsigned int size = 1 + ilog2(eb->buffer_count) 2607 struct i915_execbuffer eb; local in function:i915_gem_do_execbuffer [all...] |
/src/share/mk/ |
bsd.endian.mk | 11 (!empty(MACHINE_ARCH:Mearm*) && empty(MACHINE_ARCH:Mearm*eb)) || \ 29 ${MACHINE_ARCH:C/^.*eb$/eb/} == "eb"
|
/src/sys/dev/usb/ |
emdtv_board.c | 81 const struct emdtv_board *eb; local in function:emdtv_board_lookup 85 eb = &emdtv_boards[i]; 86 if (vendor == eb->eb_vendor && product == eb->eb_product) 87 return eb;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
intel-ixp42x-arcom-vulcan.dts | 55 intel,ixp4xx-eb-t3 = <3>; 56 intel,ixp4xx-eb-byte-access-on-halfword = <1>; 57 intel,ixp4xx-eb-write-enable = <1>; 71 intel,ixp4xx-eb-t3 = <1>; 72 intel,ixp4xx-eb-t4 = <2>; 73 intel,ixp4xx-eb-ahb-split-transfers = <1>; 74 intel,ixp4xx-eb-write-enable = <1>; 75 intel,ixp4xx-eb-byte-access = <1>; 90 intel,ixp4xx-eb-t3 = <3>; 91 intel,ixp4xx-eb-cycle-type = <1>; /* Motorola cycles * [all...] |
intel-ixp42x-gateworks-gw2348.dts | 72 intel,ixp4xx-eb-write-enable = <1>; 89 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase 90 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase 91 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase 92 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase 93 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase 94 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type 95 intel,ixp4xx-eb-byte-access-on-halfword = <1>; 96 intel,ixp4xx-eb-mux-address-and-data = <0>; 97 intel,ixp4xx-eb-ahb-split-transfers = <0> [all...] |
intel-ixp43x-gateworks-gw2358.dts | 85 intel,ixp4xx-eb-write-enable = <1>; 105 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase 106 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase 107 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase 108 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase 109 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase 110 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type 111 intel,ixp4xx-eb-byte-access-on-halfword = <1>; 112 intel,ixp4xx-eb-mux-address-and-data = <0>; 113 intel,ixp4xx-eb-ahb-split-transfers = <0> [all...] |
intel-ixp42x-ixdp425.dts | 29 intel,ixp4xx-eb-write-enable = <1>;
|
intel-ixp43x-kixrp435.dts | 25 intel,ixp4xx-eb-write-enable = <1>;
|
/src/sys/modules/dtrace/lockstat/ |
Makefile | 15 ARMV:= ${MACHINE_ARCH:S/earmv//:S/eb//:S/hf//} 17 ARMV:= ${MACHINE_ARCH:S/armv//:S/eb//:S/hf//}
|
/src/compat/mips64/n32/ |
bsd.n32.mk | 3 .if !empty(MACHINE_ARCH:M*eb)
|
/src/compat/mips64/64/ |
bsd.64.mk | 3 .if !empty(MACHINE_ARCH:M*eb)
|
/src/sbin/gpt/ |
main.c | 116 char *eb; local in function:get_tstamp 131 l = strtoll(b, &eb, 0); 132 if (b == eb || *eb || errno)
|
/src/compat/mips64/o32/ |
bsd.o32.mk | 3 .if !empty(MACHINE_ARCH:M*eb)
|
/src/sys/arch/amiga/stand/binpatch/ |
binpatch.c | 406 char *eb = strchr(symbol, ']'); local in function:FindOffset 412 if (eb && (eb > sb)) { 413 if ((eb - symbol) == (sz - 1)) { 426 *eb = '\0';
|
/src/sbin/newfs_msdos/ |
newfs_msdos.c | 66 char *eb; local in function:get_tstamp 81 l = strtoll(b, &eb, 0); 82 if (b == eb || *eb || errno)
|
/src/sys/ufs/chfs/ |
chfs_gc.c | 424 struct chfs_eraseblock *eb; local in function:chfs_gcollect_pass 523 eb = chmp->chm_gcblock; 525 if (!eb) { 526 eb = find_gc_block(chmp); 529 if (!eb) { 530 dbg_gc("!eb\n"); 539 if (!eb->used_size) { 540 dbg_gc("!eb->used_size\n"); 545 nref = eb->gc_node; 546 gcblock_dirty = eb->dirty_size [all...] |
chfs_nodeops.c | 346 struct chfs_eraseblock *eb, *tmpeb; local in function:chfs_mark_node_obsolete 348 TAILQ_FOREACH_SAFE(eb, &chmp->chm_free_queue, queue, tmpeb) { 349 if (eb == cheb) { 356 TAILQ_FOREACH_SAFE(eb, &chmp->chm_dirty_queue, queue, tmpeb) { 357 if (eb == cheb) { 365 TAILQ_FOREACH_SAFE(eb, &chmp->chm_very_dirty_queue, queue, tmpeb) { 366 if (eb == cheb) { 374 TAILQ_FOREACH_SAFE(eb, &chmp->chm_clean_queue, queue, tmpeb) { 375 if (eb == cheb) {
|
/src/distrib/evbarm/instkernel/sshramdisk/ |
Makefile | 21 .if empty(MACHINE_ARCH:M*eb)
|
/src/compat/arm/eabihf/ |
bsd.eabihf.mk | 22 .elif !empty(MACHINE_ARCH:M*eb)
|
/src/sys/dev/podulebus/ |
if_eb.c | 79 CFATTACH_DECL_NEW(eb, sizeof(struct eb_softc),
|
/src/distrib/evbarm/instkernel/ramdisk/ |
Makefile | 19 .if empty(MACHINE_ARCH:M*eb)
|
/src/usr.bin/nbperf/ |
graph2.c | 86 *eb = &sorting_graph->edges[*b]; 88 if (ea->vertices[i] < eb->vertices[i]) 90 if (ea->vertices[i] > eb->vertices[i])
|
/src/sys/arch/m68k/m68k/ |
db_disasm.h | 416 #define BITFIELD_MASK(sb,eb) (((1 << ((sb) + 1))-1) & (~((1 << (eb))-1))) 417 #define BITFIELD(val,sb,eb) ((BITFIELD_MASK(sb,eb) & (val)) >> (eb))
|
/src/distrib/amiga/stand/ |
device-streams.README.md | 38 | partition: "DH0" sb: 3024 eb: 2099663 totb: 2096640 40 | partition: "DH1" sb: 2099664 eb: 23070095 totb: 20970432
|
/src/usr.sbin/makefs/ |
makefs.c | 478 char *eb; local in function:get_tstamp 490 l = strtoll(b, &eb, 0); 491 if (b == eb || *eb || errno)
|