Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/openbmc/u-boot/arch/arm/dts/
H A Dk3-am654.dtsi43 i-cache-sets = <256>;
46 d-cache-sets = <128>;
57 i-cache-sets = <256>;
60 d-cache-sets = <128>;
71 i-cache-sets = <256>;
74 d-cache-sets = <128>;
85 i-cache-sets = <256>;
88 d-cache-sets = <128>;
98 cache-sets = <512>;
107 cache-sets = <512>;
/openbmc/qemu/contrib/plugins/
H A Dcache.c72 CacheSet *sets; member
145 cache->sets[i].lru_priorities = g_new0(uint64_t, cache->assoc); in lru_priorities_init()
146 cache->sets[i].lru_gen_counter = 0; in lru_priorities_init()
152 CacheSet *set = &cache->sets[set_idx]; in lru_update_blk()
153 set->lru_priorities[blk_idx] = cache->sets[set_idx].lru_gen_counter; in lru_update_blk()
161 min_priority = cache->sets[set_idx].lru_priorities[0]; in lru_get_lru_block()
165 if (cache->sets[set_idx].lru_priorities[i] < min_priority) { in lru_get_lru_block()
166 min_priority = cache->sets[set_idx].lru_priorities[i]; in lru_get_lru_block()
178 g_free(cache->sets[i].lru_priorities); in lru_priorities_destroy()
198 cache->sets[i].fifo_queue = g_queue_new(); in fifo_init()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c60 u32 sets; member
68 cache->sets = (cache_size_id & MASK_NUM_SETS) >> NUM_SETS_SHIFT; in get_cache_ways_sets()
185 debug("cache: ways= %d, sets= %d\n", cache.ways + 1, cache.sets + 1); in action_dcache_all()
186 for (i = cache.sets; i >= 0; i--) { in action_dcache_all()
/openbmc/qemu/tests/decode/
H A Derr_field9.decode11 # Format defines 'c' and sets 'b' to an indirect ref to 'a'
13 # Pattern defines 'a' and sets 'd' to an indirect ref to 'c'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A DglmConfigVersion.cmake.in5 # The created file sets PACKAGE_VERSION_EXACT if the current version string and
6 # the requested version string are exactly the same and it sets
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dintel,x86-broadwell-pinctrl.txt14 - output-value - sets the default output value of the GPIO, 0 (low, default)
16 - direction - sets the direction of the gpio, either PIN_INPUT (default)
19 - trigger - sets the trigger type, either TRIGGER_EDGE (default) or
22 - owner 0 sets the owner of the pin, either OWNER_ACPI (default) or
24 - route - sets whether the pin is routed, either PIRQ_APIC_MASK or
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/
H A Dadduser-add-M-option-for-useradd.patch6 The useradd (from package passwd) in debian based system sets -M (--no-create-home) by default,
7 but the one we are using (from package shadow) sets -m (--create-home) by default, so we
/openbmc/qemu/target/i386/
H A Dcpu.c350 cache->partitions * cache->sets); in encode_cache_cpuid4()
368 assert(cache->associativity < cache->sets); in encode_cache_cpuid4()
373 assert(cache->sets > 0); in encode_cache_cpuid4()
374 *ecx = cache->sets - 1; in encode_cache_cpuid4()
559 cache->partitions * cache->sets); in encode_cache_cpuid8000001d()
570 assert(cache->associativity < cache->sets); in encode_cache_cpuid8000001d()
575 assert(cache->sets > 0); in encode_cache_cpuid8000001d()
576 *ecx = cache->sets - 1; in encode_cache_cpuid8000001d()
652 .sets = 512,
665 .sets = 512,
[all …]
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_bootstrap-grid.scss2 // Fluid layout container class sets 100%
/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c299 return nested_struct_index(AspeedGPIOState, s, sets, GPIOSets, regs); in aspeed_gpio_set_idx()
358 reg_val = s->sets[set_idx].data_value; in aspeed_gpio_get_pin_level()
366 uint32_t value = s->sets[set_idx].data_value; in aspeed_gpio_set_pin_level()
375 aspeed_gpio_update(s, &s->sets[set_idx], value, in aspeed_gpio_set_pin_level()
376 ~s->sets[set_idx].direction); in aspeed_gpio_set_pin_level()
608 set = &s->sets[reg->set_idx]; in aspeed_gpio_read()
678 set = &s->sets[set_idx]; in aspeed_gpio_write_index_mode()
845 set = &s->sets[reg->set_idx]; in aspeed_gpio_write()
1021 set = &s->sets[set_idx]; in aspeed_gpio_2700_read_control_reg()
1069 set = &s->sets[set_idx]; in aspeed_gpio_2700_write_control_reg()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMcPhee-slideshow3 to copy it in whole or in part for use in other macro sets, with the
/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/
H A Dptest-packagelists-meta-multimedia.inc2 # Lists of the ptest in meta-multimedia, sorted into two sets by the time they take
/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/
H A Dptest-packagelists-meta-filesystems.inc2 # Lists of the ptest in meta-filesystems, sorted into two sets by the time they take
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/
H A Dlibmime-charset-perl_1.013.1.bb2 DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \
/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/
H A Dadd-with-bisonlocaledir.patch26 @@ -16,11 +16,16 @@ dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files
32 + [ --with-bisonlocaledir sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo…
/openbmc/u-boot/board/advantech/dms-ba16/
H A Dclocks.cfg23 * This sets CKO1 at ahb_clk_root/8 132/8 16.5 MHz
/openbmc/qemu/target/riscv/
H A DXVentanaCondOps.decode17 # Argument sets
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/
H A Dipset_7.22.bb4 DESCRIPTION = "Administration tool for IP sets"
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxrender_0.9.12.bb7 drawn by loading glyphs into the server and rendering sets of them."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/
H A Dpass-options-to-AR.patch12 #NB: don't override $(MAKE); gnumake sets it well, propagating -j etc.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch6 OE sets up these paths correctly w.r.t. target sysroot
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_sparse.bbclass3 # This sets the granularity of the sparse image conversion. Chunk sizes will be
/openbmc/webui-vue/docs/customization/
H A Dtheme.md53 This variable sets the base CSS transition style throughout the application.
59 This variable sets the transition when showing and hiding elements.
65 This variable sets the CSS transitions throughout the application when expanding
109 This option sets the background of page containers. Changing the value of this
175 dark. Bootstrap sets a default gray color value for each color variable from
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/
H A D0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch6 nothing sets this to 0, but for some reason it gets undef'd
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A DLICENSE-OASIS10 referencing additional sets of general entities and declaring

12345678910>>...14