| /openbmc/u-boot/arch/arm/dts/ |
| H A D | k3-am654.dtsi | 43 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 D | cache.c | 72 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 D | cache.c | 60 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 D | err_field9.decode | 11 # 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 D | glmConfigVersion.cmake.in | 5 # 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 D | intel,x86-broadwell-pinctrl.txt | 14 - 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 D | adduser-add-M-option-for-useradd.patch | 6 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 D | cpu.c | 350 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.scss | 2 // Fluid layout container class sets 100%
|
| /openbmc/qemu/hw/gpio/ |
| H A D | aspeed_gpio.c | 299 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 D | McPhee-slideshow | 3 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 D | ptest-packagelists-meta-multimedia.inc | 2 # 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 D | ptest-packagelists-meta-filesystems.inc | 2 # 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 D | libmime-charset-perl_1.013.1.bb | 2 DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/ |
| H A D | add-with-bisonlocaledir.patch | 26 @@ -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 D | clocks.cfg | 23 * This sets CKO1 at ahb_clk_root/8 132/8 16.5 MHz
|
| /openbmc/qemu/target/riscv/ |
| H A D | XVentanaCondOps.decode | 17 # Argument sets
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/ |
| H A D | ipset_7.22.bb | 4 DESCRIPTION = "Administration tool for IP sets"
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxrender_0.9.12.bb | 7 drawn by loading glyphs into the server and rendering sets of them."
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/ |
| H A D | pass-options-to-AR.patch | 12 #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 D | 0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch | 6 OE sets up these paths correctly w.r.t. target sysroot
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | image_types_sparse.bbclass | 3 # This sets the granularity of the sparse image conversion. Chunk sizes will be
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | theme.md | 53 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 D | 0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch | 6 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 D | LICENSE-OASIS | 10 referencing additional sets of general entities and declaring
|