Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 138) sorted by relevance

123456

/openbmc/linux/arch/arm64/kernel/
H A Dcacheinfo.c43 unsigned int ctype, level, leaves; in detect_cache_level() local
45 for (level = 1, leaves = 0; level <= MAX_CACHE_LEVEL; level++) { in detect_cache_level()
52 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in detect_cache_level()
56 *leaves_p = leaves; in detect_cache_level()
70 unsigned int level, leaves; in init_cache_level() local
74 detect_cache_level(&level, &leaves); in init_cache_level()
90 leaves += (fw_level - level); in init_cache_level()
95 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/openbmc/linux/arch/mips/kernel/
H A Dcacheinfo.c24 int levels = 0, leaves = 0; in init_cache_level() local
36 leaves += (c->icache.waysize) ? 2 : 1; in init_cache_level()
40 leaves++; in init_cache_level()
45 leaves++; in init_cache_level()
50 leaves++; in init_cache_level()
54 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c65 if (type < intr->leaves * sizeof(*intr->stat) * 8) { in nvkm_intr_xlat()
213 for (leaf = 0; leaf < intr->leaves; leaf++) { in nvkm_intr()
233 struct nvkm_subdev *subdev, int leaves, struct nvkm_intr *intr) in nvkm_intr_add() argument
241 intr->leaves = leaves; in nvkm_intr_add()
242 intr->stat = kcalloc(leaves, sizeof(*intr->stat), GFP_KERNEL); in nvkm_intr_add()
243 intr->mask = kcalloc(leaves, sizeof(*intr->mask), GFP_KERNEL); in nvkm_intr_add()
250 for (i = 0; i < intr->leaves; i++) in nvkm_intr_add()
329 for (i = 0; intr->func->block && i < intr->leaves; i++) { in nvkm_intr_rearm()
/openbmc/linux/drivers/base/
H A Dcacheinfo.c265 unsigned int leaves = 0; in of_count_cache_leaves() local
268 ++leaves; in of_count_cache_leaves()
270 ++leaves; in of_count_cache_leaves()
272 ++leaves; in of_count_cache_leaves()
274 if (!leaves) { in of_count_cache_leaves()
284 return leaves; in of_count_cache_leaves()
292 unsigned int levels = 0, leaves, level; in init_of_cache_level() local
299 leaves = of_count_cache_leaves(np); in init_of_cache_level()
300 if (leaves > 0) in init_of_cache_level()
314 leaves += of_count_cache_leaves(np); in init_of_cache_level()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dcpuid.h156 static inline uint32_t hypervisor_cpuid_base(const char *sig, uint32_t leaves) in hypervisor_cpuid_base() argument
164 (leaves == 0 || ((eax - base) >= leaves))) in hypervisor_cpuid_base()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dnv04.c77 for (leaf = 0; leaf < intr->leaves; leaf++) in nv04_mc_intr_rearm()
87 for (leaf = 0; leaf < intr->leaves; leaf++) in nv04_mc_intr_unarm()
100 for (leaf = 0; leaf < intr->leaves; leaf++) { in nv04_mc_intr_pending()
H A Dgp100.c66 for (i = 0; i < intr->leaves; i++) in gp100_mc_intr_rearm()
75 for (i = 0; i < intr->leaves; i++) in gp100_mc_intr_unarm()
/openbmc/linux/arch/s390/kernel/
H A Dcache.c128 unsigned int level = 0, leaves = 0; in init_cache_level() local
140 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
143 this_cpu_ci->num_leaves = leaves; in init_cache_level()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dintr.h37 int leaves; member
51 struct nvkm_subdev *, int leaves, struct nvkm_intr *);
/openbmc/linux/Documentation/core-api/
H A Dassoc_array.rst228 This deletes all the objects from an associative array and leaves it
243 This destroys the contents of the associative array and leaves it
331 This will cause leaves with different length keys to scatter away from each
340 can contain mixtures of leaves and metadata pointers.
432 To save memory, if a node can hold all the leaves in its portion of keyspace,
433 then the node will have all those leaves in it and will not have any metadata
434 pointers - even if some of those leaves would like to be in the same slot.
436 A node can contain a heterogeneous mix of leaves and metadata pointers.
438 space. The leaves can be in any slot not occupied by a metadata pointer. It
439 is guaranteed that none of the leaves in a node will match a slot occupied by a
[all …]
/openbmc/u-boot/fs/ubifs/
H A DKconfig5 Make the verbose messages from UBIFS stop printing. This leaves
/openbmc/linux/Documentation/arch/x86/
H A Dcpuinfo.rst35 a: Feature flags can be derived from the contents of CPUID leaves.
38 leaves and grouped in words with offsets as mapped in enum cpuid_leafs
47 Hardware features enumerated in sparsely populated CPUID leaves get
53 The intent of scattering CPUID leaves is to not bloat struct
H A Dtdx.rst78 For some CPUID leaves and sub-leaves, the virtualized bit fields of CPUID
91 A #VE is generated for CPUID leaves and sub-leaves that the TDX module does
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/
H A D0001-Do-not-strip-automatically-this-leaves-the-stripping.patch4 Subject: [PATCH] Do not strip automatically, this leaves the stripping busines to OE
/openbmc/linux/tools/power/pm-graph/config/
H A Dcgskip.txt7 # as leaves with no child calls. It can be editted by
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0001-Do-not-create-var-log-README.patch7 latter is packaged in systemd-doc and likely not installed, which leaves
/openbmc/linux/Documentation/networking/
H A Dfib_trie.rst36 searching, making it necessary to save the keys in the leaves to
54 (in other words, they aren't NULL or leaves and their "pos" is equal
103 leaves which have to be removed.
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dpci.txt59 If firmware leaves the ARI Forwarding Enable bit set in the bridge
62 recommends that firmware only leaves ARI enabled when it knows that the
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c424 int nodes, singletons, leaves; in tree_walk() local
426 nodes = singletons = leaves = 0; in tree_walk()
432 leaves = 1; in tree_walk()
456 leaves += 1; in tree_walk()
470 leaves += 1; in tree_walk()
486 nodes, leaves, singletons); in tree_walk()
1197 int leaves; in emit() local
1202 leaves = 0; in emit()
1214 leaves++; in emit()
1280 leaves++; in emit()
[all …]
/openbmc/linux/kernel/power/
H A Dsnapshot.c393 struct list_head leaves; /* Radix Tree leaves */ member
495 block = alloc_rtree_node(gfp_mask, safe_needed, ca, &zone->leaves); in add_rtree_block()
552 INIT_LIST_HEAD(&zone->leaves); in create_zone_bm_rtree()
582 list_for_each_entry(node, &zone->leaves, list) in free_zone_bm_rtree()
590 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in memory_bm_position_reset()
892 if (!list_is_last(&bm->cur.node->list, &bm->cur.zone->leaves)) { in rtree_next_node()
905 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in rtree_next_node()
968 list_for_each_entry(node, &zone->leaves, list) in recycle_zone_bm_rtree()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-qcard.dtsi494 * Technically this i2c bus actually leaves the Qcard, but it leaves directly
511 * direction or leaves the pin fully unpowered.
608 * direction or leaves the pin fully unpowered.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/
H A D0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch6 This leaves room for setting CFLAGS in environment
/openbmc/linux/Documentation/devicetree/bindings/
H A DABI.rst10 "That still leaves the question of, what does a stable binding look
/openbmc/qemu/docs/system/s390x/
H A D3270.rst9 and `RFC 1576 <https://tools.ietf.org/html/rfc1576>`__) and leaves the heavy
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-luma.rst159 leaves the 6 most significant bits of the last byte padded with 0.

123456